Uses of Interface
software.amazon.awssdk.services.storagegateway.model.VolumeRecoveryPointInfo.Builder
-
Packages that use VolumeRecoveryPointInfo.Builder Package Description software.amazon.awssdk.services.storagegateway.model -
-
Uses of VolumeRecoveryPointInfo.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return VolumeRecoveryPointInfo.Builder Modifier and Type Method Description static VolumeRecoveryPointInfo.BuilderVolumeRecoveryPointInfo. builder()VolumeRecoveryPointInfo.BuilderVolumeRecoveryPointInfo. toBuilder()VolumeRecoveryPointInfo.BuilderVolumeRecoveryPointInfo.Builder. volumeARN(String volumeARN)The Amazon Resource Name (ARN) of the volume target.VolumeRecoveryPointInfo.BuilderVolumeRecoveryPointInfo.Builder. volumeRecoveryPointTime(String volumeRecoveryPointTime)The time the recovery point was taken.VolumeRecoveryPointInfo.BuilderVolumeRecoveryPointInfo.Builder. volumeSizeInBytes(Long volumeSizeInBytes)The size of the volume in bytes.VolumeRecoveryPointInfo.BuilderVolumeRecoveryPointInfo.Builder. volumeUsageInBytes(Long volumeUsageInBytes)The size of the data stored on the volume in bytes.Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type VolumeRecoveryPointInfo.Builder Modifier and Type Method Description static Class<? extends VolumeRecoveryPointInfo.Builder>VolumeRecoveryPointInfo. serializableBuilderClass()
-