| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.clone() |
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.withVolumeARN(String volumeARN)
The Amazon Resource Name (ARN) of the volume target.
|
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.withVolumeRecoveryPointTime(String volumeRecoveryPointTime)
The time the recovery point was taken.
|
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.withVolumeSizeInBytes(Long volumeSizeInBytes)
The size of the volume in bytes.
|
VolumeRecoveryPointInfo |
VolumeRecoveryPointInfo.withVolumeUsageInBytes(Long volumeUsageInBytes)
The size of the data stored on the volume in bytes.
|
| Modifier and Type | Method and Description |
|---|---|
List<VolumeRecoveryPointInfo> |
ListVolumeRecoveryPointsResult.getVolumeRecoveryPointInfos()
An array of VolumeRecoveryPointInfo objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListVolumeRecoveryPointsResult |
ListVolumeRecoveryPointsResult.withVolumeRecoveryPointInfos(VolumeRecoveryPointInfo... volumeRecoveryPointInfos)
An array of VolumeRecoveryPointInfo objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVolumeRecoveryPointsResult.setVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
An array of VolumeRecoveryPointInfo objects.
|
ListVolumeRecoveryPointsResult |
ListVolumeRecoveryPointsResult.withVolumeRecoveryPointInfos(Collection<VolumeRecoveryPointInfo> volumeRecoveryPointInfos)
An array of VolumeRecoveryPointInfo objects.
|
Copyright © 2020. All rights reserved.