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