| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model | |
| software.amazon.awssdk.services.route53.paginators |
| Modifier and Type | Method and Description |
|---|---|
QueryLoggingConfig |
CreateQueryLoggingConfigResponse.queryLoggingConfig()
A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you want to
log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.
|
QueryLoggingConfig |
GetQueryLoggingConfigResponse.queryLoggingConfig()
A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryLoggingConfig> |
ListQueryLoggingConfigsResponse.queryLoggingConfigs()
An array that contains one QueryLoggingConfig
element for each configuration for DNS query logging that is associated with the current Amazon Web Services
account.
|
| Modifier and Type | Method and Description |
|---|---|
CreateQueryLoggingConfigResponse.Builder |
CreateQueryLoggingConfigResponse.Builder.queryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains the ID for a query logging configuration, the ID of the hosted zone that you
want to log queries for, and the ARN for the log group that you want Amazon Route 53 to send query logs to.
|
GetQueryLoggingConfigResponse.Builder |
GetQueryLoggingConfigResponse.Builder.queryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains information about the query logging configuration that you specified in a
GetQueryLoggingConfig request.
|
ListQueryLoggingConfigsResponse.Builder |
ListQueryLoggingConfigsResponse.Builder.queryLoggingConfigs(QueryLoggingConfig... queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the
current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListQueryLoggingConfigsResponse.Builder |
ListQueryLoggingConfigsResponse.Builder.queryLoggingConfigs(Collection<QueryLoggingConfig> queryLoggingConfigs)
An array that contains one QueryLoggingConfig element for each configuration for DNS query logging that is associated with the
current Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<QueryLoggingConfig> |
ListQueryLoggingConfigsIterable.queryLoggingConfigs()
Returns an iterable to iterate through the paginated
ListQueryLoggingConfigsResponse.queryLoggingConfigs() member. |
SdkPublisher<QueryLoggingConfig> |
ListQueryLoggingConfigsPublisher.queryLoggingConfigs()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.