Package | Description |
---|---|
com.amazonaws.services.storagegateway | |
com.amazonaws.services.storagegateway.model |
Modifier and Type | Method and Description |
---|---|
CreateTapesResult |
AbstractAWSStorageGateway.createTapes(CreateTapesRequest request) |
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> |
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 © 2018. All rights reserved.