| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver |
Here's how you set up to query an Amazon Route 53 private hosted zone from your network:
|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ListResolverRuleAssociationsResult |
AmazonRoute53Resolver.listResolverRuleAssociations(ListResolverRuleAssociationsRequest listResolverRuleAssociationsRequest)
Lists the associations that were created between resolver rules and VPCs using the current AWS account.
|
ListResolverRuleAssociationsResult |
AbstractAmazonRoute53Resolver.listResolverRuleAssociations(ListResolverRuleAssociationsRequest request) |
ListResolverRuleAssociationsResult |
AmazonRoute53ResolverClient.listResolverRuleAssociations(ListResolverRuleAssociationsRequest request)
Lists the associations that were created between resolver rules and VPCs using the current AWS 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 AWS 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 AWS account, and that match
the specified filters, if any.
|
Copyright © 2019. All rights reserved.