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

Packages that use CreateTapesResult
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 CreateTapesResult in com.amazonaws.services.storagegateway
 

Methods in com.amazonaws.services.storagegateway that return CreateTapesResult
 CreateTapesResult AWSStorageGatewayClient.createTapes(CreateTapesRequest createTapesRequest)
           Creates one or more virtual tapes.
 CreateTapesResult AWSStorageGateway.createTapes(CreateTapesRequest createTapesRequest)
           Creates one or more virtual tapes.
 

Methods in com.amazonaws.services.storagegateway that return types with arguments of type CreateTapesResult
 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 CreateTapesResult
 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 CreateTapesResult in com.amazonaws.services.storagegateway.model
 

Methods in com.amazonaws.services.storagegateway.model that return CreateTapesResult
 CreateTapesResult CreateTapesResult.withTapeARNs(Collection<String> tapeARNs)
          A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created.
 CreateTapesResult CreateTapesResult.withTapeARNs(String... tapeARNs)
          A list of unique Amazon Resource Named (ARN) the represents the virtual tapes that were created.
 



Copyright © 2016. All rights reserved.