| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateQueryLoggingConfigResult> |
AbstractAmazonRoute53Async.createQueryLoggingConfigAsync(CreateQueryLoggingConfigRequest request,
AsyncHandler<CreateQueryLoggingConfigRequest,CreateQueryLoggingConfigResult> asyncHandler) |
Future<CreateQueryLoggingConfigResult> |
AmazonRoute53AsyncClient.createQueryLoggingConfigAsync(CreateQueryLoggingConfigRequest request,
AsyncHandler<CreateQueryLoggingConfigRequest,CreateQueryLoggingConfigResult> asyncHandler) |
Future<CreateQueryLoggingConfigResult> |
AmazonRoute53Async.createQueryLoggingConfigAsync(CreateQueryLoggingConfigRequest createQueryLoggingConfigRequest,
AsyncHandler<CreateQueryLoggingConfigRequest,CreateQueryLoggingConfigResult> asyncHandler)
Creates a configuration for DNS query logging.
|
| Modifier and Type | Method and Description |
|---|---|
CreateQueryLoggingConfigRequest |
CreateQueryLoggingConfigRequest.clone() |
CreateQueryLoggingConfigRequest |
CreateQueryLoggingConfigRequest.withCloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) for the log group that you want to Amazon Route 53 to send query logs to.
|
CreateQueryLoggingConfigRequest |
CreateQueryLoggingConfigRequest.withHostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to log queries for.
|
Copyright © 2023. All rights reserved.