Package | Description |
---|---|
com.amazonaws.services.opsworks |
Synchronous and asynchronous client classes for accessing AWSOpsWorks.
|
com.amazonaws.services.opsworks.model |
Classes modeling the various types represented by AWSOpsWorks.
|
Modifier and Type | Method and Description |
---|---|
void |
AWSOpsWorksClient.updateLayer(UpdateLayerRequest updateLayerRequest)
Updates a specified layer.
|
void |
AWSOpsWorks.updateLayer(UpdateLayerRequest updateLayerRequest)
Updates a specified layer.
|
Future<Void> |
AWSOpsWorksAsyncClient.updateLayerAsync(UpdateLayerRequest updateLayerRequest)
Updates a specified layer.
|
Future<Void> |
AWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest updateLayerRequest)
Updates a specified layer.
|
Future<Void> |
AWSOpsWorksAsyncClient.updateLayerAsync(UpdateLayerRequest updateLayerRequest,
AsyncHandler<UpdateLayerRequest,Void> asyncHandler)
Updates a specified layer.
|
Future<Void> |
AWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest updateLayerRequest,
AsyncHandler<UpdateLayerRequest,Void> asyncHandler)
Updates a specified layer.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AWSOpsWorksAsyncClient.updateLayerAsync(UpdateLayerRequest updateLayerRequest,
AsyncHandler<UpdateLayerRequest,Void> asyncHandler)
Updates a specified layer.
|
Future<Void> |
AWSOpsWorksAsync.updateLayerAsync(UpdateLayerRequest updateLayerRequest,
AsyncHandler<UpdateLayerRequest,Void> asyncHandler)
Updates a specified layer.
|
Modifier and Type | Method and Description |
---|---|
UpdateLayerRequest |
UpdateLayerRequest.addAttributesEntry(String key,
String value)
One or more user-defined key/value pairs to be added to the stack
attributes.
|
UpdateLayerRequest |
UpdateLayerRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
UpdateLayerRequest |
UpdateLayerRequest.withAttributes(Map<String,String> attributes)
One or more user-defined key/value pairs to be added to the stack
attributes.
|
UpdateLayerRequest |
UpdateLayerRequest.withAutoAssignElasticIps(Boolean autoAssignElasticIps)
Whether to automatically assign an Elastic
IP address to the layer's instances.
|
UpdateLayerRequest |
UpdateLayerRequest.withAutoAssignPublicIps(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(String customInstanceProfileArn)
The ARN of an IAM profile to be used for all of the layer's EC2
instances.
|
UpdateLayerRequest |
UpdateLayerRequest.withCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
UpdateLayerRequest |
UpdateLayerRequest.withCustomSecurityGroupIds(Collection<String> customSecurityGroupIds)
An array containing the layer's custom security group IDs.
|
UpdateLayerRequest |
UpdateLayerRequest.withCustomSecurityGroupIds(String... customSecurityGroupIds)
An array containing the layer's custom security group IDs.
|
UpdateLayerRequest |
UpdateLayerRequest.withEnableAutoHealing(Boolean enableAutoHealing)
Whether to disable auto healing for the layer.
|
UpdateLayerRequest |
UpdateLayerRequest.withInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the
instance boots.
|
UpdateLayerRequest |
UpdateLayerRequest.withLayerId(String layerId)
The layer ID.
|
UpdateLayerRequest |
UpdateLayerRequest.withName(String name)
The layer name, which is used by the console.
|
UpdateLayerRequest |
UpdateLayerRequest.withPackages(Collection<String> packages)
An array of
Package objects that describe the layer's
packages. |
UpdateLayerRequest |
UpdateLayerRequest.withPackages(String... packages)
An array of
Package objects that describe the layer's
packages. |
UpdateLayerRequest |
UpdateLayerRequest.withShortname(String shortname)
The layer short name, which is used internally by AWS OpsWorksand by
Chef.
|
UpdateLayerRequest |
UpdateLayerRequest.withUseEbsOptimizedInstances(Boolean useEbsOptimizedInstances)
Whether to use Amazon EBS-optimized instances.
|
UpdateLayerRequest |
UpdateLayerRequest.withVolumeConfigurations(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. |
Copyright © 2014. All rights reserved.