Uses of Interface
software.amazon.awssdk.services.fsx.model.UpdateFileCacheRequest.Builder
-
Packages that use UpdateFileCacheRequest.Builder Package Description software.amazon.awssdk.services.fsx Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage.software.amazon.awssdk.services.fsx.model -
-
Uses of UpdateFileCacheRequest.Builder in software.amazon.awssdk.services.fsx
Method parameters in software.amazon.awssdk.services.fsx with type arguments of type UpdateFileCacheRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateFileCacheResponse>FSxAsyncClient. updateFileCache(Consumer<UpdateFileCacheRequest.Builder> updateFileCacheRequest)Updates the configuration of an existing Amazon File Cache resource.default UpdateFileCacheResponseFSxClient. updateFileCache(Consumer<UpdateFileCacheRequest.Builder> updateFileCacheRequest)Updates the configuration of an existing Amazon File Cache resource. -
Uses of UpdateFileCacheRequest.Builder in software.amazon.awssdk.services.fsx.model
Methods in software.amazon.awssdk.services.fsx.model that return UpdateFileCacheRequest.Builder Modifier and Type Method Description static UpdateFileCacheRequest.BuilderUpdateFileCacheRequest. builder()UpdateFileCacheRequest.BuilderUpdateFileCacheRequest.Builder. clientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.UpdateFileCacheRequest.BuilderUpdateFileCacheRequest.Builder. fileCacheId(String fileCacheId)The ID of the cache that you are updating.default UpdateFileCacheRequest.BuilderUpdateFileCacheRequest.Builder. lustreConfiguration(Consumer<UpdateFileCacheLustreConfiguration.Builder> lustreConfiguration)The configuration updates for an Amazon File Cache resource.UpdateFileCacheRequest.BuilderUpdateFileCacheRequest.Builder. lustreConfiguration(UpdateFileCacheLustreConfiguration lustreConfiguration)The configuration updates for an Amazon File Cache resource.UpdateFileCacheRequest.BuilderUpdateFileCacheRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateFileCacheRequest.BuilderUpdateFileCacheRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateFileCacheRequest.BuilderUpdateFileCacheRequest. toBuilder()Methods in software.amazon.awssdk.services.fsx.model that return types with arguments of type UpdateFileCacheRequest.Builder Modifier and Type Method Description static Class<? extends UpdateFileCacheRequest.Builder>UpdateFileCacheRequest. serializableBuilderClass()
-