Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeCacheResult> |
AWSStorageGatewayAsync.describeCacheAsync(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,
AsyncHandler<DescribeCacheRequest,DescribeCacheResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
Future<DescribeCacheResult> |
AWSStorageGatewayAsync.describeCacheAsync(DescribeCacheRequest describeCacheRequest,
AsyncHandler<DescribeCacheRequest,DescribeCacheResult> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
DescribeCacheResult |
DescribeCacheResult.withCacheAllocatedInBytes(Long cacheAllocatedInBytes)
Sets the value of the CacheAllocatedInBytes property for this object.
|
DescribeCacheResult |
DescribeCacheResult.withCacheDirtyPercentage(Double cacheDirtyPercentage)
Sets the value of the CacheDirtyPercentage property for this object.
|
DescribeCacheResult |
DescribeCacheResult.withCacheHitPercentage(Double cacheHitPercentage)
Sets the value of the CacheHitPercentage property for this object.
|
DescribeCacheResult |
DescribeCacheResult.withCacheMissPercentage(Double cacheMissPercentage)
Sets the value of the CacheMissPercentage property for this object.
|
DescribeCacheResult |
DescribeCacheResult.withCacheUsedPercentage(Double cacheUsedPercentage)
Sets the value of the CacheUsedPercentage property for this object.
|
DescribeCacheResult |
DescribeCacheResult.withDiskIds(Collection<String> diskIds)
Sets the value of the DiskIds property for this object.
|
DescribeCacheResult |
DescribeCacheResult.withDiskIds(String... diskIds)
Sets the value of the DiskIds property for this object.
|
DescribeCacheResult |
DescribeCacheResult.withGatewayARN(String gatewayARN)
The Amazon Resource Name (ARN) of the gateway.
|
Copyright © 2014. All rights reserved.