Uses of Interface
software.amazon.awssdk.services.waf.model.UpdateGeoMatchSetRequest.Builder
-
Packages that use UpdateGeoMatchSetRequest.Builder Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.model software.amazon.awssdk.services.waf.regional -
-
Uses of UpdateGeoMatchSetRequest.Builder in software.amazon.awssdk.services.waf
Method parameters in software.amazon.awssdk.services.waf with type arguments of type UpdateGeoMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGeoMatchSetResponse>WafAsyncClient. updateGeoMatchSet(Consumer<UpdateGeoMatchSetRequest.Builder> updateGeoMatchSetRequest)default UpdateGeoMatchSetResponseWafClient. updateGeoMatchSet(Consumer<UpdateGeoMatchSetRequest.Builder> updateGeoMatchSetRequest) -
Uses of UpdateGeoMatchSetRequest.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return UpdateGeoMatchSetRequest.Builder Modifier and Type Method Description static UpdateGeoMatchSetRequest.BuilderUpdateGeoMatchSetRequest. builder()UpdateGeoMatchSetRequest.BuilderUpdateGeoMatchSetRequest.Builder. changeToken(String changeToken)The value returned by the most recent call to GetChangeToken.UpdateGeoMatchSetRequest.BuilderUpdateGeoMatchSetRequest.Builder. geoMatchSetId(String geoMatchSetId)TheGeoMatchSetIdof the GeoMatchSet that you want to update.UpdateGeoMatchSetRequest.BuilderUpdateGeoMatchSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateGeoMatchSetRequest.BuilderUpdateGeoMatchSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateGeoMatchSetRequest.BuilderUpdateGeoMatchSetRequest. toBuilder()UpdateGeoMatchSetRequest.BuilderUpdateGeoMatchSetRequest.Builder. updates(Collection<GeoMatchSetUpdate> updates)An array ofGeoMatchSetUpdateobjects that you want to insert into or delete from an GeoMatchSet.UpdateGeoMatchSetRequest.BuilderUpdateGeoMatchSetRequest.Builder. updates(Consumer<GeoMatchSetUpdate.Builder>... updates)An array ofGeoMatchSetUpdateobjects that you want to insert into or delete from an GeoMatchSet.UpdateGeoMatchSetRequest.BuilderUpdateGeoMatchSetRequest.Builder. updates(GeoMatchSetUpdate... updates)An array ofGeoMatchSetUpdateobjects that you want to insert into or delete from an GeoMatchSet.Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type UpdateGeoMatchSetRequest.Builder Modifier and Type Method Description static Class<? extends UpdateGeoMatchSetRequest.Builder>UpdateGeoMatchSetRequest. serializableBuilderClass() -
Uses of UpdateGeoMatchSetRequest.Builder in software.amazon.awssdk.services.waf.regional
Method parameters in software.amazon.awssdk.services.waf.regional with type arguments of type UpdateGeoMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateGeoMatchSetResponse>WafRegionalAsyncClient. updateGeoMatchSet(Consumer<UpdateGeoMatchSetRequest.Builder> updateGeoMatchSetRequest)default UpdateGeoMatchSetResponseWafRegionalClient. updateGeoMatchSet(Consumer<UpdateGeoMatchSetRequest.Builder> updateGeoMatchSetRequest)
-