Uses of Interface
software.amazon.awssdk.services.neptunegraph.NeptuneGraphAsyncClient
-
Packages that use NeptuneGraphAsyncClient Package Description software.amazon.awssdk.services.neptunegraph Neptune Analytics is a serverless in-memory graph database service for analytics that delivers high-performance analytics and real-time queries for any graph type.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
-