Uses of Class
com.amazonaws.services.storagegateway.model.CreateTapesRequest

Packages that use CreateTapesRequest
com.amazonaws.services.storagegateway Synchronous and asynchronous client classes for accessing AWSStorageGateway. 
com.amazonaws.services.storagegateway.model Classes modeling the various types represented by AWSStorageGateway. 
 

Uses of CreateTapesRequest in com.amazonaws.services.storagegateway
 

Methods in com.amazonaws.services.storagegateway with parameters of type CreateTapesRequest
 CreateTapesResult AWSStorageGatewayClient.createTapes(CreateTapesRequest createTapesRequest)
           Creates one or more virtual tapes.
 CreateTapesResult AWSStorageGateway.createTapes(CreateTapesRequest createTapesRequest)
           Creates one or more virtual tapes.
 Future<CreateTapesResult> AWSStorageGatewayAsyncClient.createTapesAsync(CreateTapesRequest createTapesRequest)
           Creates one or more virtual tapes.
 Future<CreateTapesResult> AWSStorageGatewayAsync.createTapesAsync(CreateTapesRequest createTapesRequest)
           Creates one or more virtual tapes.
 Future<CreateTapesResult> AWSStorageGatewayAsyncClient.createTapesAsync(CreateTapesRequest createTapesRequest, AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
           Creates one or more virtual tapes.
 Future<CreateTapesResult> AWSStorageGatewayAsync.createTapesAsync(CreateTapesRequest createTapesRequest, AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
           Creates one or more virtual tapes.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type CreateTapesRequest
 Future<CreateTapesResult> AWSStorageGatewayAsyncClient.createTapesAsync(CreateTapesRequest createTapesRequest, AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
           Creates one or more virtual tapes.
 Future<CreateTapesResult> AWSStorageGatewayAsync.createTapesAsync(CreateTapesRequest createTapesRequest, AsyncHandler<CreateTapesRequest,CreateTapesResult> asyncHandler)
           Creates one or more virtual tapes.
 

Uses of CreateTapesRequest in com.amazonaws.services.storagegateway.model
 

Methods in com.amazonaws.services.storagegateway.model that return CreateTapesRequest
 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 you want to create.
 CreateTapesRequest CreateTapesRequest.withTapeBarcodePrefix(String tapeBarcodePrefix)
          A prefix 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 you want to create.
 



Copyright © 2016. All rights reserved.