Uses of Interface
software.amazon.awssdk.services.neptunegraph.NeptuneGraphClient
-
Packages that use NeptuneGraphClient 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 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)
-