Package | Description |
---|---|
com.amazonaws.services.storagegateway.model |
Modifier and Type | Method and Description |
---|---|
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.clone() |
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.withVolumeARN(String volumeARN) |
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.withVolumeRecoveryPointTime(String volumeRecoveryPointTime) |
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.withVolumeSizeInBytes(Long volumeSizeInBytes) |
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.withVolumeUsageInBytes(Long volumeUsageInBytes) |
Modifier and Type | Method and Description |
---|---|
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(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos) |
ListVolumeRecoveryPointsResult |
ListVolumeRecoveryPointsResult.withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos) |
Copyright © 2018. All rights reserved.