Uses of Interface
software.amazon.awssdk.services.waf.model.UpdateByteMatchSetRequest.Builder
-
Packages that use UpdateByteMatchSetRequest.Builder Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.model software.amazon.awssdk.services.waf.regional -
-
Uses of UpdateByteMatchSetRequest.Builder in software.amazon.awssdk.services.waf
Method parameters in software.amazon.awssdk.services.waf with type arguments of type UpdateByteMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateByteMatchSetResponse>WafAsyncClient. updateByteMatchSet(Consumer<UpdateByteMatchSetRequest.Builder> updateByteMatchSetRequest)default UpdateByteMatchSetResponseWafClient. updateByteMatchSet(Consumer<UpdateByteMatchSetRequest.Builder> updateByteMatchSetRequest) -
Uses of UpdateByteMatchSetRequest.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return UpdateByteMatchSetRequest.Builder Modifier and Type Method Description static UpdateByteMatchSetRequest.BuilderUpdateByteMatchSetRequest. builder()UpdateByteMatchSetRequest.BuilderUpdateByteMatchSetRequest.Builder. byteMatchSetId(String byteMatchSetId)TheByteMatchSetIdof the ByteMatchSet that you want to update.UpdateByteMatchSetRequest.BuilderUpdateByteMatchSetRequest.Builder. changeToken(String changeToken)The value returned by the most recent call to GetChangeToken.UpdateByteMatchSetRequest.BuilderUpdateByteMatchSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateByteMatchSetRequest.BuilderUpdateByteMatchSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateByteMatchSetRequest.BuilderUpdateByteMatchSetRequest. toBuilder()UpdateByteMatchSetRequest.BuilderUpdateByteMatchSetRequest.Builder. updates(Collection<ByteMatchSetUpdate> updates)An array ofByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet.UpdateByteMatchSetRequest.BuilderUpdateByteMatchSetRequest.Builder. updates(Consumer<ByteMatchSetUpdate.Builder>... updates)An array ofByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet.UpdateByteMatchSetRequest.BuilderUpdateByteMatchSetRequest.Builder. updates(ByteMatchSetUpdate... updates)An array ofByteMatchSetUpdateobjects that you want to insert into or delete from a ByteMatchSet.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type UpdateByteMatchSetRequest.Builder Modifier and Type Method Description static Class<? extends UpdateByteMatchSetRequest.Builder>UpdateByteMatchSetRequest. serializableBuilderClass() -
Uses of UpdateByteMatchSetRequest.Builder in software.amazon.awssdk.services.waf.regional
Method parameters in software.amazon.awssdk.services.waf.regional with type arguments of type UpdateByteMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateByteMatchSetResponse>WafRegionalAsyncClient. updateByteMatchSet(Consumer<UpdateByteMatchSetRequest.Builder> updateByteMatchSetRequest)default UpdateByteMatchSetResponseWafRegionalClient. updateByteMatchSet(Consumer<UpdateByteMatchSetRequest.Builder> updateByteMatchSetRequest)
-