| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeCacheResponse.Builder |
DescribeCacheResponse.builder() |
DescribeCacheResponse.Builder |
DescribeCacheResponse.Builder.cacheAllocatedInBytes(Long cacheAllocatedInBytes)
The amount of cache in bytes allocated to a gateway.
|
DescribeCacheResponse.Builder |
DescribeCacheResponse.Builder.cacheDirtyPercentage(Double cacheDirtyPercentage)
The file share's contribution to the overall percentage of the gateway's cache that has not been persisted to
Amazon Web Services.
|
DescribeCacheResponse.Builder |
DescribeCacheResponse.Builder.cacheHitPercentage(Double cacheHitPercentage)
Percent of application read operations from the file shares that are served from cache.
|
DescribeCacheResponse.Builder |
DescribeCacheResponse.Builder.cacheMissPercentage(Double cacheMissPercentage)
Percent of application read operations from the file shares that are not served from cache.
|
DescribeCacheResponse.Builder |
DescribeCacheResponse.Builder.cacheUsedPercentage(Double cacheUsedPercentage)
Percent use of the gateway's cache storage.
|
DescribeCacheResponse.Builder |
DescribeCacheResponse.Builder.diskIds(Collection<String> diskIds)
An array of strings that identify disks that are to be configured as working storage.
|
DescribeCacheResponse.Builder |
DescribeCacheResponse.Builder.diskIds(String... diskIds)
An array of strings that identify disks that are to be configured as working storage.
|
DescribeCacheResponse.Builder |
DescribeCacheResponse.Builder.gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
DescribeCacheResponse.Builder |
DescribeCacheResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeCacheResponse.Builder> |
DescribeCacheResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.