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