Uses of Class
software.amazon.awssdk.services.fsx.model.UpdateFileCacheResponse
-
Packages that use UpdateFileCacheResponse 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. -
-
Uses of UpdateFileCacheResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return UpdateFileCacheResponse Modifier and Type Method Description default UpdateFileCacheResponseFSxClient. updateFileCache(Consumer<UpdateFileCacheRequest.Builder> updateFileCacheRequest)Updates the configuration of an existing Amazon File Cache resource.default UpdateFileCacheResponseFSxClient. updateFileCache(UpdateFileCacheRequest updateFileCacheRequest)Updates the configuration of an existing Amazon File Cache resource.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type UpdateFileCacheResponse 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 CompletableFuture<UpdateFileCacheResponse>FSxAsyncClient. updateFileCache(UpdateFileCacheRequest updateFileCacheRequest)Updates the configuration of an existing Amazon File Cache resource.
-