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