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