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 |
---|---|
CreateLayerResult |
AWSOpsWorksClient.createLayer(CreateLayerRequest createLayerRequest)
Creates a layer.
|
CreateLayerResult |
AWSOpsWorks.createLayer(CreateLayerRequest createLayerRequest)
Creates a layer.
|
Future<CreateLayerResult> |
AWSOpsWorksAsyncClient.createLayerAsync(CreateLayerRequest createLayerRequest)
Creates a layer.
|
Future<CreateLayerResult> |
AWSOpsWorksAsync.createLayerAsync(CreateLayerRequest createLayerRequest)
Creates a layer.
|
Future<CreateLayerResult> |
AWSOpsWorksAsyncClient.createLayerAsync(CreateLayerRequest createLayerRequest,
AsyncHandler<CreateLayerRequest,CreateLayerResult> asyncHandler)
Creates a layer.
|
Future<CreateLayerResult> |
AWSOpsWorksAsync.createLayerAsync(CreateLayerRequest createLayerRequest,
AsyncHandler<CreateLayerRequest,CreateLayerResult> asyncHandler)
Creates a layer.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateLayerResult> |
AWSOpsWorksAsyncClient.createLayerAsync(CreateLayerRequest createLayerRequest,
AsyncHandler<CreateLayerRequest,CreateLayerResult> asyncHandler)
Creates a layer.
|
Future<CreateLayerResult> |
AWSOpsWorksAsync.createLayerAsync(CreateLayerRequest createLayerRequest,
AsyncHandler<CreateLayerRequest,CreateLayerResult> asyncHandler)
Creates a layer.
|
Modifier and Type | Method and Description |
---|---|
CreateLayerRequest |
CreateLayerRequest.addAttributesEntry(String key,
String value)
One or more user-defined key/value pairs to be added to the stack
attributes.
|
CreateLayerRequest |
CreateLayerRequest.clearAttributesEntries()
Removes all the entries added into Attributes.
|
CreateLayerRequest |
CreateLayerRequest.withAttributes(Map<String,String> attributes)
One or more user-defined key/value pairs to be added to the stack
attributes.
|
CreateLayerRequest |
CreateLayerRequest.withAutoAssignElasticIps(Boolean autoAssignElasticIps)
Whether to automatically assign an Elastic
IP address to the layer's instances.
|
CreateLayerRequest |
CreateLayerRequest.withAutoAssignPublicIps(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(String customInstanceProfileArn)
The ARN of an IAM profile that to be used for the layer's EC2
instances.
|
CreateLayerRequest |
CreateLayerRequest.withCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer
custom recipes. |
CreateLayerRequest |
CreateLayerRequest.withCustomSecurityGroupIds(Collection<String> customSecurityGroupIds)
An array containing the layer custom security group IDs.
|
CreateLayerRequest |
CreateLayerRequest.withCustomSecurityGroupIds(String... customSecurityGroupIds)
An array containing the layer custom security group IDs.
|
CreateLayerRequest |
CreateLayerRequest.withEnableAutoHealing(Boolean enableAutoHealing)
Whether to disable auto healing for the layer.
|
CreateLayerRequest |
CreateLayerRequest.withInstallUpdatesOnBoot(Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the
instance boots.
|
CreateLayerRequest |
CreateLayerRequest.withName(String name)
The layer name, which is used by the console.
|
CreateLayerRequest |
CreateLayerRequest.withPackages(Collection<String> packages)
An array of
Package objects that describe the layer
packages. |
CreateLayerRequest |
CreateLayerRequest.withPackages(String... packages)
An array of
Package objects that describe the layer
packages. |
CreateLayerRequest |
CreateLayerRequest.withShortname(String shortname)
The layer short name, which is used internally by AWS OpsWorks and by
Chef recipes.
|
CreateLayerRequest |
CreateLayerRequest.withStackId(String stackId)
The layer stack ID.
|
CreateLayerRequest |
CreateLayerRequest.withType(LayerType type)
The layer type.
|
CreateLayerRequest |
CreateLayerRequest.withType(String type)
The layer type.
|
CreateLayerRequest |
CreateLayerRequest.withUseEbsOptimizedInstances(Boolean useEbsOptimizedInstances)
Whether to use Amazon EBS-optimized instances.
|
CreateLayerRequest |
CreateLayerRequest.withVolumeConfigurations(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. |
Copyright © 2014. All rights reserved.