| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| 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 |
|---|---|
CreateTapesRequest |
CreateTapesRequest.clone() |
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.withKMSEncrypted(Boolean kMSEncrypted)
Set to
true to use Amazon S3 server-side encryption with your own KMS key, or false to
use a key managed by Amazon S3. |
CreateTapesRequest |
CreateTapesRequest.withKMSKey(String kMSKey)
The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side
encryption.
|
CreateTapesRequest |
CreateTapesRequest.withNumTapesToCreate(Integer numTapesToCreate)
The number of virtual tapes that you want to create.
|
CreateTapesRequest |
CreateTapesRequest.withPoolId(String poolId)
The ID of the pool that you want to add your tape to for archiving.
|
CreateTapesRequest |
CreateTapesRequest.withTags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to a virtual tape.
|
CreateTapesRequest |
CreateTapesRequest.withTags(Tag... tags)
A list of up to 50 tags that can be assigned to a virtual tape.
|
CreateTapesRequest |
CreateTapesRequest.withTapeBarcodePrefix(String tapeBarcodePrefix)
A prefix that 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 that you want to create.
|
CreateTapesRequest |
CreateTapesRequest.withWorm(Boolean worm)
Set to
TRUE if the tape you are creating is to be configured as a write-once-read-many (WORM) tape. |
Copyright © 2021. All rights reserved.