Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VolumeStatusAttachmentStatus |
VolumeStatusAttachmentStatus.clone() |
VolumeStatusAttachmentStatus |
VolumeStatusAttachmentStatus.withInstanceId(String instanceId)
The ID of the attached instance.
|
VolumeStatusAttachmentStatus |
VolumeStatusAttachmentStatus.withIoPerformance(String ioPerformance)
The maximum IOPS supported by the attached instance.
|
Modifier and Type | Method and Description |
---|---|
List<VolumeStatusAttachmentStatus> |
VolumeStatusItem.getAttachmentStatuses()
Information about the instances to which the volume is attached.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusItem |
VolumeStatusItem.withAttachmentStatuses(VolumeStatusAttachmentStatus... attachmentStatuses)
Information about the instances to which the volume is attached.
|
Modifier and Type | Method and Description |
---|---|
void |
VolumeStatusItem.setAttachmentStatuses(Collection<VolumeStatusAttachmentStatus> attachmentStatuses)
Information about the instances to which the volume is attached.
|
VolumeStatusItem |
VolumeStatusItem.withAttachmentStatuses(Collection<VolumeStatusAttachmentStatus> attachmentStatuses)
Information about the instances to which the volume is attached.
|
Copyright © 2023. All rights reserved.