NeptuneGraph#
Client#
- class NeptuneGraph.Client#
A low-level client representing Amazon Neptune Graph
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. It complements the Amazon Neptune Database, an industry-leading managed graph database.
import boto3 client = boto3.client('neptune-graph')
These are the available methods:
- can_paginate
- cancel_import_task
- close
- create_graph
- create_graph_snapshot
- create_graph_using_import_task
- create_private_graph_endpoint
- delete_graph
- delete_graph_snapshot
- delete_private_graph_endpoint
- get_graph
- get_graph_snapshot
- get_import_task
- get_paginator
- get_private_graph_endpoint
- get_waiter
- list_graph_snapshots
- list_graphs
- list_import_tasks
- list_private_graph_endpoints
- list_tags_for_resource
- reset_graph
- restore_graph_from_snapshot
- tag_resource
- untag_resource
- update_graph
Paginators#
Paginators are available on a client instance via the get_paginator
method. For more detailed instructions and examples on the usage of paginators, see the paginators user guide.
The available paginators are:
Waiters#
Waiters are available on a client instance via the get_waiter
method. For more detailed instructions and examples on the usage or waiters, see the waiters user guide.
The available waiters are: