Uses of Interface
software.amazon.awssdk.services.waf.model.PutLoggingConfigurationResponse.Builder
-
Packages that use PutLoggingConfigurationResponse.Builder Package Description software.amazon.awssdk.services.waf.model -
-
Uses of PutLoggingConfigurationResponse.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return PutLoggingConfigurationResponse.Builder Modifier and Type Method Description static PutLoggingConfigurationResponse.BuilderPutLoggingConfigurationResponse. builder()default PutLoggingConfigurationResponse.BuilderPutLoggingConfigurationResponse.Builder. loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)The LoggingConfiguration that you submitted in the request.PutLoggingConfigurationResponse.BuilderPutLoggingConfigurationResponse.Builder. loggingConfiguration(LoggingConfiguration loggingConfiguration)The LoggingConfiguration that you submitted in the request.PutLoggingConfigurationResponse.BuilderPutLoggingConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type PutLoggingConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends PutLoggingConfigurationResponse.Builder>PutLoggingConfigurationResponse. serializableBuilderClass()
-