Uses of Interface
software.amazon.awssdk.services.neptune.NeptuneClient
-
Packages that use NeptuneClient Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.paginators software.amazon.awssdk.services.neptune.waiters -
-
Uses of NeptuneClient in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune that return NeptuneClient Modifier and Type Method Description static NeptuneClientNeptuneClient. create()Create aNeptuneClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of NeptuneClient in software.amazon.awssdk.services.neptune.paginators
-
Uses of NeptuneClient in software.amazon.awssdk.services.neptune.waiters
Methods in software.amazon.awssdk.services.neptune.waiters with parameters of type NeptuneClient Modifier and Type Method Description NeptuneWaiter.BuilderNeptuneWaiter.Builder. client(NeptuneClient client)Sets a customNeptuneClientthat will be used to poll the resource
-