Package | Description |
---|---|
com.amazonaws.services.opsworks | |
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateLayerResult |
AbstractAWSOpsWorks.updateLayer(UpdateLayerRequest request) |
UpdateLayerResult |
AWSOpsWorksClient.updateLayer(UpdateLayerRequest updateLayerRequest)
Updates a specified layer.
|
UpdateLayerResult |
AWSOpsWorks.updateLayer(UpdateLayerRequest updateLayerRequest)
Updates a specified layer.
|
java.util.concurrent.Future<UpdateLayerResult> |
AbstractAWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest request) |
java.util.concurrent.Future<UpdateLayerResult> |
AWSOpsWorksAsyncClient.updateLayerAsync(UpdateLayerRequest request) |
java.util.concurrent.Future<UpdateLayerResult> |
AWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest updateLayerRequest)
Updates a specified layer.
|
java.util.concurrent.Future<UpdateLayerResult> |
AbstractAWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest request,
AsyncHandler<UpdateLayerRequest,UpdateLayerResult> asyncHandler) |
java.util.concurrent.Future<UpdateLayerResult> |
AWSOpsWorksAsyncClient.updateLayerAsync(UpdateLayerRequest request,
AsyncHandler<UpdateLayerRequest,UpdateLayerResult> asyncHandler) |
java.util.concurrent.Future<UpdateLayerResult> |
AWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest updateLayerRequest,
AsyncHandler<UpdateLayerRequest,UpdateLayerResult> asyncHandler)
Updates a specified layer.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<UpdateLayerResult> |
AbstractAWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest request,
AsyncHandler<UpdateLayerRequest,UpdateLayerResult> asyncHandler) |
java.util.concurrent.Future<UpdateLayerResult> |
AWSOpsWorksAsyncClient.updateLayerAsync(UpdateLayerRequest request,
AsyncHandler<UpdateLayerRequest,UpdateLayerResult> asyncHandler) |
java.util.concurrent.Future<UpdateLayerResult> |
AWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest updateLayerRequest,
AsyncHandler<UpdateLayerRequest,UpdateLayerResult> asyncHandler)
Updates a specified layer.
|
Modifier and Type | Method and Description |
---|---|
UpdateLayerRequest |
UpdateLayerRequest.addAttributesEntry(java.lang.String key,
java.lang.String value) |
UpdateLayerRequest |
UpdateLayerRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
UpdateLayerRequest |
UpdateLayerRequest.clone() |
UpdateLayerRequest |
UpdateLayerRequest.withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
One or more user-defined key/value pairs to be added to the stack
attributes.
|
UpdateLayerRequest |
UpdateLayerRequest.withAutoAssignElasticIps(java.lang.Boolean autoAssignElasticIps)
Whether to automatically assign an Elastic IP address to the layer's instances.
|
UpdateLayerRequest |
UpdateLayerRequest.withAutoAssignPublicIps(java.lang.Boolean autoAssignPublicIps)
For stacks that are running in a VPC, whether to automatically assign a
public IP address to the layer's instances.
|
UpdateLayerRequest |
UpdateLayerRequest.withCustomInstanceProfileArn(java.lang.String customInstanceProfileArn)
The ARN of an IAM profile to be used for all of the layer's EC2
instances.
|
UpdateLayerRequest |
UpdateLayerRequest.withCustomJson(java.lang.String customJson)
A JSON-formatted string containing custom stack configuration and
deployment attributes to be installed on the layer's instances.
|
UpdateLayerRequest |
UpdateLayerRequest.withCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
UpdateLayerRequest |
UpdateLayerRequest.withCustomSecurityGroupIds(java.util.Collection<java.lang.String> customSecurityGroupIds)
An array containing the layer's custom security group IDs.
|
UpdateLayerRequest |
UpdateLayerRequest.withCustomSecurityGroupIds(java.lang.String... customSecurityGroupIds)
An array containing the layer's custom security group IDs.
|
UpdateLayerRequest |
UpdateLayerRequest.withEnableAutoHealing(java.lang.Boolean enableAutoHealing)
Whether to disable auto healing for the layer.
|
UpdateLayerRequest |
UpdateLayerRequest.withInstallUpdatesOnBoot(java.lang.Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the instance
boots.
|
UpdateLayerRequest |
UpdateLayerRequest.withLayerId(java.lang.String layerId)
The layer ID.
|
UpdateLayerRequest |
UpdateLayerRequest.withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
|
UpdateLayerRequest |
UpdateLayerRequest.withName(java.lang.String name)
The layer name, which is used by the console.
|
UpdateLayerRequest |
UpdateLayerRequest.withPackages(java.util.Collection<java.lang.String> packages)
An array of
Package objects that describe the layer's
packages. |
UpdateLayerRequest |
UpdateLayerRequest.withPackages(java.lang.String... packages)
An array of
Package objects that describe the layer's
packages. |
UpdateLayerRequest |
UpdateLayerRequest.withShortname(java.lang.String shortname)
For custom layers only, use this parameter to specify the layer's short
name, which is used internally by AWS OpsWorksand by Chef.
|
UpdateLayerRequest |
UpdateLayerRequest.withUseEbsOptimizedInstances(java.lang.Boolean useEbsOptimizedInstances)
Whether to use Amazon EBS-optimized instances.
|
UpdateLayerRequest |
UpdateLayerRequest.withVolumeConfigurations(java.util.Collection<VolumeConfiguration> volumeConfigurations)
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
UpdateLayerRequest |
UpdateLayerRequest.withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
Modifier and Type | Method and Description |
---|---|
Request<UpdateLayerRequest> |
UpdateLayerRequestMarshaller.marshall(UpdateLayerRequest updateLayerRequest) |
Modifier and Type | Method and Description |
---|---|
Request<UpdateLayerRequest> |
UpdateLayerRequestMarshaller.marshall(UpdateLayerRequest updateLayerRequest) |