Uses of Interface
software.amazon.awssdk.services.waf.model.UpdateSqlInjectionMatchSetRequest.Builder
-
Packages that use UpdateSqlInjectionMatchSetRequest.Builder Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.model software.amazon.awssdk.services.waf.regional -
-
Uses of UpdateSqlInjectionMatchSetRequest.Builder in software.amazon.awssdk.services.waf
Method parameters in software.amazon.awssdk.services.waf with type arguments of type UpdateSqlInjectionMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateSqlInjectionMatchSetResponse>WafAsyncClient. updateSqlInjectionMatchSet(Consumer<UpdateSqlInjectionMatchSetRequest.Builder> updateSqlInjectionMatchSetRequest)default UpdateSqlInjectionMatchSetResponseWafClient. updateSqlInjectionMatchSet(Consumer<UpdateSqlInjectionMatchSetRequest.Builder> updateSqlInjectionMatchSetRequest) -
Uses of UpdateSqlInjectionMatchSetRequest.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return UpdateSqlInjectionMatchSetRequest.Builder Modifier and Type Method Description static UpdateSqlInjectionMatchSetRequest.BuilderUpdateSqlInjectionMatchSetRequest. builder()UpdateSqlInjectionMatchSetRequest.BuilderUpdateSqlInjectionMatchSetRequest.Builder. changeToken(String changeToken)The value returned by the most recent call to GetChangeToken.UpdateSqlInjectionMatchSetRequest.BuilderUpdateSqlInjectionMatchSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateSqlInjectionMatchSetRequest.BuilderUpdateSqlInjectionMatchSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateSqlInjectionMatchSetRequest.BuilderUpdateSqlInjectionMatchSetRequest.Builder. sqlInjectionMatchSetId(String sqlInjectionMatchSetId)TheSqlInjectionMatchSetIdof theSqlInjectionMatchSetthat you want to update.UpdateSqlInjectionMatchSetRequest.BuilderUpdateSqlInjectionMatchSetRequest. toBuilder()UpdateSqlInjectionMatchSetRequest.BuilderUpdateSqlInjectionMatchSetRequest.Builder. updates(Collection<SqlInjectionMatchSetUpdate> updates)An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet.UpdateSqlInjectionMatchSetRequest.BuilderUpdateSqlInjectionMatchSetRequest.Builder. updates(Consumer<SqlInjectionMatchSetUpdate.Builder>... updates)An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet.UpdateSqlInjectionMatchSetRequest.BuilderUpdateSqlInjectionMatchSetRequest.Builder. updates(SqlInjectionMatchSetUpdate... updates)An array ofSqlInjectionMatchSetUpdateobjects that you want to insert into or delete from a SqlInjectionMatchSet.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type UpdateSqlInjectionMatchSetRequest.Builder Modifier and Type Method Description static Class<? extends UpdateSqlInjectionMatchSetRequest.Builder>UpdateSqlInjectionMatchSetRequest. serializableBuilderClass() -
Uses of UpdateSqlInjectionMatchSetRequest.Builder in software.amazon.awssdk.services.waf.regional
Method parameters in software.amazon.awssdk.services.waf.regional with type arguments of type UpdateSqlInjectionMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateSqlInjectionMatchSetResponse>WafRegionalAsyncClient. updateSqlInjectionMatchSet(Consumer<UpdateSqlInjectionMatchSetRequest.Builder> updateSqlInjectionMatchSetRequest)default UpdateSqlInjectionMatchSetResponseWafRegionalClient. updateSqlInjectionMatchSet(Consumer<UpdateSqlInjectionMatchSetRequest.Builder> updateSqlInjectionMatchSetRequest)
-