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