| 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.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListResolverRuleAssociationsResponse |
Route53ResolverClient.listResolverRuleAssociations()
Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services
account.
|
default ListResolverRuleAssociationsResponse |
Route53ResolverClient.listResolverRuleAssociations(Consumer<ListResolverRuleAssociationsRequest.Builder> listResolverRuleAssociationsRequest)
Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services
account.
|
default ListResolverRuleAssociationsResponse |
Route53ResolverClient.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 |
|---|---|
default CompletableFuture<ListResolverRuleAssociationsResponse> |
Route53ResolverAsyncClient.listResolverRuleAssociations()
Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services
account.
|
default CompletableFuture<ListResolverRuleAssociationsResponse> |
Route53ResolverAsyncClient.listResolverRuleAssociations(Consumer<ListResolverRuleAssociationsRequest.Builder> listResolverRuleAssociationsRequest)
Lists the associations that were created between Resolver rules and VPCs using the current Amazon Web Services
account.
|
default CompletableFuture<ListResolverRuleAssociationsResponse> |
Route53ResolverAsyncClient.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 |
|---|---|
Iterator<ListResolverRuleAssociationsResponse> |
ListResolverRuleAssociationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListResolverRuleAssociationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListResolverRuleAssociationsResponse> subscriber) |
Copyright © 2023. All rights reserved.