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 |
---|---|
CreateTapesResult |
AWSStorageGatewayClient.createTapes(CreateTapesRequest createTapesRequest)
Creates one or more virtual tapes.
|
CreateTapesResult |
AWSStorageGateway.createTapes(CreateTapesRequest createTapesRequest)
Creates one or more virtual tapes.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateTapesResult> |
AWSStorageGatewayAsync.createTapesAsync(CreateTapesRequest createTapesRequest)
Creates one or more virtual tapes.
|
Future<CreateTapesResult> |
AWSStorageGatewayAsyncClient.createTapesAsync(CreateTapesRequest createTapesRequest)
Creates one or more virtual tapes.
|
Future<CreateTapesResult> |
AWSStorageGatewayAsync.createTapesAsync(CreateTapesRequest createTapesRequest,
AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
Creates one or more virtual tapes.
|
Future<CreateTapesResult> |
AWSStorageGatewayAsyncClient.createTapesAsync(CreateTapesRequest createTapesRequest,
AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
Creates one or more virtual tapes.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateTapesResult> |
AWSStorageGatewayAsync.createTapesAsync(CreateTapesRequest createTapesRequest,
AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
Creates one or more virtual tapes.
|
Future<CreateTapesResult> |
AWSStorageGatewayAsyncClient.createTapesAsync(CreateTapesRequest createTapesRequest,
AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
Creates one or more virtual tapes.
|
Modifier and Type | Method and Description |
---|---|
CreateTapesResult |
CreateTapesResult.withTapeARNs(Collection<String> tapeARNs)
A list of unique Amazon Resource Named (ARN) the represents the
virtual tapes that were created.
|
CreateTapesResult |
CreateTapesResult.withTapeARNs(String... tapeARNs)
A list of unique Amazon Resource Named (ARN) the represents the
virtual tapes that were created.
|
Copyright © 2014. All rights reserved.