| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static MutationProtectionStatus |
MutationProtectionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MutationProtectionStatus |
AssociateFirewallRuleGroupRequest.mutationProtection()
If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.
|
MutationProtectionStatus |
UpdateFirewallRuleGroupAssociationRequest.mutationProtection()
If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.
|
MutationProtectionStatus |
FirewallRuleGroupAssociation.mutationProtection()
If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.
|
static MutationProtectionStatus |
MutationProtectionStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MutationProtectionStatus> |
MutationProtectionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssociateFirewallRuleGroupRequest.Builder |
AssociateFirewallRuleGroupRequest.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.Builder |
UpdateFirewallRuleGroupAssociationRequest.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.Builder |
FirewallRuleGroupAssociation.Builder.mutationProtection(MutationProtectionStatus mutationProtection)
If enabled, this setting disallows modification or removal of the association, to help prevent against
accidentally altering DNS firewall protections.
|
Copyright © 2023. All rights reserved.