Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
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.
|
Future<CreateQueryLoggingConfigResult> |
AbstractAmazonRoute53Async.createQueryLoggingConfigAsync(CreateQueryLoggingConfigRequest request,
AsyncHandler<CreateQueryLoggingConfigRequest,CreateQueryLoggingConfigResult> asyncHandler) |
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 © 2019. All rights reserved.