Uses of Class
com.amazonaws.services.opsworks.model.Layer
Packages that use Layer
-
Uses of Layer in com.amazonaws.services.opsworks.model
Methods in com.amazonaws.services.opsworks.model that return LayerModifier and TypeMethodDescriptionLayer.addAttributesEntry
(String key, String value) Layer.clearAttributesEntries()
Removes all the entries added into Attributes.Layer.clone()
Layer.withAttributes
(Map<String, String> attributes) The layer attributes.Layer.withAutoAssignElasticIps
(Boolean autoAssignElasticIps) Whether to automatically assign an Elastic IP address to the layer's instances.Layer.withAutoAssignPublicIps
(Boolean autoAssignPublicIps) For stacks that are running in a VPC, whether to automatically assign a public IP address to the layer's instances.Layer.withCreatedAt
(String createdAt) Date when the layer was created.Layer.withCustomInstanceProfileArn
(String customInstanceProfileArn) The ARN of the default IAM profile to be used for the layer's EC2 instances.Layer.withCustomJson
(String customJson) A JSON formatted string containing the layer's custom stack configuration and deployment attributes.Layer.withCustomRecipes
(Recipes customRecipes) ALayerCustomRecipes
object that specifies the layer's custom recipes.Layer.withCustomSecurityGroupIds
(String... customSecurityGroupIds) An array containing the layer's custom security group IDs.Layer.withCustomSecurityGroupIds
(Collection<String> customSecurityGroupIds) An array containing the layer's custom security group IDs.Layer.withDefaultRecipes
(Recipes defaultRecipes) Layer.withDefaultSecurityGroupNames
(String... defaultSecurityGroupNames) An array containing the layer's security group names.Layer.withDefaultSecurityGroupNames
(Collection<String> defaultSecurityGroupNames) An array containing the layer's security group names.Layer.withEnableAutoHealing
(Boolean enableAutoHealing) Whether auto healing is disabled for the layer.Layer.withInstallUpdatesOnBoot
(Boolean installUpdatesOnBoot) Whether to install operating system and package updates when the instance boots.Layer.withLayerId
(String layerId) The layer ID.Layer.withLifecycleEventConfiguration
(LifecycleEventConfiguration lifecycleEventConfiguration) ALifeCycleEventConfiguration
object that specifies the Shutdown event configuration.The layer name.Layer.withPackages
(String... packages) An array ofPackage
objects that describe the layer's packages.Layer.withPackages
(Collection<String> packages) An array ofPackage
objects that describe the layer's packages.Layer.withShortname
(String shortname) The layer short name.Layer.withStackId
(String stackId) The layer stack ID.The layer type.The layer type.Layer.withUseEbsOptimizedInstances
(Boolean useEbsOptimizedInstances) Whether the layer uses Amazon EBS-optimized instances.Layer.withVolumeConfigurations
(VolumeConfiguration... volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.Layer.withVolumeConfigurations
(Collection<VolumeConfiguration> volumeConfigurations) AVolumeConfigurations
object that describes the layer's Amazon EBS volumes.Methods in com.amazonaws.services.opsworks.model that return types with arguments of type LayerModifier and TypeMethodDescriptionDescribeLayersResult.getLayers()
An array ofLayer
objects that describe the layers.Methods in com.amazonaws.services.opsworks.model with parameters of type LayerModifier and TypeMethodDescriptionDescribeLayersResult.withLayers
(Layer... layers) An array ofLayer
objects that describe the layers.Method parameters in com.amazonaws.services.opsworks.model with type arguments of type LayerModifier and TypeMethodDescriptionvoid
DescribeLayersResult.setLayers
(Collection<Layer> layers) An array ofLayer
objects that describe the layers.DescribeLayersResult.withLayers
(Collection<Layer> layers) An array ofLayer
objects that describe the layers.