Uses of Class
software.amazon.awssdk.services.efs.model.TooManyRequestsException
-
Packages that use TooManyRequestsException Package Description software.amazon.awssdk.services.efs Amazon Elastic File System -
-
Uses of TooManyRequestsException in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that throw TooManyRequestsException 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.default UpdateFileSystemProtectionResponseEfsClient. updateFileSystemProtection(Consumer<UpdateFileSystemProtectionRequest.Builder> updateFileSystemProtectionRequest)Updates protection on the file system.default UpdateFileSystemProtectionResponseEfsClient. updateFileSystemProtection(UpdateFileSystemProtectionRequest updateFileSystemProtectionRequest)Updates protection on the file system.
-