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 CreateTapesResultAbstractAWSStorageGateway. createTapes(CreateTapesRequest request)CreateTapesResultAWSStorageGateway. createTapes(CreateTapesRequest createTapesRequest)Creates one or more virtual tapes.CreateTapesResultAWSStorageGatewayClient. 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 CreateTapesRequestCreateTapesRequest. clone()CreateTapesRequestCreateTapesRequest. withClientToken(String clientToken)A unique identifier that you use to retry a request.CreateTapesRequestCreateTapesRequest. withGatewayARN(String gatewayARN)The unique Amazon Resource Name (ARN) that represents the gateway to associate the virtual tapes with.CreateTapesRequestCreateTapesRequest. withNumTapesToCreate(Integer numTapesToCreate)The number of virtual tapes that you want to create.CreateTapesRequestCreateTapesRequest. withTapeBarcodePrefix(String tapeBarcodePrefix)A prefix that you append to the barcode of the virtual tape you are creating.CreateTapesRequestCreateTapesRequest. withTapeSizeInBytes(Long tapeSizeInBytes)The size, in bytes, of the virtual tapes that you want to create.
-