Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
CreateQueryLoggingConfigResult |
AbstractAmazonRoute53.createQueryLoggingConfig(CreateQueryLoggingConfigRequest request) |
CreateQueryLoggingConfigResult |
AmazonRoute53Client.createQueryLoggingConfig(CreateQueryLoggingConfigRequest request)
Creates a configuration for DNS query logging.
|
CreateQueryLoggingConfigResult |
AmazonRoute53.createQueryLoggingConfig(CreateQueryLoggingConfigRequest createQueryLoggingConfigRequest)
Creates a configuration for DNS query logging.
|
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 |
---|---|
CreateQueryLoggingConfigResult |
CreateQueryLoggingConfigResult.clone() |
CreateQueryLoggingConfigResult |
CreateQueryLoggingConfigResult.withLocation(String location)
The unique URL representing the new query logging configuration.
|
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.
|
Copyright © 2019. All rights reserved.