Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VolumeConfiguration> |
UpdateLayerRequest.volumeConfigurations
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
private SdkInternalList<VolumeConfiguration> |
Layer.volumeConfigurations
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
private SdkInternalList<VolumeConfiguration> |
CreateLayerRequest.volumeConfigurations
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
Modifier and Type | Method and Description |
---|---|
VolumeConfiguration |
VolumeConfiguration.clone() |
VolumeConfiguration |
VolumeConfiguration.withIops(java.lang.Integer iops)
For PIOPS volumes, the IOPS per disk.
|
VolumeConfiguration |
VolumeConfiguration.withMountPoint(java.lang.String mountPoint)
The volume mount point.
|
VolumeConfiguration |
VolumeConfiguration.withNumberOfDisks(java.lang.Integer numberOfDisks)
The number of disks in the volume.
|
VolumeConfiguration |
VolumeConfiguration.withRaidLevel(java.lang.Integer raidLevel)
The volume RAID level.
|
VolumeConfiguration |
VolumeConfiguration.withSize(java.lang.Integer size)
The volume size.
|
VolumeConfiguration |
VolumeConfiguration.withVolumeType(java.lang.String volumeType)
The volume type:
|
Modifier and Type | Method and Description |
---|---|
java.util.List<VolumeConfiguration> |
UpdateLayerRequest.getVolumeConfigurations()
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
java.util.List<VolumeConfiguration> |
Layer.getVolumeConfigurations()
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
java.util.List<VolumeConfiguration> |
CreateLayerRequest.getVolumeConfigurations()
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
Modifier and Type | Method and Description |
---|---|
UpdateLayerRequest |
UpdateLayerRequest.withVolumeConfigurations(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. |
CreateLayerRequest |
CreateLayerRequest.withVolumeConfigurations(VolumeConfiguration... volumeConfigurations)
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
Modifier and Type | Method and Description |
---|---|
void |
UpdateLayerRequest.setVolumeConfigurations(java.util.Collection<VolumeConfiguration> volumeConfigurations)
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
void |
Layer.setVolumeConfigurations(java.util.Collection<VolumeConfiguration> volumeConfigurations)
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
void |
CreateLayerRequest.setVolumeConfigurations(java.util.Collection<VolumeConfiguration> volumeConfigurations)
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
UpdateLayerRequest |
UpdateLayerRequest.withVolumeConfigurations(java.util.Collection<VolumeConfiguration> volumeConfigurations)
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
Layer |
Layer.withVolumeConfigurations(java.util.Collection<VolumeConfiguration> volumeConfigurations)
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
CreateLayerRequest |
CreateLayerRequest.withVolumeConfigurations(java.util.Collection<VolumeConfiguration> volumeConfigurations)
A
VolumeConfigurations object that describes the layer's
Amazon EBS volumes. |
Modifier and Type | Method and Description |
---|---|
VolumeConfiguration |
VolumeConfigurationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VolumeConfigurationJsonMarshaller.marshall(VolumeConfiguration volumeConfiguration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|