Uses of Class
com.amazonaws.services.storagegateway.model.CreateTapeWithBarcodeRequest
Packages that use CreateTapeWithBarcodeRequest
Package
Description
-
Uses of CreateTapeWithBarcodeRequest in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway with parameters of type CreateTapeWithBarcodeRequestModifier and TypeMethodDescriptionAbstractAWSStorageGateway.createTapeWithBarcode
(CreateTapeWithBarcodeRequest request) AWSStorageGateway.createTapeWithBarcode
(CreateTapeWithBarcodeRequest createTapeWithBarcodeRequest) Creates a virtual tape by using your own barcode.AWSStorageGatewayClient.createTapeWithBarcode
(CreateTapeWithBarcodeRequest createTapeWithBarcodeRequest) Creates a virtual tape by using your own barcode.AbstractAWSStorageGatewayAsync.createTapeWithBarcodeAsync
(CreateTapeWithBarcodeRequest request) AbstractAWSStorageGatewayAsync.createTapeWithBarcodeAsync
(CreateTapeWithBarcodeRequest request, AsyncHandler<CreateTapeWithBarcodeRequest, CreateTapeWithBarcodeResult> asyncHandler) AWSStorageGatewayAsync.createTapeWithBarcodeAsync
(CreateTapeWithBarcodeRequest createTapeWithBarcodeRequest) Creates a virtual tape by using your own barcode.AWSStorageGatewayAsync.createTapeWithBarcodeAsync
(CreateTapeWithBarcodeRequest createTapeWithBarcodeRequest, AsyncHandler<CreateTapeWithBarcodeRequest, CreateTapeWithBarcodeResult> asyncHandler) Creates a virtual tape by using your own barcode.AWSStorageGatewayAsyncClient.createTapeWithBarcodeAsync
(CreateTapeWithBarcodeRequest request) AWSStorageGatewayAsyncClient.createTapeWithBarcodeAsync
(CreateTapeWithBarcodeRequest request, AsyncHandler<CreateTapeWithBarcodeRequest, CreateTapeWithBarcodeResult> asyncHandler) Method parameters in com.amazonaws.services.storagegateway with type arguments of type CreateTapeWithBarcodeRequestModifier and TypeMethodDescriptionAbstractAWSStorageGatewayAsync.createTapeWithBarcodeAsync
(CreateTapeWithBarcodeRequest request, AsyncHandler<CreateTapeWithBarcodeRequest, CreateTapeWithBarcodeResult> asyncHandler) AWSStorageGatewayAsync.createTapeWithBarcodeAsync
(CreateTapeWithBarcodeRequest createTapeWithBarcodeRequest, AsyncHandler<CreateTapeWithBarcodeRequest, CreateTapeWithBarcodeResult> asyncHandler) Creates a virtual tape by using your own barcode.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 CreateTapeWithBarcodeRequestModifier and TypeMethodDescriptionCreateTapeWithBarcodeRequest.clone()
CreateTapeWithBarcodeRequest.withGatewayARN
(String gatewayARN) The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tape with.CreateTapeWithBarcodeRequest.withTapeBarcode
(String tapeBarcode) The barcode that you want to assign to the tape.CreateTapeWithBarcodeRequest.withTapeSizeInBytes
(Long tapeSizeInBytes) The size, in bytes, of the virtual tape that you want to create.