Uses of Class
software.amazon.awssdk.services.efs.model.UpdateFileSystemRequest
-
Packages that use UpdateFileSystemRequest Package Description software.amazon.awssdk.services.efs Amazon Elastic File System software.amazon.awssdk.services.efs.transform -
-
Uses of UpdateFileSystemRequest in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs with parameters of type UpdateFileSystemRequest Modifier and Type Method Description default CompletableFuture<UpdateFileSystemResponse>EfsAsyncClient. updateFileSystem(UpdateFileSystemRequest 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. -
Uses of UpdateFileSystemRequest in software.amazon.awssdk.services.efs.transform
Methods in software.amazon.awssdk.services.efs.transform with parameters of type UpdateFileSystemRequest Modifier and Type Method Description SdkHttpFullRequestUpdateFileSystemRequestMarshaller. marshall(UpdateFileSystemRequest updateFileSystemRequest)
-