Package | Description |
---|---|
com.amazonaws.services.storagegateway.model |
Modifier and Type | Method and Description |
---|---|
TapeRecoveryPointInfo |
TapeRecoveryPointInfo.clone() |
TapeRecoveryPointInfo |
TapeRecoveryPointInfo.withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
|
TapeRecoveryPointInfo |
TapeRecoveryPointInfo.withTapeRecoveryPointTime(Date tapeRecoveryPointTime)
The time when the point-in-time view of the virtual tape was replicated
for later recovery.
|
TapeRecoveryPointInfo |
TapeRecoveryPointInfo.withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tapes to recover.
|
TapeRecoveryPointInfo |
TapeRecoveryPointInfo.withTapeStatus(String tapeStatus) |
Modifier and Type | Method and Description |
---|---|
List<TapeRecoveryPointInfo> |
DescribeTapeRecoveryPointsResult.getTapeRecoveryPointInfos()
An array of TapeRecoveryPointInfos that are available for the specified
gateway.
|
Modifier and Type | Method and Description |
---|---|
DescribeTapeRecoveryPointsResult |
DescribeTapeRecoveryPointsResult.withTapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified
gateway.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeTapeRecoveryPointsResult.setTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified
gateway.
|
DescribeTapeRecoveryPointsResult |
DescribeTapeRecoveryPointsResult.withTapeRecoveryPointInfos(Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified
gateway.
|
Copyright © 2018. All rights reserved.