Package | Description |
---|---|
com.amazonaws.services.storagegateway.model | |
com.amazonaws.services.storagegateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<TapeRecoveryPointInfo> |
DescribeTapeRecoveryPointsResult.tapeRecoveryPointInfos
An array of TapeRecoveryPointInfos that are available for the specified
gateway.
|
Modifier and Type | Method and Description |
---|---|
TapeRecoveryPointInfo |
TapeRecoveryPointInfo.clone() |
TapeRecoveryPointInfo |
TapeRecoveryPointInfo.withTapeARN(java.lang.String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape.
|
TapeRecoveryPointInfo |
TapeRecoveryPointInfo.withTapeRecoveryPointTime(java.util.Date tapeRecoveryPointTime)
The time when the point-in-time view of the virtual tape was replicated
for later recovery.
|
TapeRecoveryPointInfo |
TapeRecoveryPointInfo.withTapeSizeInBytes(java.lang.Long tapeSizeInBytes)
The size, in bytes, of the virtual tapes to recover.
|
TapeRecoveryPointInfo |
TapeRecoveryPointInfo.withTapeStatus(java.lang.String tapeStatus) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified
gateway.
|
DescribeTapeRecoveryPointsResult |
DescribeTapeRecoveryPointsResult.withTapeRecoveryPointInfos(java.util.Collection<TapeRecoveryPointInfo> tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified
gateway.
|
Modifier and Type | Method and Description |
---|---|
TapeRecoveryPointInfo |
TapeRecoveryPointInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TapeRecoveryPointInfoJsonMarshaller.marshall(TapeRecoveryPointInfo tapeRecoveryPointInfo,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|