Uses of Class
com.amazonaws.services.storagegateway.model.CreateTapeWithBarcodeRequest
-
Packages that use CreateTapeWithBarcodeRequest Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of CreateTapeWithBarcodeRequest in com.amazonaws.services.storagegateway
Method parameters in com.amazonaws.services.storagegateway with type arguments of type CreateTapeWithBarcodeRequest Modifier and Type Method Description Future<CreateTapeWithBarcodeResult>AbstractAWSStorageGatewayAsync. 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.Future<CreateTapeWithBarcodeResult>AWSStorageGatewayAsyncClient. createTapeWithBarcodeAsync(CreateTapeWithBarcodeRequest request, AsyncHandler<CreateTapeWithBarcodeRequest,CreateTapeWithBarcodeResult> asyncHandler) -
Uses of CreateTapeWithBarcodeRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return CreateTapeWithBarcodeRequest Modifier and Type Method Description CreateTapeWithBarcodeRequestCreateTapeWithBarcodeRequest. clone()CreateTapeWithBarcodeRequestCreateTapeWithBarcodeRequest. withGatewayARN(String gatewayARN)The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with.CreateTapeWithBarcodeRequestCreateTapeWithBarcodeRequest. withTapeBarcode(String tapeBarcode)The barcode that you want to assign to the tape.CreateTapeWithBarcodeRequestCreateTapeWithBarcodeRequest. withTapeSizeInBytes(Long tapeSizeInBytes)The size, in bytes, of the virtual tape that you want to create.
-