Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VolumeStatusItem |
VolumeStatusItem.clone() |
VolumeStatusItem |
VolumeStatusItem.withActions(Collection<VolumeStatusAction> actions)
The details of the operation.
|
VolumeStatusItem |
VolumeStatusItem.withActions(VolumeStatusAction... actions)
The details of the operation.
|
VolumeStatusItem |
VolumeStatusItem.withAttachmentStatuses(Collection<VolumeStatusAttachmentStatus> attachmentStatuses)
Information about the instances to which the volume is attached.
|
VolumeStatusItem |
VolumeStatusItem.withAttachmentStatuses(VolumeStatusAttachmentStatus... attachmentStatuses)
Information about the instances to which the volume is attached.
|
VolumeStatusItem |
VolumeStatusItem.withAvailabilityZone(String availabilityZone)
The Availability Zone of the volume.
|
VolumeStatusItem |
VolumeStatusItem.withEvents(Collection<VolumeStatusEvent> events)
A list of events associated with the volume.
|
VolumeStatusItem |
VolumeStatusItem.withEvents(VolumeStatusEvent... events)
A list of events associated with the volume.
|
VolumeStatusItem |
VolumeStatusItem.withOutpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Outpost.
|
VolumeStatusItem |
VolumeStatusItem.withVolumeId(String volumeId)
The volume ID.
|
VolumeStatusItem |
VolumeStatusItem.withVolumeStatus(VolumeStatusInfo volumeStatus)
The volume status.
|
Modifier and Type | Method and Description |
---|---|
List<VolumeStatusItem> |
DescribeVolumeStatusResult.getVolumeStatuses()
Information about the status of the volumes.
|
Modifier and Type | Method and Description |
---|---|
DescribeVolumeStatusResult |
DescribeVolumeStatusResult.withVolumeStatuses(VolumeStatusItem... volumeStatuses)
Information about the status of the volumes.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVolumeStatusResult.setVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
Information about the status of the volumes.
|
DescribeVolumeStatusResult |
DescribeVolumeStatusResult.withVolumeStatuses(Collection<VolumeStatusItem> volumeStatuses)
Information about the status of the volumes.
|
Copyright © 2021. All rights reserved.