Uses of Interface
software.amazon.awssdk.services.wafv2.model.GetLoggingConfigurationResponse.Builder
-
Packages that use GetLoggingConfigurationResponse.Builder Package Description software.amazon.awssdk.services.wafv2.model -
-
Uses of GetLoggingConfigurationResponse.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return GetLoggingConfigurationResponse.Builder Modifier and Type Method Description static GetLoggingConfigurationResponse.BuilderGetLoggingConfigurationResponse. builder()default GetLoggingConfigurationResponse.BuilderGetLoggingConfigurationResponse.Builder. loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)The LoggingConfiguration for the specified web ACL.GetLoggingConfigurationResponse.BuilderGetLoggingConfigurationResponse.Builder. loggingConfiguration(LoggingConfiguration loggingConfiguration)The LoggingConfiguration for the specified web ACL.GetLoggingConfigurationResponse.BuilderGetLoggingConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type GetLoggingConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends GetLoggingConfigurationResponse.Builder>GetLoggingConfigurationResponse. serializableBuilderClass()
-