Uses of Interface
software.amazon.awssdk.services.route53.model.GetQueryLoggingConfigResponse.Builder
-
Packages that use GetQueryLoggingConfigResponse.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of GetQueryLoggingConfigResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GetQueryLoggingConfigResponse.Builder Modifier and Type Method Description static GetQueryLoggingConfigResponse.BuilderGetQueryLoggingConfigResponse. builder()default GetQueryLoggingConfigResponse.BuilderGetQueryLoggingConfigResponse.Builder. queryLoggingConfig(Consumer<QueryLoggingConfig.Builder> queryLoggingConfig)A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.GetQueryLoggingConfigResponse.BuilderGetQueryLoggingConfigResponse.Builder. queryLoggingConfig(QueryLoggingConfig queryLoggingConfig)A complex type that contains information about the query logging configuration that you specified in a GetQueryLoggingConfig request.GetQueryLoggingConfigResponse.BuilderGetQueryLoggingConfigResponse. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GetQueryLoggingConfigResponse.Builder Modifier and Type Method Description static Class<? extends GetQueryLoggingConfigResponse.Builder>GetQueryLoggingConfigResponse. serializableBuilderClass()
-