| 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 ListResolverQueryLogConfigAssociationsResponse |
Route53ResolverClient.listResolverQueryLogConfigAssociations(Consumer<ListResolverQueryLogConfigAssociationsRequest.Builder> listResolverQueryLogConfigAssociationsRequest)
Lists information about associations between Amazon VPCs and query logging configurations.
|
default ListResolverQueryLogConfigAssociationsResponse |
Route53ResolverClient.listResolverQueryLogConfigAssociations(ListResolverQueryLogConfigAssociationsRequest listResolverQueryLogConfigAssociationsRequest)
Lists information about associations between Amazon VPCs and query logging configurations.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListResolverQueryLogConfigAssociationsResponse> |
Route53ResolverAsyncClient.listResolverQueryLogConfigAssociations(Consumer<ListResolverQueryLogConfigAssociationsRequest.Builder> listResolverQueryLogConfigAssociationsRequest)
Lists information about associations between Amazon VPCs and query logging configurations.
|
default CompletableFuture<ListResolverQueryLogConfigAssociationsResponse> |
Route53ResolverAsyncClient.listResolverQueryLogConfigAssociations(ListResolverQueryLogConfigAssociationsRequest listResolverQueryLogConfigAssociationsRequest)
Lists information about associations between Amazon VPCs and query logging configurations.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListResolverQueryLogConfigAssociationsResponse> |
ListResolverQueryLogConfigAssociationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListResolverQueryLogConfigAssociationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListResolverQueryLogConfigAssociationsResponse> subscriber) |
Copyright © 2023. All rights reserved.