Package | Description |
---|---|
com.amazonaws.services.opsworks.model |
Modifier and Type | Method and Description |
---|---|
Volume |
Volume.clone() |
Volume |
Volume.withAvailabilityZone(String availabilityZone)
The volume Availability Zone.
|
Volume |
Volume.withDevice(String device)
The device name.
|
Volume |
Volume.withEc2VolumeId(String ec2VolumeId)
The Amazon EC2 volume ID.
|
Volume |
Volume.withInstanceId(String instanceId)
The instance ID.
|
Volume |
Volume.withIops(Integer iops)
For PIOPS volumes, the IOPS per disk.
|
Volume |
Volume.withMountPoint(String mountPoint)
The volume mount point.
|
Volume |
Volume.withName(String name)
The volume name.
|
Volume |
Volume.withRaidArrayId(String raidArrayId)
The RAID array ID.
|
Volume |
Volume.withRegion(String region)
The AWS region.
|
Volume |
Volume.withSize(Integer size)
The volume size.
|
Volume |
Volume.withStatus(String status)
The value returned by DescribeVolumes.
|
Volume |
Volume.withVolumeId(String volumeId)
The volume ID.
|
Volume |
Volume.withVolumeType(String volumeType)
The volume type, standard or PIOPS.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<Volume> volumes)
An array of volume IDs.
|
DescribeVolumesResult |
DescribeVolumesResult.withVolumes(Collection<Volume> volumes)
An array of volume IDs.
|
Copyright © 2018. All rights reserved.