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