Uses of Class
software.amazon.awssdk.services.fsx.model.UpdateFileCacheRequest
-
Packages that use UpdateFileCacheRequest 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.transform -
-
Uses of UpdateFileCacheRequest in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx with parameters of type UpdateFileCacheRequest Modifier and Type Method Description default CompletableFuture<UpdateFileCacheResponse>FSxAsyncClient. updateFileCache(UpdateFileCacheRequest 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. -
Uses of UpdateFileCacheRequest in software.amazon.awssdk.services.fsx.transform
Methods in software.amazon.awssdk.services.fsx.transform with parameters of type UpdateFileCacheRequest Modifier and Type Method Description SdkHttpFullRequestUpdateFileCacheRequestMarshaller. marshall(UpdateFileCacheRequest updateFileCacheRequest)
-