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