Uses of Interface
software.amazon.awssdk.services.waf.model.GetGeoMatchSetRequest.Builder
-
Packages that use GetGeoMatchSetRequest.Builder Package Description software.amazon.awssdk.services.waf software.amazon.awssdk.services.waf.model software.amazon.awssdk.services.waf.regional -
-
Uses of GetGeoMatchSetRequest.Builder in software.amazon.awssdk.services.waf
Method parameters in software.amazon.awssdk.services.waf with type arguments of type GetGeoMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<GetGeoMatchSetResponse>WafAsyncClient. getGeoMatchSet(Consumer<GetGeoMatchSetRequest.Builder> getGeoMatchSetRequest)default GetGeoMatchSetResponseWafClient. getGeoMatchSet(Consumer<GetGeoMatchSetRequest.Builder> getGeoMatchSetRequest) -
Uses of GetGeoMatchSetRequest.Builder in software.amazon.awssdk.services.waf.model
Methods in software.amazon.awssdk.services.waf.model that return GetGeoMatchSetRequest.Builder Modifier and Type Method Description static GetGeoMatchSetRequest.BuilderGetGeoMatchSetRequest. builder()GetGeoMatchSetRequest.BuilderGetGeoMatchSetRequest.Builder. geoMatchSetId(String geoMatchSetId)TheGeoMatchSetIdof the GeoMatchSet that you want to get.GetGeoMatchSetRequest.BuilderGetGeoMatchSetRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetGeoMatchSetRequest.BuilderGetGeoMatchSetRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetGeoMatchSetRequest.BuilderGetGeoMatchSetRequest. toBuilder()Methods in software.amazon.awssdk.services.waf.model that return types with arguments of type GetGeoMatchSetRequest.Builder Modifier and Type Method Description static Class<? extends GetGeoMatchSetRequest.Builder>GetGeoMatchSetRequest. serializableBuilderClass() -
Uses of GetGeoMatchSetRequest.Builder in software.amazon.awssdk.services.waf.regional
Method parameters in software.amazon.awssdk.services.waf.regional with type arguments of type GetGeoMatchSetRequest.Builder Modifier and Type Method Description default CompletableFuture<GetGeoMatchSetResponse>WafRegionalAsyncClient. getGeoMatchSet(Consumer<GetGeoMatchSetRequest.Builder> getGeoMatchSetRequest)default GetGeoMatchSetResponseWafRegionalClient. getGeoMatchSet(Consumer<GetGeoMatchSetRequest.Builder> getGeoMatchSetRequest)
-