Uses of Class
software.amazon.awssdk.services.route53.model.QueryLoggingConfig
-
Packages that use QueryLoggingConfig Package Description software.amazon.awssdk.services.route53.model software.amazon.awssdk.services.route53.paginators -
-
Uses of QueryLoggingConfig in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return QueryLoggingConfig Modifier and Type Method Description QueryLoggingConfigCreateQueryLoggingConfigResponse. 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.QueryLoggingConfigGetQueryLoggingConfigResponse. queryLoggingConfig()A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type QueryLoggingConfig Modifier and Type Method 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.Methods in software.amazon.awssdk.services.route53.model with parameters of type QueryLoggingConfig Modifier and Type Method Description CreateQueryLoggingConfigResponse.BuilderCreateQueryLoggingConfigResponse.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.BuilderGetQueryLoggingConfigResponse.Builder. queryLoggingConfig(QueryLoggingConfig queryLoggingConfig)A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.ListQueryLoggingConfigsResponse.BuilderListQueryLoggingConfigsResponse.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.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type QueryLoggingConfig Modifier and Type Method Description ListQueryLoggingConfigsResponse.BuilderListQueryLoggingConfigsResponse.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. -
Uses of QueryLoggingConfig in software.amazon.awssdk.services.route53.paginators
Methods in software.amazon.awssdk.services.route53.paginators that return types with arguments of type QueryLoggingConfig Modifier and Type Method Description SdkIterable<QueryLoggingConfig>ListQueryLoggingConfigsIterable. queryLoggingConfigs()Returns an iterable to iterate through the paginatedListQueryLoggingConfigsResponse.queryLoggingConfigs()member.SdkPublisher<QueryLoggingConfig>ListQueryLoggingConfigsPublisher. queryLoggingConfigs()Returns a publisher that can be used to get a stream of data.
-