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