Uses of Interface
software.amazon.awssdk.services.wafv2.model.GetLoggingConfigurationRequest.Builder
-
Packages that use GetLoggingConfigurationRequest.Builder Package Description software.amazon.awssdk.services.wafv2 WAF software.amazon.awssdk.services.wafv2.model -
-
Uses of GetLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.wafv2
Method parameters in software.amazon.awssdk.services.wafv2 with type arguments of type GetLoggingConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLoggingConfigurationResponse>Wafv2AsyncClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)Returns the LoggingConfiguration for the specified web ACL.default GetLoggingConfigurationResponseWafv2Client. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)Returns the LoggingConfiguration for the specified web ACL. -
Uses of GetLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.wafv2.model
Methods in software.amazon.awssdk.services.wafv2.model that return GetLoggingConfigurationRequest.Builder Modifier and Type Method Description static GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest. builder()GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest.Builder. logScope(String logScope)The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest.Builder. logScope(LogScope logScope)The owner of the logging configuration, which must be set toCUSTOMERfor the configurations that you manage.GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest.Builder. logType(String logType)Used to distinguish between various logging options.GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest.Builder. logType(LogType logType)Used to distinguish between various logging options.GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest.Builder. resourceArn(String resourceArn)The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.wafv2.model that return types with arguments of type GetLoggingConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetLoggingConfigurationRequest.Builder>GetLoggingConfigurationRequest. serializableBuilderClass()
-