Uses of Interface
software.amazon.awssdk.services.storagegateway.model.ResetCacheRequest.Builder
-
Packages that use ResetCacheRequest.Builder Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.model -
-
Uses of ResetCacheRequest.Builder in software.amazon.awssdk.services.storagegateway
Method parameters in software.amazon.awssdk.services.storagegateway with type arguments of type ResetCacheRequest.Builder Modifier and Type Method Description 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.default ResetCacheResponseStorageGatewayClient. resetCache(Consumer<ResetCacheRequest.Builder> resetCacheRequest)Resets all cache disks that have encountered an error and makes the disks available for reconfiguration as cache storage. -
Uses of ResetCacheRequest.Builder in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return ResetCacheRequest.Builder Modifier and Type Method Description static ResetCacheRequest.BuilderResetCacheRequest. builder()ResetCacheRequest.BuilderResetCacheRequest.Builder. gatewayARN(String gatewayARN)Sets the value of the GatewayARN property for this object.ResetCacheRequest.BuilderResetCacheRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ResetCacheRequest.BuilderResetCacheRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ResetCacheRequest.BuilderResetCacheRequest. toBuilder()Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type ResetCacheRequest.Builder Modifier and Type Method Description static Class<? extends ResetCacheRequest.Builder>ResetCacheRequest. serializableBuilderClass()
-