Uses of Class
software.amazon.awssdk.services.fsx.model.UpdateFileSystemRequest
-
Packages that use UpdateFileSystemRequest 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 UpdateFileSystemRequest in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx with parameters of type UpdateFileSystemRequest Modifier and Type Method Description default CompletableFuture<UpdateFileSystemResponse>FSxAsyncClient. updateFileSystem(UpdateFileSystemRequest updateFileSystemRequest)Use this operation to update the configuration of an existing Amazon FSx file system.default UpdateFileSystemResponseFSxClient. updateFileSystem(UpdateFileSystemRequest updateFileSystemRequest)Use this operation to update the configuration of an existing Amazon FSx file system. -
Uses of UpdateFileSystemRequest in software.amazon.awssdk.services.fsx.transform
Methods in software.amazon.awssdk.services.fsx.transform with parameters of type UpdateFileSystemRequest Modifier and Type Method Description SdkHttpFullRequestUpdateFileSystemRequestMarshaller. marshall(UpdateFileSystemRequest updateFileSystemRequest)
-