Uses of Class
software.amazon.awssdk.services.efs.model.ReplicationOverwriteProtection
-
Packages that use ReplicationOverwriteProtection Package Description software.amazon.awssdk.services.efs.model -
-
Uses of ReplicationOverwriteProtection in software.amazon.awssdk.services.efs.model
Methods in software.amazon.awssdk.services.efs.model that return ReplicationOverwriteProtection Modifier and Type Method Description static ReplicationOverwriteProtectionReplicationOverwriteProtection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReplicationOverwriteProtectionFileSystemProtectionDescription. replicationOverwriteProtection()The status of the file system's replication overwrite protection.ReplicationOverwriteProtectionUpdateFileSystemProtectionRequest. replicationOverwriteProtection()The status of the file system's replication overwrite protection.ReplicationOverwriteProtectionUpdateFileSystemProtectionResponse. replicationOverwriteProtection()The status of the file system's replication overwrite protection.static ReplicationOverwriteProtectionReplicationOverwriteProtection. valueOf(String name)Returns the enum constant of this type with the specified name.static ReplicationOverwriteProtection[]ReplicationOverwriteProtection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.efs.model that return types with arguments of type ReplicationOverwriteProtection Modifier and Type Method Description static Set<ReplicationOverwriteProtection>ReplicationOverwriteProtection. knownValues()Methods in software.amazon.awssdk.services.efs.model with parameters of type ReplicationOverwriteProtection Modifier and Type Method Description FileSystemProtectionDescription.BuilderFileSystemProtectionDescription.Builder. replicationOverwriteProtection(ReplicationOverwriteProtection replicationOverwriteProtection)The status of the file system's replication overwrite protection.UpdateFileSystemProtectionRequest.BuilderUpdateFileSystemProtectionRequest.Builder. replicationOverwriteProtection(ReplicationOverwriteProtection 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.
-