Package | Description |
---|---|
com.amazonaws.services.storagegateway |
Synchronous and asynchronous client classes for accessing AWSStorageGateway.
|
com.amazonaws.services.storagegateway.model |
Classes modeling the various types represented by AWSStorageGateway.
|
Modifier and Type | Method and Description |
---|---|
RetrieveTapeRecoveryPointResult |
AWSStorageGatewayClient.retrieveTapeRecoveryPoint(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest)
Retrieves the recovery point for the specified virtual tape.
|
RetrieveTapeRecoveryPointResult |
AWSStorageGateway.retrieveTapeRecoveryPoint(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest)
Retrieves the recovery point for the specified virtual tape.
|
Future<RetrieveTapeRecoveryPointResult> |
AWSStorageGatewayAsync.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest)
Retrieves the recovery point for the specified virtual tape.
|
Future<RetrieveTapeRecoveryPointResult> |
AWSStorageGatewayAsyncClient.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest)
Retrieves the recovery point for the specified virtual tape.
|
Future<RetrieveTapeRecoveryPointResult> |
AWSStorageGatewayAsync.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest,
AsyncHandler<RetrieveTapeRecoveryPointRequest,RetrieveTapeRecoveryPointResult> asyncHandler)
Retrieves the recovery point for the specified virtual tape.
|
Future<RetrieveTapeRecoveryPointResult> |
AWSStorageGatewayAsyncClient.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest,
AsyncHandler<RetrieveTapeRecoveryPointRequest,RetrieveTapeRecoveryPointResult> asyncHandler)
Retrieves the recovery point for the specified virtual tape.
|
Modifier and Type | Method and Description |
---|---|
Future<RetrieveTapeRecoveryPointResult> |
AWSStorageGatewayAsync.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest,
AsyncHandler<RetrieveTapeRecoveryPointRequest,RetrieveTapeRecoveryPointResult> asyncHandler)
Retrieves the recovery point for the specified virtual tape.
|
Future<RetrieveTapeRecoveryPointResult> |
AWSStorageGatewayAsyncClient.retrieveTapeRecoveryPointAsync(RetrieveTapeRecoveryPointRequest retrieveTapeRecoveryPointRequest,
AsyncHandler<RetrieveTapeRecoveryPointRequest,RetrieveTapeRecoveryPointResult> asyncHandler)
Retrieves the recovery point for the specified virtual tape.
|
Modifier and Type | Method and Description |
---|---|
RetrieveTapeRecoveryPointRequest |
RetrieveTapeRecoveryPointRequest.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
RetrieveTapeRecoveryPointRequest |
RetrieveTapeRecoveryPointRequest.withTapeARN(String tapeARN)
The Amazon Resource Name (ARN) of the virtual tape for which you want
to retrieve the recovery point.
|
Copyright © 2014. All rights reserved.