Uses of Class
com.amazonaws.services.storagegateway.model.CreateTapeWithBarcodeResult
-
Packages that use CreateTapeWithBarcodeResult Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of CreateTapeWithBarcodeResult in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway that return CreateTapeWithBarcodeResult Modifier and Type Method Description CreateTapeWithBarcodeResultAbstractAWSStorageGateway. createTapeWithBarcode(CreateTapeWithBarcodeRequest request)CreateTapeWithBarcodeResultAWSStorageGateway. createTapeWithBarcode(CreateTapeWithBarcodeRequest createTapeWithBarcodeRequest)Creates a virtual tape by using your own barcode.CreateTapeWithBarcodeResultAWSStorageGatewayClient. createTapeWithBarcode(CreateTapeWithBarcodeRequest createTapeWithBarcodeRequest)Creates a virtual tape by using your own barcode.Method parameters in com.amazonaws.services.storagegateway with type arguments of type CreateTapeWithBarcodeResult 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 CreateTapeWithBarcodeResult in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return CreateTapeWithBarcodeResult Modifier and Type Method Description CreateTapeWithBarcodeResultCreateTapeWithBarcodeResult. clone()CreateTapeWithBarcodeResultCreateTapeWithBarcodeResult. withTapeARN(String tapeARN)A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
-