Uses of Class
software.amazon.awssdk.services.route53.model.QueryLoggingConfig
Packages that use QueryLoggingConfig
Package
Description
-
Uses of QueryLoggingConfig in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return QueryLoggingConfigModifier and TypeMethodDescriptionfinal 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.final 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 QueryLoggingConfigModifier and TypeMethodDescriptionfinal 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 QueryLoggingConfigModifier and TypeMethodDescriptionCreateQueryLoggingConfigResponse.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.Builder.queryLoggingConfig(QueryLoggingConfig queryLoggingConfig) A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.ListQueryLoggingConfigsResponse.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 QueryLoggingConfigModifier and TypeMethodDescriptionListQueryLoggingConfigsResponse.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 QueryLoggingConfigModifier and TypeMethodDescriptionfinal SdkIterable<QueryLoggingConfig>ListQueryLoggingConfigsIterable.queryLoggingConfigs()Returns an iterable to iterate through the paginatedListQueryLoggingConfigsResponse.queryLoggingConfigs()member.final SdkPublisher<QueryLoggingConfig>ListQueryLoggingConfigsPublisher.queryLoggingConfigs()Returns a publisher that can be used to get a stream of data.