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

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

Methods in com.amazonaws.services.storagegateway with parameters of type DescribeCacheRequest
 DescribeCacheResult AWSStorageGatewayClient.describeCache(DescribeCacheRequest describeCacheRequest)
           This operation returns information about the cache of a gateway.
 DescribeCacheResult AWSStorageGateway.describeCache(DescribeCacheRequest describeCacheRequest)
           This operation returns information about the cache of a gateway.
 Future<DescribeCacheResult> AWSStorageGatewayAsyncClient.describeCacheAsync(DescribeCacheRequest describeCacheRequest)
           This operation returns information about the cache of a gateway.
 Future<DescribeCacheResult> AWSStorageGatewayAsync.describeCacheAsync(DescribeCacheRequest describeCacheRequest)
           This operation returns information about the cache of a gateway.
 Future<DescribeCacheResult> AWSStorageGatewayAsyncClient.describeCacheAsync(DescribeCacheRequest describeCacheRequest, AsyncHandler<DescribeCacheRequest,DescribeCacheResult> asyncHandler)
           This operation returns information about the cache of a gateway.
 Future<DescribeCacheResult> AWSStorageGatewayAsync.describeCacheAsync(DescribeCacheRequest describeCacheRequest, AsyncHandler<DescribeCacheRequest,DescribeCacheResult> asyncHandler)
           This operation returns information about the cache of a gateway.
 

Method parameters in com.amazonaws.services.storagegateway with type arguments of type DescribeCacheRequest
 Future<DescribeCacheResult> AWSStorageGatewayAsyncClient.describeCacheAsync(DescribeCacheRequest describeCacheRequest, AsyncHandler<DescribeCacheRequest,DescribeCacheResult> asyncHandler)
           This operation returns information about the cache of a gateway.
 Future<DescribeCacheResult> AWSStorageGatewayAsync.describeCacheAsync(DescribeCacheRequest describeCacheRequest, AsyncHandler<DescribeCacheRequest,DescribeCacheResult> asyncHandler)
           This operation returns information about the cache of a gateway.
 

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

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



Copyright © 2016. All rights reserved.