| Package | Description |
|---|---|
| com.amazonaws.services.storagegateway |
|
| com.amazonaws.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTapeWithBarcodeResult> |
AbstractAWSStorageGatewayAsync.createTapeWithBarcodeAsync(CreateTapeWithBarcodeRequest request,
AsyncHandler<CreateTapeWithBarcodeRequest,CreateTapeWithBarcodeResult> asyncHandler) |
Future<CreateTapeWithBarcodeResult> |
AWSStorageGatewayAsyncClient.createTapeWithBarcodeAsync(CreateTapeWithBarcodeRequest request,
AsyncHandler<CreateTapeWithBarcodeRequest,CreateTapeWithBarcodeResult> asyncHandler) |
Future<CreateTapeWithBarcodeResult> |
AWSStorageGatewayAsync.createTapeWithBarcodeAsync(CreateTapeWithBarcodeRequest createTapeWithBarcodeRequest,
AsyncHandler<CreateTapeWithBarcodeRequest,CreateTapeWithBarcodeResult> asyncHandler)
Creates a virtual tape by using your own barcode.
|
| Modifier and Type | Method and Description |
|---|---|
CreateTapeWithBarcodeRequest |
CreateTapeWithBarcodeRequest.clone() |
CreateTapeWithBarcodeRequest |
CreateTapeWithBarcodeRequest.withGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with.
|
CreateTapeWithBarcodeRequest |
CreateTapeWithBarcodeRequest.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. |
CreateTapeWithBarcodeRequest |
CreateTapeWithBarcodeRequest.withKMSKey(String kMSKey)
The Amazon Resource Name (ARN) of a symmetric customer master key (CMK) used for Amazon S3 server-side
encryption.
|
CreateTapeWithBarcodeRequest |
CreateTapeWithBarcodeRequest.withPoolId(String poolId)
The ID of the pool that you want to add your tape to for archiving.
|
CreateTapeWithBarcodeRequest |
CreateTapeWithBarcodeRequest.withTags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to a virtual tape that has a barcode.
|
CreateTapeWithBarcodeRequest |
CreateTapeWithBarcodeRequest.withTags(Tag... tags)
A list of up to 50 tags that can be assigned to a virtual tape that has a barcode.
|
CreateTapeWithBarcodeRequest |
CreateTapeWithBarcodeRequest.withTapeBarcode(String tapeBarcode)
The barcode that you want to assign to the tape.
|
CreateTapeWithBarcodeRequest |
CreateTapeWithBarcodeRequest.withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape that you want to create.
|
CreateTapeWithBarcodeRequest |
CreateTapeWithBarcodeRequest.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 © 2024. All rights reserved.