| Package | Description |
|---|---|
| com.amazonaws.services.route53resolver |
When you create a VPC using Amazon VPC, you automatically get DNS resolution within the VPC from Route 53 Resolver.
|
| com.amazonaws.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
ListResolverQueryLogConfigAssociationsResult |
AmazonRoute53ResolverClient.listResolverQueryLogConfigAssociations(ListResolverQueryLogConfigAssociationsRequest request)
Lists information about associations between Amazon VPCs and query logging configurations.
|
ListResolverQueryLogConfigAssociationsResult |
AbstractAmazonRoute53Resolver.listResolverQueryLogConfigAssociations(ListResolverQueryLogConfigAssociationsRequest request) |
ListResolverQueryLogConfigAssociationsResult |
AmazonRoute53Resolver.listResolverQueryLogConfigAssociations(ListResolverQueryLogConfigAssociationsRequest listResolverQueryLogConfigAssociationsRequest)
Lists information about associations between Amazon VPCs and query logging configurations.
|
| Modifier and Type | Method and Description |
|---|---|
ListResolverQueryLogConfigAssociationsResult |
ListResolverQueryLogConfigAssociationsResult.clone() |
ListResolverQueryLogConfigAssociationsResult |
ListResolverQueryLogConfigAssociationsResult.withNextToken(String nextToken)
If there are more than
MaxResults query logging associations, you can submit another
ListResolverQueryLogConfigAssociations request to get the next group of associations. |
ListResolverQueryLogConfigAssociationsResult |
ListResolverQueryLogConfigAssociationsResult.withResolverQueryLogConfigAssociations(Collection<ResolverQueryLogConfigAssociation> resolverQueryLogConfigAssociations)
A list that contains one
ResolverQueryLogConfigAssociations element for each query logging
association that matches the values that you specified for Filter. |
ListResolverQueryLogConfigAssociationsResult |
ListResolverQueryLogConfigAssociationsResult.withResolverQueryLogConfigAssociations(ResolverQueryLogConfigAssociation... resolverQueryLogConfigAssociations)
A list that contains one
ResolverQueryLogConfigAssociations element for each query logging
association that matches the values that you specified for Filter. |
ListResolverQueryLogConfigAssociationsResult |
ListResolverQueryLogConfigAssociationsResult.withTotalCount(Integer totalCount)
The total number of query logging associations that were created by the current account in the specified Region.
|
ListResolverQueryLogConfigAssociationsResult |
ListResolverQueryLogConfigAssociationsResult.withTotalFilteredCount(Integer totalFilteredCount)
The total number of query logging associations that were created by the current account in the specified Region
and that match the filters that were specified in the
ListResolverQueryLogConfigAssociations
request. |
Copyright © 2024. All rights reserved.