Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VolumeRecoveryPointInfo> |
ListVolumeRecoveryPointsResult.volumeRecoveryPointInfos |
Modifier and Type | Method and Description |
---|---|
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.clone() |
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.withVolumeARN(java.lang.String volumeARN) |
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.withVolumeRecoveryPointTime(java.lang.String volumeRecoveryPointTime) |
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.withVolumeSizeInBytes(java.lang.Long volumeSizeInBytes) |
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.withVolumeUsageInBytes(java.lang.Long volumeUsageInBytes) |
Modifier and Type | Method and Description |
---|---|
java.util.List<VolumeRecoveryPointInfo> |
ListVolumeRecoveryPointsResult.getVolumeRecoveryPointInfos() |
Modifier and Type | Method and Description |
---|---|
ListVolumeRecoveryPointsResult |
ListVolumeRecoveryPointsResult.withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
ListVolumeRecoveryPointsResult.setVolumeRecoveryPointInfos(java.util.Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos) |
ListVolumeRecoveryPointsResult |
ListVolumeRecoveryPointsResult.withVolumeRecoveryPointInfos(java.util.Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos) |
Modifier and Type | Method and Description |
---|---|
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
VolumeRecoveryPointInfoJsonMarshaller.marshall(VolumeRecoveryPointInfo volumeRecoveryPointInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|