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 UpdateFileSystemResponse
EfsClient. updateFileSystem(Consumer<UpdateFileSystemRequest.Builder> updateFileSystemRequest)
Updates the throughput mode or the amount of provisioned throughput of an existing file system.default UpdateFileSystemResponse
EfsClient. updateFileSystem(UpdateFileSystemRequest updateFileSystemRequest)
Updates the throughput mode or the amount of provisioned throughput of an existing file system.default UpdateFileSystemProtectionResponse
EfsClient. updateFileSystemProtection(Consumer<UpdateFileSystemProtectionRequest.Builder> updateFileSystemProtectionRequest)
Updates protection on the file system.default UpdateFileSystemProtectionResponse
EfsClient. updateFileSystemProtection(UpdateFileSystemProtectionRequest updateFileSystemProtectionRequest)
Updates protection on the file system.
-