| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
CreateTapesResult |
AWSStorageGatewayClient.createTapes(CreateTapesRequest request)
Creates one or more virtual tapes.
|
CreateTapesResult |
AWSStorageGateway.createTapes(CreateTapesRequest createTapesRequest)
Creates one or more virtual tapes.
|
CreateTapesResult |
AbstractAWSStorageGateway.createTapes(CreateTapesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTapesResult> |
AbstractAWSStorageGatewayAsync.createTapesAsync(CreateTapesRequest request,
AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler) |
Future<CreateTapesResult> |
AWSStorageGatewayAsyncClient.createTapesAsync(CreateTapesRequest request,
AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler) |
Future<CreateTapesResult> |
AWSStorageGatewayAsync.createTapesAsync(CreateTapesRequest createTapesRequest,
AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
Creates one or more virtual tapes.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTapesResult |
CreateTapesResult.clone() |
CreateTapesResult |
CreateTapesResult.withTapeARNs(Collection<String> tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
|
CreateTapesResult |
CreateTapesResult.withTapeARNs(String... tapeARNs)
A list of unique Amazon Resource Names (ARNs) that represents the virtual tapes that were created.
|
Copyright © 2024. All rights reserved.