Uses of Class
com.amazonaws.services.opsworks.model.CreateLayerRequest
Packages that use CreateLayerRequest
-
Uses of CreateLayerRequest in com.amazonaws.services.opsworks
Methods in com.amazonaws.services.opsworks with parameters of type CreateLayerRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorks.createLayer
(CreateLayerRequest request) AWSOpsWorks.createLayer
(CreateLayerRequest createLayerRequest) Creates a layer.AWSOpsWorksClient.createLayer
(CreateLayerRequest createLayerRequest) Creates a layer.AbstractAWSOpsWorksAsync.createLayerAsync
(CreateLayerRequest request) AbstractAWSOpsWorksAsync.createLayerAsync
(CreateLayerRequest request, AsyncHandler<CreateLayerRequest, CreateLayerResult> asyncHandler) AWSOpsWorksAsync.createLayerAsync
(CreateLayerRequest createLayerRequest) Creates a layer.AWSOpsWorksAsync.createLayerAsync
(CreateLayerRequest createLayerRequest, AsyncHandler<CreateLayerRequest, CreateLayerResult> asyncHandler) Creates a layer.AWSOpsWorksAsyncClient.createLayerAsync
(CreateLayerRequest request) AWSOpsWorksAsyncClient.createLayerAsync
(CreateLayerRequest request, AsyncHandler<CreateLayerRequest, CreateLayerResult> asyncHandler) Method parameters in com.amazonaws.services.opsworks with type arguments of type CreateLayerRequestModifier and TypeMethodDescriptionAbstractAWSOpsWorksAsync.createLayerAsync
(CreateLayerRequest request, AsyncHandler<CreateLayerRequest, CreateLayerResult> asyncHandler) AWSOpsWorksAsync.createLayerAsync
(CreateLayerRequest createLayerRequest, AsyncHandler<CreateLayerRequest, CreateLayerResult> asyncHandler) Creates a layer.AWSOpsWorksAsyncClient.createLayerAsync
(CreateLayerRequest request, AsyncHandler<CreateLayerRequest, CreateLayerResult> asyncHandler) -
Uses of CreateLayerRequest in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return CreateLayerRequestModifier and TypeMethodDescriptionCreateLayerRequest.addAttributesEntry
(String key, String value) CreateLayerRequest.clearAttributesEntries()
Removes all the entries added into Attributes.CreateLayerRequest.clone()
CreateLayerRequest.withAttributes
(Map<String, String> attributes) One or more user-defined key-value pairs to be added to the stack attributes.CreateLayerRequest.withAutoAssignElasticIps
(Boolean autoAssignElasticIps) Whether to automatically assign an Elastic IP address to the layer's instances.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.withCustomInstanceProfileArn
(String customInstanceProfileArn) The ARN of an IAM profile to be used for the layer's EC2 instances.CreateLayerRequest.withCustomJson
(String customJson) A JSON-formatted string containing custom stack configuration and deployment attributes to be installed on the layer's instances.CreateLayerRequest.withCustomRecipes
(Recipes customRecipes) ALayerCustomRecipes
object that specifies the layer custom recipes.CreateLayerRequest.withCustomSecurityGroupIds
(String... customSecurityGroupIds) An array containing the layer custom security group IDs.CreateLayerRequest.withCustomSecurityGroupIds
(Collection<String> customSecurityGroupIds) An array containing the layer custom security group IDs.CreateLayerRequest.withEnableAutoHealing
(Boolean enableAutoHealing) Whether to disable auto healing for the layer.CreateLayerRequest.withInstallUpdatesOnBoot
(Boolean installUpdatesOnBoot) Whether to install operating system and package updates when the instance boots.CreateLayerRequest.withLifecycleEventConfiguration
(LifecycleEventConfiguration lifecycleEventConfiguration) ALifeCycleEventConfiguration
object that you can use to configure the Shutdown event to specify an execution timeout and enable or disable Elastic Load Balancer connection draining.The layer name, which is used by the console.CreateLayerRequest.withPackages
(String... packages) An array ofPackage
objects that describes the layer packages.CreateLayerRequest.withPackages
(Collection<String> packages) An array ofPackage
objects that describes the layer packages.CreateLayerRequest.withShortname
(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.withStackId
(String stackId) The layer stack ID.The layer type.The layer type.CreateLayerRequest.withUseEbsOptimizedInstances
(Boolean useEbsOptimizedInstances) Whether to use Amazon EBS-optimized instances.CreateLayerRequest.withVolumeConfigurations
(VolumeConfiguration... volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.CreateLayerRequest.withVolumeConfigurations
(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.