Uses of Class
software.amazon.awssdk.services.route53resolver.model.ResolverQueryLogConfigAssociation
-
Packages that use ResolverQueryLogConfigAssociation Package Description software.amazon.awssdk.services.route53resolver.model software.amazon.awssdk.services.route53resolver.paginators -
-
Uses of ResolverQueryLogConfigAssociation in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return ResolverQueryLogConfigAssociation Modifier and Type Method Description ResolverQueryLogConfigAssociationAssociateResolverQueryLogConfigResponse. resolverQueryLogConfigAssociation()A complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.ResolverQueryLogConfigAssociationDisassociateResolverQueryLogConfigResponse. resolverQueryLogConfigAssociation()A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.ResolverQueryLogConfigAssociationGetResolverQueryLogConfigAssociationResponse. resolverQueryLogConfigAssociation()Information about the Resolver query logging configuration association that you specified in aGetQueryLogConfigAssociationrequest.Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type ResolverQueryLogConfigAssociation Modifier and Type Method Description List<ResolverQueryLogConfigAssociation>ListResolverQueryLogConfigAssociationsResponse. resolverQueryLogConfigAssociations()A list that contains oneResolverQueryLogConfigAssociationselement for each query logging association that matches the values that you specified forFilter.Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type ResolverQueryLogConfigAssociation Modifier and Type Method Description AssociateResolverQueryLogConfigResponse.BuilderAssociateResolverQueryLogConfigResponse.Builder. resolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)A complex type that contains settings for a specified association between an Amazon VPC and a query logging configuration.DisassociateResolverQueryLogConfigResponse.BuilderDisassociateResolverQueryLogConfigResponse.Builder. resolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)A complex type that contains settings for the association that you deleted between an Amazon VPC and a query logging configuration.GetResolverQueryLogConfigAssociationResponse.BuilderGetResolverQueryLogConfigAssociationResponse.Builder. resolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)Information about the Resolver query logging configuration association that you specified in aGetQueryLogConfigAssociationrequest.ListResolverQueryLogConfigAssociationsResponse.BuilderListResolverQueryLogConfigAssociationsResponse.Builder. resolverQueryLogConfigAssociations(ResolverQueryLogConfigAssociation... resolverQueryLogConfigAssociations)A list that contains oneResolverQueryLogConfigAssociationselement for each query logging association that matches the values that you specified forFilter.Method parameters in software.amazon.awssdk.services.route53resolver.model with type arguments of type ResolverQueryLogConfigAssociation Modifier and Type Method Description ListResolverQueryLogConfigAssociationsResponse.BuilderListResolverQueryLogConfigAssociationsResponse.Builder. resolverQueryLogConfigAssociations(Collection<ResolverQueryLogConfigAssociation> resolverQueryLogConfigAssociations)A list that contains oneResolverQueryLogConfigAssociationselement for each query logging association that matches the values that you specified forFilter. -
Uses of ResolverQueryLogConfigAssociation in software.amazon.awssdk.services.route53resolver.paginators
Methods in software.amazon.awssdk.services.route53resolver.paginators that return types with arguments of type ResolverQueryLogConfigAssociation Modifier and Type Method Description SdkIterable<ResolverQueryLogConfigAssociation>ListResolverQueryLogConfigAssociationsIterable. resolverQueryLogConfigAssociations()Returns an iterable to iterate through the paginatedListResolverQueryLogConfigAssociationsResponse.resolverQueryLogConfigAssociations()member.SdkPublisher<ResolverQueryLogConfigAssociation>ListResolverQueryLogConfigAssociationsPublisher. resolverQueryLogConfigAssociations()Returns a publisher that can be used to get a stream of data.
-