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.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.
|
Copyright © 2018. All rights reserved.