Uses of Interface
software.amazon.awssdk.services.neptunegraph.NeptuneGraphAsyncClient
-
Packages that use NeptuneGraphAsyncClient Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a new analytics database engine for Amazon Neptune that helps customers get to insights faster by quickly processing large amounts of graph data, invoking popular graph analytic algorithms in low-latency queries, and getting analytics results in seconds.software.amazon.awssdk.services.neptunegraph.paginators software.amazon.awssdk.services.neptunegraph.waiters -
-
Uses of NeptuneGraphAsyncClient in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return NeptuneGraphAsyncClient Modifier and Type Method Description static NeptuneGraphAsyncClientNeptuneGraphAsyncClient. create()Create aNeptuneGraphAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of NeptuneGraphAsyncClient in software.amazon.awssdk.services.neptunegraph.paginators
Constructors in software.amazon.awssdk.services.neptunegraph.paginators with parameters of type NeptuneGraphAsyncClient Constructor Description ListGraphSnapshotsPublisher(NeptuneGraphAsyncClient client, ListGraphSnapshotsRequest firstRequest)ListGraphsPublisher(NeptuneGraphAsyncClient client, ListGraphsRequest firstRequest)ListImportTasksPublisher(NeptuneGraphAsyncClient client, ListImportTasksRequest firstRequest)ListPrivateGraphEndpointsPublisher(NeptuneGraphAsyncClient client, ListPrivateGraphEndpointsRequest firstRequest) -
Uses of NeptuneGraphAsyncClient in software.amazon.awssdk.services.neptunegraph.waiters
Methods in software.amazon.awssdk.services.neptunegraph.waiters with parameters of type NeptuneGraphAsyncClient Modifier and Type Method Description NeptuneGraphAsyncWaiter.BuilderNeptuneGraphAsyncWaiter.Builder. client(NeptuneGraphAsyncClient client)Sets a customNeptuneGraphAsyncClientthat will be used to poll the resource
-