| Package | Description |
|---|---|
| software.amazon.awssdk.services.storagegateway |
|
| software.amazon.awssdk.services.storagegateway.model |
| Modifier and Type | Method and Description |
|---|---|
default ResetCacheResponse |
StorageGatewayClient.resetCache(Consumer<ResetCacheRequest.Builder> resetCacheRequest)
Resets all cache disks that have encountered an error and makes the disks available for reconfiguration as cache
storage.
|
default CompletableFuture<ResetCacheResponse> |
StorageGatewayAsyncClient.resetCache(Consumer<ResetCacheRequest.Builder> resetCacheRequest)
Resets all cache disks that have encountered an error and makes the disks available for reconfiguration as cache
storage.
|
| Modifier and Type | Method and Description |
|---|---|
static ResetCacheRequest.Builder |
ResetCacheRequest.builder() |
ResetCacheRequest.Builder |
ResetCacheRequest.Builder.gatewayARN(String gatewayARN)
Sets the value of the GatewayARN property for this object.
|
ResetCacheRequest.Builder |
ResetCacheRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ResetCacheRequest.Builder |
ResetCacheRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ResetCacheRequest.Builder |
ResetCacheRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResetCacheRequest.Builder> |
ResetCacheRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.