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 -
-
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)
-