Uses of Class
com.amazonaws.services.storagegateway.model.CreateTapesRequest
-
Packages that use CreateTapesRequest Package Description com.amazonaws.services.storagegateway com.amazonaws.services.storagegateway.model -
-
Uses of CreateTapesRequest in com.amazonaws.services.storagegateway
Methods in com.amazonaws.services.storagegateway with parameters of type CreateTapesRequest Modifier and Type Method Description CreateTapesResult
AbstractAWSStorageGateway. createTapes(CreateTapesRequest request)
CreateTapesResult
AWSStorageGateway. createTapes(CreateTapesRequest createTapesRequest)
Creates one or more virtual tapes.CreateTapesResult
AWSStorageGatewayClient. createTapes(CreateTapesRequest createTapesRequest)
Creates one or more virtual tapes.Future<CreateTapesResult>
AbstractAWSStorageGatewayAsync. createTapesAsync(CreateTapesRequest request)
Future<CreateTapesResult>
AbstractAWSStorageGatewayAsync. createTapesAsync(CreateTapesRequest request, AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
Future<CreateTapesResult>
AWSStorageGatewayAsync. createTapesAsync(CreateTapesRequest createTapesRequest)
Creates one or more virtual tapes.Future<CreateTapesResult>
AWSStorageGatewayAsync. createTapesAsync(CreateTapesRequest createTapesRequest, AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
Creates one or more virtual tapes.Future<CreateTapesResult>
AWSStorageGatewayAsyncClient. createTapesAsync(CreateTapesRequest request)
Future<CreateTapesResult>
AWSStorageGatewayAsyncClient. createTapesAsync(CreateTapesRequest request, AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
Method parameters in com.amazonaws.services.storagegateway with type arguments of type CreateTapesRequest Modifier and Type Method Description Future<CreateTapesResult>
AbstractAWSStorageGatewayAsync. createTapesAsync(CreateTapesRequest request, AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
Future<CreateTapesResult>
AWSStorageGatewayAsync. createTapesAsync(CreateTapesRequest createTapesRequest, AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
Creates one or more virtual tapes.Future<CreateTapesResult>
AWSStorageGatewayAsyncClient. createTapesAsync(CreateTapesRequest request, AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
-
Uses of CreateTapesRequest in com.amazonaws.services.storagegateway.model
Methods in com.amazonaws.services.storagegateway.model that return CreateTapesRequest Modifier and Type Method Description CreateTapesRequest
CreateTapesRequest. clone()
CreateTapesRequest
CreateTapesRequest. withClientToken(String clientToken)
A unique identifier that you use to retry a request.CreateTapesRequest
CreateTapesRequest. withGatewayARN(String gatewayARN)
The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tapes with.CreateTapesRequest
CreateTapesRequest. withNumTapesToCreate(Integer numTapesToCreate)
The number of virtual tapes that you want to create.CreateTapesRequest
CreateTapesRequest. withTapeBarcodePrefix(String tapeBarcodePrefix)
A prefix that you append to the barcode of the virtual tape you are creating.CreateTapesRequest
CreateTapesRequest. withTapeSizeInBytes(Long tapeSizeInBytes)
The size, in bytes, of the virtual tapes that you want to create.
-