| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53resolver.model | |
| software.amazon.awssdk.services.route53resolver.paginators |
| Modifier and Type | Method and Description |
|---|---|
ResolverQueryLogConfigAssociation |
DisassociateResolverQueryLogConfigResponse.resolverQueryLogConfigAssociation()
A complex type that contains settings for the association that you deleted between an Amazon VPC and a query
logging configuration.
|
ResolverQueryLogConfigAssociation |
AssociateResolverQueryLogConfigResponse.resolverQueryLogConfigAssociation()
A complex type that contains settings for a specified association between an Amazon VPC and a query logging
configuration.
|
ResolverQueryLogConfigAssociation |
GetResolverQueryLogConfigAssociationResponse.resolverQueryLogConfigAssociation()
Information about the Resolver query logging configuration association that you specified in a
GetQueryLogConfigAssociation request. |
| Modifier and Type | Method and Description |
|---|---|
List<ResolverQueryLogConfigAssociation> |
ListResolverQueryLogConfigAssociationsResponse.resolverQueryLogConfigAssociations()
A list that contains one
ResolverQueryLogConfigAssociations element for each query logging
association that matches the values that you specified for Filter. |
| Modifier and Type | Method and Description |
|---|---|
DisassociateResolverQueryLogConfigResponse.Builder |
DisassociateResolverQueryLogConfigResponse.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.
|
AssociateResolverQueryLogConfigResponse.Builder |
AssociateResolverQueryLogConfigResponse.Builder.resolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
A complex type that contains settings for a specified association between an Amazon VPC and a query logging
configuration.
|
GetResolverQueryLogConfigAssociationResponse.Builder |
GetResolverQueryLogConfigAssociationResponse.Builder.resolverQueryLogConfigAssociation(ResolverQueryLogConfigAssociation resolverQueryLogConfigAssociation)
Information about the Resolver query logging configuration association that you specified in a
GetQueryLogConfigAssociation request. |
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ResolverQueryLogConfigAssociation> |
ListResolverQueryLogConfigAssociationsIterable.resolverQueryLogConfigAssociations()
Returns an iterable to iterate through the paginated
ListResolverQueryLogConfigAssociationsResponse.resolverQueryLogConfigAssociations() member. |
SdkPublisher<ResolverQueryLogConfigAssociation> |
ListResolverQueryLogConfigAssociationsPublisher.resolverQueryLogConfigAssociations()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.