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 CreateTapeWithBarcodeResult
AbstractAWSStorageGateway. createTapeWithBarcode(CreateTapeWithBarcodeRequest request)
CreateTapeWithBarcodeResult
AWSStorageGateway. createTapeWithBarcode(CreateTapeWithBarcodeRequest createTapeWithBarcodeRequest)
Creates a virtual tape by using your own barcode.CreateTapeWithBarcodeResult
AWSStorageGatewayClient. 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 CreateTapeWithBarcodeResult
CreateTapeWithBarcodeResult. clone()
CreateTapeWithBarcodeResult
CreateTapeWithBarcodeResult. withTapeARN(String tapeARN)
A unique Amazon Resource Name (ARN) that represents the virtual tape that was created.
-