Uses of Interface
software.amazon.awssdk.services.efs.model.UpdateFileSystemProtectionResponse.Builder
-
Packages that use UpdateFileSystemProtectionResponse.Builder Package Description software.amazon.awssdk.services.efs.model -
-
Uses of UpdateFileSystemProtectionResponse.Builder in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return UpdateFileSystemProtectionResponse.Builder Modifier and Type Method Description static UpdateFileSystemProtectionResponse.BuilderUpdateFileSystemProtectionResponse. builder()UpdateFileSystemProtectionResponse.BuilderUpdateFileSystemProtectionResponse.Builder. replicationOverwriteProtection(String replicationOverwriteProtection)The status of the file system's replication overwrite protection.UpdateFileSystemProtectionResponse.BuilderUpdateFileSystemProtectionResponse.Builder. replicationOverwriteProtection(ReplicationOverwriteProtection replicationOverwriteProtection)The status of the file system's replication overwrite protection.UpdateFileSystemProtectionResponse.BuilderUpdateFileSystemProtectionResponse. toBuilder()Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type UpdateFileSystemProtectionResponse.Builder Modifier and Type Method Description static Class<? extends UpdateFileSystemProtectionResponse.Builder>UpdateFileSystemProtectionResponse. serializableBuilderClass()
-