Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VolumeStatusDetails |
VolumeStatusDetails.clone() |
VolumeStatusDetails |
VolumeStatusDetails.withName(String name)
The name of the volume status.
|
VolumeStatusDetails |
VolumeStatusDetails.withName(VolumeStatusName name)
The name of the volume status.
|
VolumeStatusDetails |
VolumeStatusDetails.withStatus(String status)
The intended status of the volume status.
|
Modifier and Type | Method and Description |
---|---|
List<VolumeStatusDetails> |
VolumeStatusInfo.getDetails()
The details of the volume status.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusInfo |
VolumeStatusInfo.withDetails(VolumeStatusDetails... details)
The details of the volume status.
|
Modifier and Type | Method and Description |
---|---|
void |
VolumeStatusInfo.setDetails(Collection<VolumeStatusDetails> details)
The details of the volume status.
|
VolumeStatusInfo |
VolumeStatusInfo.withDetails(Collection<VolumeStatusDetails> details)
The details of the volume status.
|
Copyright © 2018. All rights reserved.