Uses of Class
software.amazon.awssdk.services.neptune.endpoints.NeptuneEndpointParams
-
Packages that use NeptuneEndpointParams Package Description software.amazon.awssdk.services.neptune.endpoints software.amazon.awssdk.services.neptune.endpoints.internal -
-
Uses of NeptuneEndpointParams in software.amazon.awssdk.services.neptune.endpoints
Methods in software.amazon.awssdk.services.neptune.endpoints that return NeptuneEndpointParams Modifier and Type Method Description NeptuneEndpointParamsNeptuneEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.neptune.endpoints with parameters of type NeptuneEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>NeptuneEndpointProvider. resolveEndpoint(NeptuneEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of NeptuneEndpointParams in software.amazon.awssdk.services.neptune.endpoints.internal
Methods in software.amazon.awssdk.services.neptune.endpoints.internal that return NeptuneEndpointParams Modifier and Type Method Description static NeptuneEndpointParamsNeptuneResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.neptune.endpoints.internal with parameters of type NeptuneEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultNeptuneEndpointProvider. resolveEndpoint(NeptuneEndpointParams endpointParams)
-