Uses of Class
com.amazonaws.services.storagegateway.model.TapeRecoveryPointInfo
-
Packages that use TapeRecoveryPointInfo Package Description com.amazonaws.services.storagegateway.model -
-
Uses of TapeRecoveryPointInfo in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return TapeRecoveryPointInfo Modifier and Type Method 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)
Methods in com.amazonaws.services.storagegateway.model that return types with arguments of type TapeRecoveryPointInfo Modifier and Type Method Description List<TapeRecoveryPointInfo>
DescribeTapeRecoveryPointsResult. getTapeRecoveryPointInfos()
An array of TapeRecoveryPointInfos that are available for the specified gateway.Methods in com.amazonaws.services.storagegateway.model with parameters of type TapeRecoveryPointInfo Modifier and Type Method Description DescribeTapeRecoveryPointsResult
DescribeTapeRecoveryPointsResult. withTapeRecoveryPointInfos(TapeRecoveryPointInfo... tapeRecoveryPointInfos)
An array of TapeRecoveryPointInfos that are available for the specified gateway.Method parameters in com.amazonaws.services.storagegateway.model with type arguments of type TapeRecoveryPointInfo Modifier and Type Method 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.
-