Uses of Class
software.amazon.awssdk.services.route53resolver.model.ListResolverQueryLogConfigAssociationsResponse
-
Packages that use ListResolverQueryLogConfigAssociationsResponse 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 -
-
Uses of ListResolverQueryLogConfigAssociationsResponse in software.amazon.awssdk.services.route53resolver
Methods in software.amazon.awssdk.services.route53resolver that return ListResolverQueryLogConfigAssociationsResponse Modifier and Type Method Description default ListResolverQueryLogConfigAssociationsResponseRoute53ResolverClient. listResolverQueryLogConfigAssociations(Consumer<ListResolverQueryLogConfigAssociationsRequest.Builder> listResolverQueryLogConfigAssociationsRequest)Lists information about associations between Amazon VPCs and query logging configurations.default ListResolverQueryLogConfigAssociationsResponseRoute53ResolverClient. listResolverQueryLogConfigAssociations(ListResolverQueryLogConfigAssociationsRequest listResolverQueryLogConfigAssociationsRequest)Lists information about associations between Amazon VPCs and query logging configurations.Methods in software.amazon.awssdk.services.route53resolver that return types with arguments of type ListResolverQueryLogConfigAssociationsResponse Modifier and Type Method 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. -
Uses of ListResolverQueryLogConfigAssociationsResponse in software.amazon.awssdk.services.route53resolver.paginators
Methods in software.amazon.awssdk.services.route53resolver.paginators that return types with arguments of type ListResolverQueryLogConfigAssociationsResponse Modifier and Type Method Description Iterator<ListResolverQueryLogConfigAssociationsResponse>ListResolverQueryLogConfigAssociationsIterable. iterator()Method parameters in software.amazon.awssdk.services.route53resolver.paginators with type arguments of type ListResolverQueryLogConfigAssociationsResponse Modifier and Type Method Description voidListResolverQueryLogConfigAssociationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListResolverQueryLogConfigAssociationsResponse> subscriber)
-