Uses of Class
software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse
-
Packages that use UpdateFileSystemProtectionResponse Package Description software.amazon.awssdk.services.efs Amazon Elastic File System -
-
Uses of UpdateFileSystemProtectionResponse in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs that return UpdateFileSystemProtectionResponse Modifier and Type Method Description default UpdateFileSystemProtectionResponseEfsClient. updateFileSystemProtection(Consumer<UpdateFileSystemProtectionRequest.Builder> updateFileSystemProtectionRequest)Updates protection on the file system.default UpdateFileSystemProtectionResponseEfsClient. updateFileSystemProtection(UpdateFileSystemProtectionRequest updateFileSystemProtectionRequest)Updates protection on the file system.Methods in software.amazon.awssdk.services.efs that return types with arguments of type UpdateFileSystemProtectionResponse Modifier and Type Method Description default CompletableFuture<UpdateFileSystemProtectionResponse>EfsAsyncClient. updateFileSystemProtection(Consumer<UpdateFileSystemProtectionRequest.Builder> updateFileSystemProtectionRequest)Updates protection on the file system.default CompletableFuture<UpdateFileSystemProtectionResponse>EfsAsyncClient. updateFileSystemProtection(UpdateFileSystemProtectionRequest updateFileSystemProtectionRequest)Updates protection on the file system.
-