Package | Description |
---|---|
com.amazonaws.services.opsworks.model | |
com.amazonaws.services.opsworks.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Volume> |
DescribeVolumesResult.volumes
An array of volume IDs.
|
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.clone() |
Volume |
Volume.withAvailabilityZone(java.lang.String availabilityZone)
The volume Availability Zone.
|
Volume |
Volume.withDevice(java.lang.String device)
The device name.
|
Volume |
Volume.withEc2VolumeId(java.lang.String ec2VolumeId)
The Amazon EC2 volume ID.
|
Volume |
Volume.withInstanceId(java.lang.String instanceId)
The instance ID.
|
Volume |
Volume.withIops(java.lang.Integer iops)
For PIOPS volumes, the IOPS per disk.
|
Volume |
Volume.withMountPoint(java.lang.String mountPoint)
The volume mount point.
|
Volume |
Volume.withName(java.lang.String name)
The volume name.
|
Volume |
Volume.withRaidArrayId(java.lang.String raidArrayId)
The RAID array ID.
|
Volume |
Volume.withRegion(java.lang.String region)
The AWS region.
|
Volume |
Volume.withSize(java.lang.Integer size)
The volume size.
|
Volume |
Volume.withStatus(java.lang.String status)
The value returned by DescribeVolumes.
|
Volume |
Volume.withVolumeId(java.lang.String volumeId)
The volume ID.
|
Volume |
Volume.withVolumeType(java.lang.String volumeType)
The volume type, standard or PIOPS.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Volume> |
DescribeVolumesResult.getVolumes()
An array of volume IDs.
|
Modifier and Type | Method and Description |
---|---|
DescribeVolumesResult |
DescribeVolumesResult.withVolumes(Volume... volumes)
An array of volume IDs.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVolumesResult.setVolumes(java.util.Collection<Volume> volumes)
An array of volume IDs.
|
DescribeVolumesResult |
DescribeVolumesResult.withVolumes(java.util.Collection<Volume> volumes)
An array of volume IDs.
|
Modifier and Type | Method and Description |
---|---|
Volume |
VolumeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VolumeJsonMarshaller.marshall(Volume volume,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|