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 |
---|---|
DescribeTapesResult |
AWSStorageGatewayClient.describeTapes(DescribeTapesRequest describeTapesRequest)
Returns a description of the specified Amazon Resource Name (ARN) of
virtual tapes.
|
DescribeTapesResult |
AWSStorageGateway.describeTapes(DescribeTapesRequest describeTapesRequest)
Returns a description of the specified Amazon Resource Name (ARN) of
virtual tapes.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeTapesResult> |
AWSStorageGatewayAsync.describeTapesAsync(DescribeTapesRequest describeTapesRequest)
Returns a description of the specified Amazon Resource Name (ARN) of
virtual tapes.
|
Future<DescribeTapesResult> |
AWSStorageGatewayAsyncClient.describeTapesAsync(DescribeTapesRequest describeTapesRequest)
Returns a description of the specified Amazon Resource Name (ARN) of
virtual tapes.
|
Future<DescribeTapesResult> |
AWSStorageGatewayAsync.describeTapesAsync(DescribeTapesRequest describeTapesRequest,
AsyncHandler<DescribeTapesRequest,DescribeTapesResult> asyncHandler)
Returns a description of the specified Amazon Resource Name (ARN) of
virtual tapes.
|
Future<DescribeTapesResult> |
AWSStorageGatewayAsyncClient.describeTapesAsync(DescribeTapesRequest describeTapesRequest,
AsyncHandler<DescribeTapesRequest,DescribeTapesResult> asyncHandler)
Returns a description of the specified Amazon Resource Name (ARN) of
virtual tapes.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeTapesResult> |
AWSStorageGatewayAsync.describeTapesAsync(DescribeTapesRequest describeTapesRequest,
AsyncHandler<DescribeTapesRequest,DescribeTapesResult> asyncHandler)
Returns a description of the specified Amazon Resource Name (ARN) of
virtual tapes.
|
Future<DescribeTapesResult> |
AWSStorageGatewayAsyncClient.describeTapesAsync(DescribeTapesRequest describeTapesRequest,
AsyncHandler<DescribeTapesRequest,DescribeTapesResult> asyncHandler)
Returns a description of the specified Amazon Resource Name (ARN) of
virtual tapes.
|
Modifier and Type | Method and Description |
---|---|
DescribeTapesResult |
DescribeTapesResult.withMarker(String marker)
An opaque string which can be used as part of a subsequent
DescribeTapes call to retrieve the next page of results.
|
DescribeTapesResult |
DescribeTapesResult.withTapes(Collection<Tape> tapes)
An array of virtual tape descriptions.
|
DescribeTapesResult |
DescribeTapesResult.withTapes(Tape... tapes)
An array of virtual tape descriptions.
|
Copyright © 2014. All rights reserved.