| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model |
| Modifier and Type | Method and Description |
|---|---|
static ListResolverQueryLogConfigAssociationsResponse.Builder |
ListResolverQueryLogConfigAssociationsResponse.builder() |
ListResolverQueryLogConfigAssociationsResponse.Builder |
ListResolverQueryLogConfigAssociationsResponse.Builder.nextToken(String nextToken)
If there are more than
MaxResults query logging associations, you can submit another
ListResolverQueryLogConfigAssociations request to get the next group of associations. |
ListResolverQueryLogConfigAssociationsResponse.Builder |
ListResolverQueryLogConfigAssociationsResponse.Builder.resolverQueryLogConfigAssociations(Collection<ResolverQueryLogConfigAssociation> resolverQueryLogConfigAssociations)
A list that contains one
ResolverQueryLogConfigAssociations element for each query logging
association that matches the values that you specified for Filter. |
ListResolverQueryLogConfigAssociationsResponse.Builder |
ListResolverQueryLogConfigAssociationsResponse.Builder.resolverQueryLogConfigAssociations(Consumer<ResolverQueryLogConfigAssociation.Builder>... resolverQueryLogConfigAssociations)
A list that contains one
ResolverQueryLogConfigAssociations element for each query logging
association that matches the values that you specified for Filter. |
ListResolverQueryLogConfigAssociationsResponse.Builder |
ListResolverQueryLogConfigAssociationsResponse.Builder.resolverQueryLogConfigAssociations(ResolverQueryLogConfigAssociation... resolverQueryLogConfigAssociations)
A list that contains one
ResolverQueryLogConfigAssociations element for each query logging
association that matches the values that you specified for Filter. |
ListResolverQueryLogConfigAssociationsResponse.Builder |
ListResolverQueryLogConfigAssociationsResponse.toBuilder() |
ListResolverQueryLogConfigAssociationsResponse.Builder |
ListResolverQueryLogConfigAssociationsResponse.Builder.totalCount(Integer totalCount)
The total number of query logging associations that were created by the current account in the specified
Region.
|
ListResolverQueryLogConfigAssociationsResponse.Builder |
ListResolverQueryLogConfigAssociationsResponse.Builder.totalFilteredCount(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. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListResolverQueryLogConfigAssociationsResponse.Builder> |
ListResolverQueryLogConfigAssociationsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.