| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver |
When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver.
|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateFirewallRuleGroupAssociationResponse |
Route53ResolverClient.updateFirewallRuleGroupAssociation(Consumer<UpdateFirewallRuleGroupAssociationRequest.Builder> updateFirewallRuleGroupAssociationRequest)
Changes the association of a FirewallRuleGroup with a VPC.
|
default CompletableFuture<UpdateFirewallRuleGroupAssociationResponse> |
Route53ResolverAsyncClient.updateFirewallRuleGroupAssociation(Consumer<UpdateFirewallRuleGroupAssociationRequest.Builder> updateFirewallRuleGroupAssociationRequest)
Changes the association of a FirewallRuleGroup with a VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateFirewallRuleGroupAssociationRequest.Builder |
UpdateFirewallRuleGroupAssociationRequest.builder() |
UpdateFirewallRuleGroupAssociationRequest.Builder |
UpdateFirewallRuleGroupAssociationRequest.Builder.firewallRuleGroupAssociationId(String firewallRuleGroupAssociationId)
The identifier of the FirewallRuleGroupAssociation.
|
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.
|
UpdateFirewallRuleGroupAssociationRequest.Builder |
UpdateFirewallRuleGroupAssociationRequest.Builder.mutationProtection(String 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.name(String name)
The name of the rule group association.
|
UpdateFirewallRuleGroupAssociationRequest.Builder |
UpdateFirewallRuleGroupAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateFirewallRuleGroupAssociationRequest.Builder |
UpdateFirewallRuleGroupAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateFirewallRuleGroupAssociationRequest.Builder |
UpdateFirewallRuleGroupAssociationRequest.Builder.priority(Integer priority)
The setting that determines the processing order of the rule group among the rule groups that you associate
with the specified VPC.
|
UpdateFirewallRuleGroupAssociationRequest.Builder |
UpdateFirewallRuleGroupAssociationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateFirewallRuleGroupAssociationRequest.Builder> |
UpdateFirewallRuleGroupAssociationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.