| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
QueryLoggingConfig |
QueryLoggingConfig.clone() |
QueryLoggingConfig |
CreateQueryLoggingConfigResult.getQueryLoggingConfig()
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 |
GetQueryLoggingConfigResult.getQueryLoggingConfig()
A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.
|
QueryLoggingConfig |
QueryLoggingConfig.withCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.
|
QueryLoggingConfig |
QueryLoggingConfig.withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that CloudWatch Logs is logging queries for.
|
QueryLoggingConfig |
QueryLoggingConfig.withId(String id)
The ID for a configuration for DNS query logging.
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryLoggingConfig> |
ListQueryLoggingConfigsResult.getQueryLoggingConfigs()
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 |
|---|---|
void |
CreateQueryLoggingConfigResult.setQueryLoggingConfig(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.
|
void |
GetQueryLoggingConfigResult.setQueryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.
|
CreateQueryLoggingConfigResult |
CreateQueryLoggingConfigResult.withQueryLoggingConfig(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.
|
GetQueryLoggingConfigResult |
GetQueryLoggingConfigResult.withQueryLoggingConfig(QueryLoggingConfig queryLoggingConfig)
A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.
|
ListQueryLoggingConfigsResult |
ListQueryLoggingConfigsResult.withQueryLoggingConfigs(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 |
|---|---|
void |
ListQueryLoggingConfigsResult.setQueryLoggingConfigs(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.
|
ListQueryLoggingConfigsResult |
ListQueryLoggingConfigsResult.withQueryLoggingConfigs(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.
|
Copyright © 2024. All rights reserved.