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