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 VolumeRecoveryPointInfoVolumeRecoveryPointInfo. clone()VolumeRecoveryPointInfoVolumeRecoveryPointInfo. withVolumeARN(String volumeARN)VolumeRecoveryPointInfoVolumeRecoveryPointInfo. withVolumeRecoveryPointTime(String volumeRecoveryPointTime)VolumeRecoveryPointInfoVolumeRecoveryPointInfo. withVolumeSizeInBytes(Long volumeSizeInBytes)VolumeRecoveryPointInfoVolumeRecoveryPointInfo. 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 ListVolumeRecoveryPointsResultListVolumeRecoveryPointsResult. 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 voidListVolumeRecoveryPointsResult. setVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)ListVolumeRecoveryPointsResultListVolumeRecoveryPointsResult. withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
-