Uses of Class
software.amazon.awssdk.services.route53resolver.model.MutationProtectionStatus
-
Packages that use MutationProtectionStatus Package Description software.amazon.awssdk.services.route53resolver.model -
-
Uses of MutationProtectionStatus in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return MutationProtectionStatus Modifier and Type Method Description static MutationProtectionStatusMutationProtectionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MutationProtectionStatusAssociateFirewallRuleGroupRequest. mutationProtection()If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.MutationProtectionStatusFirewallRuleGroupAssociation. mutationProtection()If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.MutationProtectionStatusUpdateFirewallRuleGroupAssociationRequest. mutationProtection()If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.static MutationProtectionStatusMutationProtectionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static MutationProtectionStatus[]MutationProtectionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type MutationProtectionStatus Modifier and Type Method Description static Set<MutationProtectionStatus>MutationProtectionStatus. knownValues()Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type MutationProtectionStatus Modifier and Type Method Description AssociateFirewallRuleGroupRequest.BuilderAssociateFirewallRuleGroupRequest.Builder. mutationProtection(MutationProtectionStatus mutationProtection)If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.FirewallRuleGroupAssociation.BuilderFirewallRuleGroupAssociation.Builder. mutationProtection(MutationProtectionStatus mutationProtection)If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.UpdateFirewallRuleGroupAssociationRequest.BuilderUpdateFirewallRuleGroupAssociationRequest.Builder. mutationProtection(MutationProtectionStatus mutationProtection)If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
-