Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Layer> |
DescribeLayersResult.layers
An array of
Layer objects that describe the layers. |
Modifier and Type | Method and Description |
---|---|
Layer |
Layer.addAttributesEntry(java.lang.String key,
java.lang.String value) |
Layer |
Layer.clearAttributesEntries()
Removes all the entries added into Attributes.
|
Layer |
Layer.clone() |
Layer |
Layer.withAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
The layer attributes.
|
Layer |
Layer.withAutoAssignElasticIps(java.lang.Boolean autoAssignElasticIps)
Whether to automatically assign an Elastic IP address to the layer's instances.
|
Layer |
Layer.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.
|
Layer |
Layer.withCreatedAt(java.lang.String createdAt)
Date when the layer was created.
|
Layer |
Layer.withCustomInstanceProfileArn(java.lang.String customInstanceProfileArn)
The ARN of the default IAM profile to be used for the layer's EC2
instances.
|
Layer |
Layer.withCustomJson(java.lang.String customJson)
A JSON formatted string containing the layer's custom stack configuration
and deployment attributes.
|
Layer |
Layer.withCustomRecipes(Recipes customRecipes)
A
LayerCustomRecipes object that specifies the layer's
custom recipes. |
Layer |
Layer.withCustomSecurityGroupIds(java.util.Collection<java.lang.String> customSecurityGroupIds)
An array containing the layer's custom security group IDs.
|
Layer |
Layer.withCustomSecurityGroupIds(java.lang.String... customSecurityGroupIds)
An array containing the layer's custom security group IDs.
|
Layer |
Layer.withDefaultRecipes(Recipes defaultRecipes) |
Layer |
Layer.withDefaultSecurityGroupNames(java.util.Collection<java.lang.String> defaultSecurityGroupNames)
An array containing the layer's security group names.
|
Layer |
Layer.withDefaultSecurityGroupNames(java.lang.String... defaultSecurityGroupNames)
An array containing the layer's security group names.
|
Layer |
Layer.withEnableAutoHealing(java.lang.Boolean enableAutoHealing)
Whether auto healing is disabled for the layer.
|
Layer |
Layer.withInstallUpdatesOnBoot(java.lang.Boolean installUpdatesOnBoot)
Whether to install operating system and package updates when the instance
boots.
|
Layer |
Layer.withLayerId(java.lang.String layerId)
The layer ID.
|
Layer |
Layer.withLifecycleEventConfiguration(LifecycleEventConfiguration lifecycleEventConfiguration)
A
LifeCycleEventConfiguration object that specifies the
Shutdown event configuration. |
Layer |
Layer.withName(java.lang.String name)
The layer name.
|
Layer |
Layer.withPackages(java.util.Collection<java.lang.String> packages)
An array of
Package objects that describe the layer's
packages. |
Layer |
Layer.withPackages(java.lang.String... packages)
An array of
Package objects that describe the layer's
packages. |
Layer |
Layer.withShortname(java.lang.String shortname)
The layer short name.
|
Layer |
Layer.withStackId(java.lang.String stackId)
The layer stack ID.
|
Layer |
Layer.withType(LayerType type)
The layer type.
|
Layer |
Layer.withType(java.lang.String type)
The layer type.
|
Layer |
Layer.withUseEbsOptimizedInstances(java.lang.Boolean useEbsOptimizedInstances)
Whether the layer uses Amazon EBS-optimized instances.
|
Layer |
Layer.withVolumeConfigurations(java.util.Collection<VolumeConfiguration> volumeConfigurations)
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
Layer |
Layer.withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
Modifier and Type | Method and Description |
---|---|
java.util.List<Layer> |
DescribeLayersResult.getLayers()
An array of
Layer objects that describe the layers. |
Modifier and Type | Method and Description |
---|---|
DescribeLayersResult |
DescribeLayersResult.withLayers(Layer... layers)
An array of
Layer objects that describe the layers. |
Modifier and Type | Method and Description |
---|---|
void |
DescribeLayersResult.setLayers(java.util.Collection<Layer> layers)
An array of
Layer objects that describe the layers. |
DescribeLayersResult |
DescribeLayersResult.withLayers(java.util.Collection<Layer> layers)
An array of
Layer objects that describe the layers. |
Modifier and Type | Method and Description |
---|---|
Layer |
LayerJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LayerJsonMarshaller.marshall(Layer layer,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|