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