| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver |
When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver.
|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ListResolverRuleAssociationsResult |
AmazonRoute53ResolverClient.listResolverRuleAssociations(ListResolverRuleAssociationsRequest request)
Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services
account.
|
ListResolverRuleAssociationsResult |
AbstractAmazonRoute53Resolver.listResolverRuleAssociations(ListResolverRuleAssociationsRequest request) |
ListResolverRuleAssociationsResult |
AmazonRoute53Resolver.listResolverRuleAssociations(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest)
Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services
account.
|
| Modifier and Type | Method and Description |
|---|---|
ListResolverRuleAssociationsResult |
ListResolverRuleAssociationsResult.clone() |
ListResolverRuleAssociationsResult |
ListResolverRuleAssociationsResult.withMaxResults(Integer maxResults)
The value that you specified for
MaxResults in the request. |
ListResolverRuleAssociationsResult |
ListResolverRuleAssociationsResult.withNextToken(String nextToken)
If more than
MaxResults rule associations match the specified criteria, you can submit another
ListResolverRuleAssociation request to get the next group of results. |
ListResolverRuleAssociationsResult |
ListResolverRuleAssociationsResult.withResolverRuleAssociations(Collection<ResolverRuleAssociation> resolverRuleAssociations)
The associations that were created between Resolver rules and VPCs using the current Amazon Web Services account,
and that match the specified filters, if any.
|
ListResolverRuleAssociationsResult |
ListResolverRuleAssociationsResult.withResolverRuleAssociations(ResolverRuleAssociation... resolverRuleAssociations)
The associations that were created between Resolver rules and VPCs using the current Amazon Web Services account,
and that match the specified filters, if any.
|
Copyright © 2024. All rights reserved.