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 |
---|---|
DescribeTapeRecoveryPointsResult |
AWSStorageGatewayClient.describeTapeRecoveryPoints(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest)
Returns a list of virtual tape recovery points that are available for
the specified Gateway-Virtual Tape Library.
|
DescribeTapeRecoveryPointsResult |
AWSStorageGateway.describeTapeRecoveryPoints(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest)
Returns a list of virtual tape recovery points that are available for
the specified Gateway-Virtual Tape Library.
|
Future<DescribeTapeRecoveryPointsResult> |
AWSStorageGatewayAsync.describeTapeRecoveryPointsAsync(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest)
Returns a list of virtual tape recovery points that are available for
the specified Gateway-Virtual Tape Library.
|
Future<DescribeTapeRecoveryPointsResult> |
AWSStorageGatewayAsyncClient.describeTapeRecoveryPointsAsync(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest)
Returns a list of virtual tape recovery points that are available for
the specified Gateway-Virtual Tape Library.
|
Future<DescribeTapeRecoveryPointsResult> |
AWSStorageGatewayAsync.describeTapeRecoveryPointsAsync(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest,
AsyncHandler<DescribeTapeRecoveryPointsRequest,DescribeTapeRecoveryPointsResult> asyncHandler)
Returns a list of virtual tape recovery points that are available for
the specified Gateway-Virtual Tape Library.
|
Future<DescribeTapeRecoveryPointsResult> |
AWSStorageGatewayAsyncClient.describeTapeRecoveryPointsAsync(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest,
AsyncHandler<DescribeTapeRecoveryPointsRequest,DescribeTapeRecoveryPointsResult> asyncHandler)
Returns a list of virtual tape recovery points that are available for
the specified Gateway-Virtual Tape Library.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeTapeRecoveryPointsResult> |
AWSStorageGatewayAsync.describeTapeRecoveryPointsAsync(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest,
AsyncHandler<DescribeTapeRecoveryPointsRequest,DescribeTapeRecoveryPointsResult> asyncHandler)
Returns a list of virtual tape recovery points that are available for
the specified Gateway-Virtual Tape Library.
|
Future<DescribeTapeRecoveryPointsResult> |
AWSStorageGatewayAsyncClient.describeTapeRecoveryPointsAsync(DescribeTapeRecoveryPointsRequest describeTapeRecoveryPointsRequest,
AsyncHandler<DescribeTapeRecoveryPointsRequest,DescribeTapeRecoveryPointsResult> asyncHandler)
Returns a list of virtual tape recovery points that are available for
the specified Gateway-Virtual Tape Library.
|
Modifier and Type | Method and Description |
---|---|
DescribeTapeRecoveryPointsRequest |
DescribeTapeRecoveryPointsRequest.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
DescribeTapeRecoveryPointsRequest |
DescribeTapeRecoveryPointsRequest.withLimit(Integer limit)
Specifies that the number of virtual tape recovery points that are
described be limited to the specified number.
|
DescribeTapeRecoveryPointsRequest |
DescribeTapeRecoveryPointsRequest.withMarker(String marker)
An opaque string that indicates the position at which to begin
describing the virtual tape recovery points.
|
Copyright © 2014. All rights reserved.