Uses of Class
com.amazonaws.services.storagegateway.model.RetrieveTapeRecoveryPointRequest
Packages that use RetrieveTapeRecoveryPointRequest
Package
Description
-
Uses of RetrieveTapeRecoveryPointRequest in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway with parameters of type RetrieveTapeRecoveryPointRequestModifier and TypeMethodDescriptionAbstractAWSStorageGateway.retrieveTapeRecoveryPoint(RetrieveTapeRecoveryPointRequest request) AWSStorageGateway.retrieveTapeRecoveryPoint(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest) Retrieves the recovery point for the specified virtual tape.AWSStorageGatewayClient.retrieveTapeRecoveryPoint(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest) Retrieves the recovery point for the specified virtual tape.AbstractAWSStorageGatewayAsync.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest request) AbstractAWSStorageGatewayAsync.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest request, AsyncHandler<RetrieveTapeRecoveryPointRequest, RetrieveTapeRecoveryPointResult> asyncHandler) AWSStorageGatewayAsync.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest) Retrieves the recovery point for the specified virtual tape.AWSStorageGatewayAsync.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest, AsyncHandler<RetrieveTapeRecoveryPointRequest, RetrieveTapeRecoveryPointResult> asyncHandler) Retrieves the recovery point for the specified virtual tape.AWSStorageGatewayAsyncClient.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest request) AWSStorageGatewayAsyncClient.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest request, AsyncHandler<RetrieveTapeRecoveryPointRequest, RetrieveTapeRecoveryPointResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type RetrieveTapeRecoveryPointRequestModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest request, AsyncHandler<RetrieveTapeRecoveryPointRequest, RetrieveTapeRecoveryPointResult> asyncHandler) AWSStorageGatewayAsync.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest, AsyncHandler<RetrieveTapeRecoveryPointRequest, RetrieveTapeRecoveryPointResult> asyncHandler) Retrieves the recovery point for the specified virtual tape.AWSStorageGatewayAsyncClient.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest request, AsyncHandler<RetrieveTapeRecoveryPointRequest, RetrieveTapeRecoveryPointResult> asyncHandler) -
Uses of RetrieveTapeRecoveryPointRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return RetrieveTapeRecoveryPointRequestModifier and TypeMethodDescriptionRetrieveTapeRecoveryPointRequest.clone()RetrieveTapeRecoveryPointRequest.withGatewayARN(String gatewayARN) RetrieveTapeRecoveryPointRequest.withTapeARN(String tapeARN) The Amazon Resource Name (ARN) of the virtual tape for which you want to retrieve the recovery point.