Uses of Class
com.amazonaws.services.storagegateway.model.VolumeRecoveryPointInfo
-
Packages that use VolumeRecoveryPointInfo Package Description com.amazonaws.services.storagegateway.model -
-
Uses of VolumeRecoveryPointInfo in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return VolumeRecoveryPointInfo Modifier and Type Method Description VolumeRecoveryPointInfo
VolumeRecoveryPointInfo. clone()
VolumeRecoveryPointInfo
VolumeRecoveryPointInfo. withVolumeARN(String volumeARN)
VolumeRecoveryPointInfo
VolumeRecoveryPointInfo. withVolumeRecoveryPointTime(String volumeRecoveryPointTime)
VolumeRecoveryPointInfo
VolumeRecoveryPointInfo. withVolumeSizeInBytes(Long volumeSizeInBytes)
VolumeRecoveryPointInfo
VolumeRecoveryPointInfo. withVolumeUsageInBytes(Long volumeUsageInBytes)
Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type VolumeRecoveryPointInfo Modifier and Type Method Description List<VolumeRecoveryPointInfo>
ListVolumeRecoveryPointsResult. getVolumeRecoveryPointInfos()
Methods in com.amazonaws.services.storagegateway.model with parameters of type VolumeRecoveryPointInfo Modifier and Type Method Description ListVolumeRecoveryPointsResult
ListVolumeRecoveryPointsResult. withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type VolumeRecoveryPointInfo Modifier and Type Method Description void
ListVolumeRecoveryPointsResult. setVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
ListVolumeRecoveryPointsResult
ListVolumeRecoveryPointsResult. withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
-