Uses of Class
software.amazon.awssdk.services.route53resolver.model.GetResolverQueryLogConfigAssociationResponse
-
Packages that use GetResolverQueryLogConfigAssociationResponse 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. -
-
Uses of GetResolverQueryLogConfigAssociationResponse in software.amazon.awssdk.services.route53resolver
Methods in software.amazon.awssdk.services.route53resolver that return GetResolverQueryLogConfigAssociationResponse Modifier and Type Method Description default GetResolverQueryLogConfigAssociationResponseRoute53ResolverClient. getResolverQueryLogConfigAssociation(Consumer<GetResolverQueryLogConfigAssociationRequest.Builder> getResolverQueryLogConfigAssociationRequest)Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC.default GetResolverQueryLogConfigAssociationResponseRoute53ResolverClient. getResolverQueryLogConfigAssociation(GetResolverQueryLogConfigAssociationRequest getResolverQueryLogConfigAssociationRequest)Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC.Methods in software.amazon.awssdk.services.route53resolver that return types with arguments of type GetResolverQueryLogConfigAssociationResponse Modifier and Type Method Description default CompletableFuture<GetResolverQueryLogConfigAssociationResponse>Route53ResolverAsyncClient. getResolverQueryLogConfigAssociation(Consumer<GetResolverQueryLogConfigAssociationRequest.Builder> getResolverQueryLogConfigAssociationRequest)Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC.default CompletableFuture<GetResolverQueryLogConfigAssociationResponse>Route53ResolverAsyncClient. getResolverQueryLogConfigAssociation(GetResolverQueryLogConfigAssociationRequest getResolverQueryLogConfigAssociationRequest)Gets information about a specified association between a Resolver query logging configuration and an Amazon VPC.
-