Uses of Interface
software.amazon.awssdk.services.waf.endpoints.WafEndpointParams.Builder
-
Packages that use WafEndpointParams.Builder Package Description software.amazon.awssdk.services.waf.endpoints -
-
Uses of WafEndpointParams.Builder in software.amazon.awssdk.services.waf.endpoints
Methods in software.amazon.awssdk.services.waf.endpoints that return WafEndpointParams.Builder Modifier and Type Method Description static WafEndpointParams.BuilderWafEndpointParams. builder()WafEndpointParams.BuilderWafEndpointParams.Builder. endpoint(String endpoint)WafEndpointParams.BuilderWafEndpointParams.Builder. region(Region region)WafEndpointParams.BuilderWafEndpointParams. toBuilder()WafEndpointParams.BuilderWafEndpointParams.Builder. useDualStack(Boolean useDualStack)WafEndpointParams.BuilderWafEndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.waf.endpoints with type arguments of type WafEndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>WafEndpointProvider. resolveEndpoint(Consumer<WafEndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-