Uses of Interface
software.amazon.awssdk.services.neptunegraph.NeptuneGraphClient
-
Packages that use NeptuneGraphClient 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 NeptuneGraphClient in software.amazon.awssdk.services.neptunegraph
Methods in software.amazon.awssdk.services.neptunegraph that return NeptuneGraphClient Modifier and Type Method Description static NeptuneGraphClientNeptuneGraphClient. create()Create aNeptuneGraphClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of NeptuneGraphClient in software.amazon.awssdk.services.neptunegraph.paginators
Constructors in software.amazon.awssdk.services.neptunegraph.paginators with parameters of type NeptuneGraphClient Constructor Description ListGraphsIterable(NeptuneGraphClient client, ListGraphsRequest firstRequest)ListGraphSnapshotsIterable(NeptuneGraphClient client, ListGraphSnapshotsRequest firstRequest)ListImportTasksIterable(NeptuneGraphClient client, ListImportTasksRequest firstRequest)ListPrivateGraphEndpointsIterable(NeptuneGraphClient client, ListPrivateGraphEndpointsRequest firstRequest) -
Uses of NeptuneGraphClient in software.amazon.awssdk.services.neptunegraph.waiters
Methods in software.amazon.awssdk.services.neptunegraph.waiters with parameters of type NeptuneGraphClient Modifier and Type Method Description NeptuneGraphWaiter.BuilderNeptuneGraphWaiter.Builder. client(NeptuneGraphClient client)Sets a customNeptuneGraphClientthat will be used to poll the resource
-