| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static VolumeRecoveryPointInfo.Builder |
VolumeRecoveryPointInfo.builder() |
VolumeRecoveryPointInfo.Builder |
VolumeRecoveryPointInfo.toBuilder() |
VolumeRecoveryPointInfo.Builder |
VolumeRecoveryPointInfo.Builder.volumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume target.
|
VolumeRecoveryPointInfo.Builder |
VolumeRecoveryPointInfo.Builder.volumeRecoveryPointTime(String volumeRecoveryPointTime)
The time the recovery point was taken.
|
VolumeRecoveryPointInfo.Builder |
VolumeRecoveryPointInfo.Builder.volumeSizeInBytes(Long volumeSizeInBytes)
The size of the volume in bytes.
|
VolumeRecoveryPointInfo.Builder |
VolumeRecoveryPointInfo.Builder.volumeUsageInBytes(Long volumeUsageInBytes)
The size of the data stored on the volume in bytes.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VolumeRecoveryPointInfo.Builder> |
VolumeRecoveryPointInfo.serializableBuilderClass() |
Copyright © 2019. All rights reserved.