Uses of Class
software.amazon.awssdk.services.efs.model.UpdateFileSystemResponse
-
Packages that use UpdateFileSystemResponse Package Description software.amazon.awssdk.services.efs Amazon Elastic File System -
-
Uses of UpdateFileSystemResponse in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return UpdateFileSystemResponse Modifier and Type Method Description default UpdateFileSystemResponseEfsClient. updateFileSystem(Consumer<UpdateFileSystemRequest.Builder> updateFileSystemRequest)Updates the throughput mode or the amount of provisioned throughput of an existing file system.default UpdateFileSystemResponseEfsClient. updateFileSystem(UpdateFileSystemRequest updateFileSystemRequest)Updates the throughput mode or the amount of provisioned throughput of an existing file system.Methods in software.amazon.awssdk.services.efs that return types with arguments of type UpdateFileSystemResponse Modifier and Type Method Description default CompletableFuture<UpdateFileSystemResponse>EfsAsyncClient. updateFileSystem(Consumer<UpdateFileSystemRequest.Builder> updateFileSystemRequest)Updates the throughput mode or the amount of provisioned throughput of an existing file system.default CompletableFuture<UpdateFileSystemResponse>EfsAsyncClient. updateFileSystem(UpdateFileSystemRequest updateFileSystemRequest)Updates the throughput mode or the amount of provisioned throughput of an existing file system.
-