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