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

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

Methods in com.amazonaws.services.storagegateway with parameters of type AddCacheRequest
 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.
 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 AddCacheRequest
 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 AddCacheRequest in com.amazonaws.services.storagegateway.model
 

Methods in com.amazonaws.services.storagegateway.model that return AddCacheRequest
 AddCacheRequest AddCacheRequest.withDiskIds(Collection<String> diskIds)
          Sets the value of the DiskIds property for this object.
 AddCacheRequest AddCacheRequest.withDiskIds(String... diskIds)
          Sets the value of the DiskIds property for this object.
 AddCacheRequest AddCacheRequest.withGatewayARN(String gatewayARN)
          The Amazon Resource Name (ARN) of the gateway.
 



Copyright © 2016. All rights reserved.