Package | Description |
---|---|
com.amazonaws.services.opsworks | |
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateLayerResult |
AbstractAWSOpsWorks.createLayer(CreateLayerRequest request) |
CreateLayerResult |
AWSOpsWorksClient.createLayer(CreateLayerRequest createLayerRequest)
Creates a layer.
|
CreateLayerResult |
AWSOpsWorks.createLayer(CreateLayerRequest createLayerRequest)
Creates a layer.
|
java.util.concurrent.Future<CreateLayerResult> |
AbstractAWSOpsWorksAsync.createLayerAsync(CreateLayerRequest request) |
java.util.concurrent.Future<CreateLayerResult> |
AWSOpsWorksAsyncClient.createLayerAsync(CreateLayerRequest request) |
java.util.concurrent.Future<CreateLayerResult> |
AWSOpsWorksAsync.createLayerAsync(CreateLayerRequest createLayerRequest)
Creates a layer.
|
java.util.concurrent.Future<CreateLayerResult> |
AbstractAWSOpsWorksAsync.createLayerAsync(CreateLayerRequest request,
AsyncHandler<CreateLayerRequest,CreateLayerResult> asyncHandler) |
java.util.concurrent.Future<CreateLayerResult> |
AWSOpsWorksAsyncClient.createLayerAsync(CreateLayerRequest request,
AsyncHandler<CreateLayerRequest,CreateLayerResult> asyncHandler) |
java.util.concurrent.Future<CreateLayerResult> |
AWSOpsWorksAsync.createLayerAsync(CreateLayerRequest createLayerRequest,
AsyncHandler<CreateLayerRequest,CreateLayerResult> asyncHandler)
Creates a layer.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateLayerResult> |
AbstractAWSOpsWorksAsync.createLayerAsync(CreateLayerRequest request,
AsyncHandler<CreateLayerRequest,CreateLayerResult> asyncHandler) |
java.util.concurrent.Future<CreateLayerResult> |
AWSOpsWorksAsyncClient.createLayerAsync(CreateLayerRequest request,
AsyncHandler<CreateLayerRequest,CreateLayerResult> asyncHandler) |
java.util.concurrent.Future<CreateLayerResult> |
AWSOpsWorksAsync.createLayerAsync(CreateLayerRequest createLayerRequest,
AsyncHandler<CreateLayerRequest,CreateLayerResult> asyncHandler)
Creates a layer.
|
Modifier and Type | Method and Description |
---|---|
CreateLayerRequest |
CreateLayerRequest.addAttributesEntry(java.lang.String key,
java.lang.String value) |
CreateLayerRequest |
CreateLayerRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
CreateLayerRequest |
CreateLayerRequest.clone() |
CreateLayerRequest |
CreateLayerRequest.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.
|
CreateLayerRequest |
CreateLayerRequest.withAutoAssignElasticIps(java.lang.Boolean autoAssignElasticIps)
Whether to automatically assign an Elastic IP address to the layer's instances.
|
CreateLayerRequest |
CreateLayerRequest.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.
|
CreateLayerRequest |
CreateLayerRequest.withCustomInstanceProfileArn(java.lang.String customInstanceProfileArn)
The ARN of an IAM profile to be used for the layer's EC2 instances.
|
CreateLayerRequest |
CreateLayerRequest.withCustomJson(java.lang.String customJson)
A JSON-formatted string containing custom stack configuration and
deployment attributes to be installed on the layer's instances.
|
CreateLayerRequest |
CreateLayerRequest.withCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer custom
recipes. |
CreateLayerRequest |
CreateLayerRequest.withCustomSecurityGroupIds(java.util.Collection<java.lang.String> customSecurityGroupIds)
An array containing the layer custom security group IDs.
|
CreateLayerRequest |
CreateLayerRequest.withCustomSecurityGroupIds(java.lang.String... customSecurityGroupIds)
An array containing the layer custom security group IDs.
|
CreateLayerRequest |
CreateLayerRequest.withEnableAutoHealing(java.lang.Boolean enableAutoHealing)
Whether to disable auto healing for the layer.
|
CreateLayerRequest |
CreateLayerRequest.withInstallUpdatesOnBoot(java.lang.Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the instance
boots.
|
CreateLayerRequest |
CreateLayerRequest.withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
A
LifeCycleEventConfiguration object that you can use to
configure the Shutdown event to specify an execution timeout and enable
or disable Elastic Load Balancer connection draining. |
CreateLayerRequest |
CreateLayerRequest.withName(java.lang.String name)
The layer name, which is used by the console.
|
CreateLayerRequest |
CreateLayerRequest.withPackages(java.util.Collection<java.lang.String> packages)
An array of
Package objects that describes the layer
packages. |
CreateLayerRequest |
CreateLayerRequest.withPackages(java.lang.String... packages)
An array of
Package objects that describes the layer
packages. |
CreateLayerRequest |
CreateLayerRequest.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 OpsWorks and by Chef recipes.
|
CreateLayerRequest |
CreateLayerRequest.withStackId(java.lang.String stackId)
The layer stack ID.
|
CreateLayerRequest |
CreateLayerRequest.withType(LayerType type)
The layer type.
|
CreateLayerRequest |
CreateLayerRequest.withType(java.lang.String type)
The layer type.
|
CreateLayerRequest |
CreateLayerRequest.withUseEbsOptimizedInstances(java.lang.Boolean useEbsOptimizedInstances)
Whether to use Amazon EBS-optimized instances.
|
CreateLayerRequest |
CreateLayerRequest.withVolumeConfigurations(java.util.Collection<VolumeConfiguration> volumeConfigurations)
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
CreateLayerRequest |
CreateLayerRequest.withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
Modifier and Type | Method and Description |
---|---|
Request<CreateLayerRequest> |
CreateLayerRequestMarshaller.marshall(CreateLayerRequest createLayerRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateLayerRequest> |
CreateLayerRequestMarshaller.marshall(CreateLayerRequest createLayerRequest) |