| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateTapeWithBarcodeResponse> |
StorageGatewayAsyncClient.createTapeWithBarcode(Consumer<CreateTapeWithBarcodeRequest.Builder> createTapeWithBarcodeRequest)
Creates a virtual tape by using your own barcode.
|
default CreateTapeWithBarcodeResponse |
StorageGatewayClient.createTapeWithBarcode(Consumer<CreateTapeWithBarcodeRequest.Builder> createTapeWithBarcodeRequest)
Creates a virtual tape by using your own barcode.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.builder() |
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.gatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.kmsEncrypted(Boolean kmsEncrypted)
True to use Amazon S3 server side encryption with your own AWS KMS key, or false to use a key managed by
Amazon S3.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.kmsKey(String kmsKey)
The Amazon Resource Name (ARN) of the AWS KMS Key used for Amazon S3 server side encryption.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.poolId(String poolId)
The ID of the pool that you want to add your tape to for archiving.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.tags(Collection<Tag> tags)
A list of up to 50 tags that can be assigned to a virtual tape that has a barcode.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.tags(Consumer<Tag.Builder>... tags)
A list of up to 50 tags that can be assigned to a virtual tape that has a barcode.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.tags(Tag... tags)
A list of up to 50 tags that can be assigned to a virtual tape that has a barcode.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.tapeBarcode(String tapeBarcode)
The barcode that you want to assign to the tape.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.Builder.tapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tape that you want to create.
|
CreateTapeWithBarcodeRequest.Builder |
CreateTapeWithBarcodeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateTapeWithBarcodeRequest.Builder> |
CreateTapeWithBarcodeRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.