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.
|
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 |
---|---|
CreateTapesRequest |
CreateTapesRequest.withClientToken(String clientToken)
A unique identifier that you use to retry a request.
|
CreateTapesRequest |
CreateTapesRequest.withGatewayARN(String gatewayARN)
The unique Amazon Resource Name(ARN) that represents the gateway to
associate the virtual tapes with.
|
CreateTapesRequest |
CreateTapesRequest.withNumTapesToCreate(Integer numTapesToCreate)
The number of virtual tapes you want to create.
|
CreateTapesRequest |
CreateTapesRequest.withTapeBarcodePrefix(String tapeBarcodePrefix)
A prefix you append to the barcode of the virtual tape you are
creating.
|
CreateTapesRequest |
CreateTapesRequest.withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tapes you want to create.
|
Copyright © 2014. All rights reserved.