Uses of Class
software.amazon.awssdk.services.storagegateway.model.RetrieveTapeRecoveryPointResponse
-
Packages that use RetrieveTapeRecoveryPointResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service -
-
Uses of RetrieveTapeRecoveryPointResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return RetrieveTapeRecoveryPointResponse Modifier and Type Method Description default RetrieveTapeRecoveryPointResponseStorageGatewayClient. retrieveTapeRecoveryPoint(Consumer<RetrieveTapeRecoveryPointRequest.Builder> retrieveTapeRecoveryPointRequest)Retrieves the recovery point for the specified virtual tape.default RetrieveTapeRecoveryPointResponseStorageGatewayClient. retrieveTapeRecoveryPoint(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest)Retrieves the recovery point for the specified virtual tape.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type RetrieveTapeRecoveryPointResponse Modifier and Type Method Description default CompletableFuture<RetrieveTapeRecoveryPointResponse>StorageGatewayAsyncClient. retrieveTapeRecoveryPoint(Consumer<RetrieveTapeRecoveryPointRequest.Builder> retrieveTapeRecoveryPointRequest)Retrieves the recovery point for the specified virtual tape.default CompletableFuture<RetrieveTapeRecoveryPointResponse>StorageGatewayAsyncClient. retrieveTapeRecoveryPoint(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest)Retrieves the recovery point for the specified virtual tape.
-