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