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