Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VolumeStatusDetails> |
VolumeStatusInfo.details
The details of the volume status.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusDetails |
VolumeStatusDetails.clone() |
VolumeStatusDetails |
VolumeStatusDetails.withName(java.lang.String name)
The name of the volume status.
|
VolumeStatusDetails |
VolumeStatusDetails.withName(VolumeStatusName name)
The name of the volume status.
|
VolumeStatusDetails |
VolumeStatusDetails.withStatus(java.lang.String status)
The intended status of the volume status.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<VolumeStatusDetails> details)
The details of the volume status.
|
VolumeStatusInfo |
VolumeStatusInfo.withDetails(java.util.Collection<VolumeStatusDetails> details)
The details of the volume status.
|
Modifier and Type | Method and Description |
---|---|
VolumeStatusDetails |
VolumeStatusDetailsStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |