Uses of Class
com.amazonaws.services.storagegateway.model.DescribeTapeRecoveryPointsResult
-
Packages that use DescribeTapeRecoveryPointsResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of DescribeTapeRecoveryPointsResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return DescribeTapeRecoveryPointsResult Modifier and Type Method Description DescribeTapeRecoveryPointsResult
AbstractAWSStorageGateway. describeTapeRecoveryPoints(DescribeTapeRecoveryPointsRequest request)
DescribeTapeRecoveryPointsResult
AWSStorageGateway. describeTapeRecoveryPoints(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest)
Returns a list of virtual tape recovery points that are available for the specified gateway-VTL.DescribeTapeRecoveryPointsResult
AWSStorageGatewayClient. describeTapeRecoveryPoints(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest)
Returns a list of virtual tape recovery points that are available for the specified gateway-VTL. -
Uses of DescribeTapeRecoveryPointsResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return DescribeTapeRecoveryPointsResult Modifier and Type Method Description DescribeTapeRecoveryPointsResult
DescribeTapeRecoveryPointsResult. clone()
DescribeTapeRecoveryPointsResult
DescribeTapeRecoveryPointsResult. withGatewayARN(String gatewayARN)
DescribeTapeRecoveryPointsResult
DescribeTapeRecoveryPointsResult. withMarker(String marker)
An opaque string that indicates the position at which the virtual tape recovery points that were listed for description ended.DescribeTapeRecoveryPointsResult
DescribeTapeRecoveryPointsResult. withTapeRecoveryPointInfos(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.
-