Uses of Interface
software.amazon.awssdk.services.waf.model.GetLoggingConfigurationRequest.Builder
-
Packages that use GetLoggingConfigurationRequest.Builder Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.model software.amazon.awssdk.services.waf.regional -
-
Uses of GetLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.waf
Method parameters in software.amazon.awssdk.services.waf with type arguments of type GetLoggingConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLoggingConfigurationResponse>WafAsyncClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)default GetLoggingConfigurationResponseWafClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest) -
Uses of GetLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GetLoggingConfigurationRequest.Builder Modifier and Type Method Description static GetLoggingConfigurationRequest.BuilderGetLoggingConfigurationRequest. builder()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.waf.model that return types with arguments of type GetLoggingConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends GetLoggingConfigurationRequest.Builder>GetLoggingConfigurationRequest. serializableBuilderClass() -
Uses of GetLoggingConfigurationRequest.Builder in software.amazon.awssdk.services.waf.regional
Method parameters in software.amazon.awssdk.services.waf.regional with type arguments of type GetLoggingConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetLoggingConfigurationResponse>WafRegionalAsyncClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)default GetLoggingConfigurationResponseWafRegionalClient. getLoggingConfiguration(Consumer<GetLoggingConfigurationRequest.Builder> getLoggingConfigurationRequest)
-