Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VolumeModification |
VolumeModification.clone() |
VolumeModification |
ModifyVolumeResult.getVolumeModification()
Information about the volume modification.
|
VolumeModification |
VolumeModification.withEndTime(Date endTime)
The modification completion or failure time.
|
VolumeModification |
VolumeModification.withModificationState(String modificationState)
The current modification state.
|
VolumeModification |
VolumeModification.withModificationState(VolumeModificationState modificationState)
The current modification state.
|
VolumeModification |
VolumeModification.withOriginalIops(Integer originalIops)
The original IOPS rate of the volume.
|
VolumeModification |
VolumeModification.withOriginalMultiAttachEnabled(Boolean originalMultiAttachEnabled)
The original setting for Amazon EBS Multi-Attach.
|
VolumeModification |
VolumeModification.withOriginalSize(Integer originalSize)
The original size of the volume, in GiB.
|
VolumeModification |
VolumeModification.withOriginalThroughput(Integer originalThroughput)
The original throughput of the volume, in MiB/s.
|
VolumeModification |
VolumeModification.withOriginalVolumeType(String originalVolumeType)
The original EBS volume type of the volume.
|
VolumeModification |
VolumeModification.withOriginalVolumeType(VolumeType originalVolumeType)
The original EBS volume type of the volume.
|
VolumeModification |
VolumeModification.withProgress(Long progress)
The modification progress, from 0 to 100 percent complete.
|
VolumeModification |
VolumeModification.withStartTime(Date startTime)
The modification start time.
|
VolumeModification |
VolumeModification.withStatusMessage(String statusMessage)
A status message about the modification progress or failure.
|
VolumeModification |
VolumeModification.withTargetIops(Integer targetIops)
The target IOPS rate of the volume.
|
VolumeModification |
VolumeModification.withTargetMultiAttachEnabled(Boolean targetMultiAttachEnabled)
The target setting for Amazon EBS Multi-Attach.
|
VolumeModification |
VolumeModification.withTargetSize(Integer targetSize)
The target size of the volume, in GiB.
|
VolumeModification |
VolumeModification.withTargetThroughput(Integer targetThroughput)
The target throughput of the volume, in MiB/s.
|
VolumeModification |
VolumeModification.withTargetVolumeType(String targetVolumeType)
The target EBS volume type of the volume.
|
VolumeModification |
VolumeModification.withTargetVolumeType(VolumeType targetVolumeType)
The target EBS volume type of the volume.
|
VolumeModification |
VolumeModification.withVolumeId(String volumeId)
The ID of the volume.
|
Modifier and Type | Method and Description |
---|---|
List<VolumeModification> |
DescribeVolumesModificationsResult.getVolumesModifications()
Information about the volume modifications.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyVolumeResult.setVolumeModification(VolumeModification volumeModification)
Information about the volume modification.
|
ModifyVolumeResult |
ModifyVolumeResult.withVolumeModification(VolumeModification volumeModification)
Information about the volume modification.
|
DescribeVolumesModificationsResult |
DescribeVolumesModificationsResult.withVolumesModifications(VolumeModification... volumesModifications)
Information about the volume modifications.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVolumesModificationsResult.setVolumesModifications(Collection<VolumeModification> volumesModifications)
Information about the volume modifications.
|
DescribeVolumesModificationsResult |
DescribeVolumesModificationsResult.withVolumesModifications(Collection<VolumeModification> volumesModifications)
Information about the volume modifications.
|
Copyright © 2023. All rights reserved.