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

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

Methods in com.amazonaws.services.storagegateway that return AddCacheResult
 AddCacheResult AWSStorageGatewayClient.addCache(AddCacheRequest addCacheRequest)
           This operation configures one or more gateway local disks as cache for a cached-volume gateway.
 AddCacheResult AWSStorageGateway.addCache(AddCacheRequest addCacheRequest)
           This operation configures one or more gateway local disks as cache for a cached-volume gateway.
 

Methods in com.amazonaws.services.storagegateway that return types with arguments of type AddCacheResult
 Future<AddCacheResult> AWSStorageGatewayAsyncClient.addCacheAsync(AddCacheRequest addCacheRequest)
           This operation configures one or more gateway local disks as cache for a cached-volume gateway.
 Future<AddCacheResult> AWSStorageGatewayAsync.addCacheAsync(AddCacheRequest addCacheRequest)
           This operation configures one or more gateway local disks as cache for a cached-volume gateway.
 Future<AddCacheResult> AWSStorageGatewayAsyncClient.addCacheAsync(AddCacheRequest addCacheRequest, AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
           This operation configures one or more gateway local disks as cache for a cached-volume gateway.
 Future<AddCacheResult> AWSStorageGatewayAsync.addCacheAsync(AddCacheRequest addCacheRequest, AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
           This operation configures one or more gateway local disks as cache for a cached-volume gateway.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type AddCacheResult
 Future<AddCacheResult> AWSStorageGatewayAsyncClient.addCacheAsync(AddCacheRequest addCacheRequest, AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
           This operation configures one or more gateway local disks as cache for a cached-volume gateway.
 Future<AddCacheResult> AWSStorageGatewayAsync.addCacheAsync(AddCacheRequest addCacheRequest, AsyncHandler<AddCacheRequest,AddCacheResult> asyncHandler)
           This operation configures one or more gateway local disks as cache for a cached-volume gateway.
 

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

Methods in com.amazonaws.services.storagegateway.model that return AddCacheResult
 AddCacheResult AddCacheResult.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 



Copyright © 2016. All rights reserved.