Uses of Interface
software.amazon.awssdk.services.waf.model.PutLoggingConfigurationRequest.Builder
-
Packages that use PutLoggingConfigurationRequest.Builder Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.model software.amazon.awssdk.services.waf.regional -
-
Uses of PutLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.waf
Method parameters in software.amazon.awssdk.services.waf with type arguments of type PutLoggingConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutLoggingConfigurationResponse>WafAsyncClient. putLoggingConfiguration(Consumer<PutLoggingConfigurationRequest.Builder> putLoggingConfigurationRequest)default PutLoggingConfigurationResponseWafClient. putLoggingConfiguration(Consumer<PutLoggingConfigurationRequest.Builder> putLoggingConfigurationRequest) -
Uses of PutLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return PutLoggingConfigurationRequest.Builder Modifier and Type Method Description static PutLoggingConfigurationRequest.BuilderPutLoggingConfigurationRequest. builder()default PutLoggingConfigurationRequest.BuilderPutLoggingConfigurationRequest.Builder. loggingConfiguration(Consumer<LoggingConfiguration.Builder> loggingConfiguration)The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.PutLoggingConfigurationRequest.BuilderPutLoggingConfigurationRequest.Builder. loggingConfiguration(LoggingConfiguration loggingConfiguration)The Amazon Kinesis Data Firehose that contains the inspected traffic information, the redacted fields details, and the Amazon Resource Name (ARN) of the web ACL to monitor.PutLoggingConfigurationRequest.BuilderPutLoggingConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutLoggingConfigurationRequest.BuilderPutLoggingConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutLoggingConfigurationRequest.BuilderPutLoggingConfigurationRequest. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type PutLoggingConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends PutLoggingConfigurationRequest.Builder>PutLoggingConfigurationRequest. serializableBuilderClass() -
Uses of PutLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.waf.regional
Method parameters in software.amazon.awssdk.services.waf.regional with type arguments of type PutLoggingConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<PutLoggingConfigurationResponse>WafRegionalAsyncClient. putLoggingConfiguration(Consumer<PutLoggingConfigurationRequest.Builder> putLoggingConfigurationRequest)default PutLoggingConfigurationResponseWafRegionalClient. putLoggingConfiguration(Consumer<PutLoggingConfigurationRequest.Builder> putLoggingConfigurationRequest)
-