| 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 ListFirewallRuleGroupAssociationsResponse |
Route53ResolverClient.listFirewallRuleGroupAssociations(Consumer<ListFirewallRuleGroupAssociationsRequest.Builder> listFirewallRuleGroupAssociationsRequest)
Retrieves the firewall rule group associations that you have defined.
|
default CompletableFuture<ListFirewallRuleGroupAssociationsResponse> |
Route53ResolverAsyncClient.listFirewallRuleGroupAssociations(Consumer<ListFirewallRuleGroupAssociationsRequest.Builder> listFirewallRuleGroupAssociationsRequest)
Retrieves the firewall rule group associations that you have defined.
|
default ListFirewallRuleGroupAssociationsIterable |
Route53ResolverClient.listFirewallRuleGroupAssociationsPaginator(Consumer<ListFirewallRuleGroupAssociationsRequest.Builder> listFirewallRuleGroupAssociationsRequest)
Retrieves the firewall rule group associations that you have defined.
|
default ListFirewallRuleGroupAssociationsPublisher |
Route53ResolverAsyncClient.listFirewallRuleGroupAssociationsPaginator(Consumer<ListFirewallRuleGroupAssociationsRequest.Builder> listFirewallRuleGroupAssociationsRequest)
Retrieves the firewall rule group associations that you have defined.
|
| Modifier and Type | Method and Description |
|---|---|
static ListFirewallRuleGroupAssociationsRequest.Builder |
ListFirewallRuleGroupAssociationsRequest.builder() |
ListFirewallRuleGroupAssociationsRequest.Builder |
ListFirewallRuleGroupAssociationsRequest.Builder.firewallRuleGroupId(String firewallRuleGroupId)
The unique identifier of the firewall rule group that you want to retrieve the associations for.
|
ListFirewallRuleGroupAssociationsRequest.Builder |
ListFirewallRuleGroupAssociationsRequest.Builder.maxResults(Integer maxResults)
The maximum number of objects that you want Resolver to return for this request.
|
ListFirewallRuleGroupAssociationsRequest.Builder |
ListFirewallRuleGroupAssociationsRequest.Builder.nextToken(String nextToken)
For the first call to this list request, omit this value.
|
ListFirewallRuleGroupAssociationsRequest.Builder |
ListFirewallRuleGroupAssociationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFirewallRuleGroupAssociationsRequest.Builder |
ListFirewallRuleGroupAssociationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFirewallRuleGroupAssociationsRequest.Builder |
ListFirewallRuleGroupAssociationsRequest.Builder.priority(Integer priority)
The setting that determines the processing order of the rule group among the rule groups that are associated
with a single VPC.
|
ListFirewallRuleGroupAssociationsRequest.Builder |
ListFirewallRuleGroupAssociationsRequest.Builder.status(FirewallRuleGroupAssociationStatus status)
The association
Status setting that you want DNS Firewall to filter on for the list. |
ListFirewallRuleGroupAssociationsRequest.Builder |
ListFirewallRuleGroupAssociationsRequest.Builder.status(String status)
The association
Status setting that you want DNS Firewall to filter on for the list. |
ListFirewallRuleGroupAssociationsRequest.Builder |
ListFirewallRuleGroupAssociationsRequest.toBuilder() |
ListFirewallRuleGroupAssociationsRequest.Builder |
ListFirewallRuleGroupAssociationsRequest.Builder.vpcId(String vpcId)
The unique identifier of the VPC that you want to retrieve the associations for.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFirewallRuleGroupAssociationsRequest.Builder> |
ListFirewallRuleGroupAssociationsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.