Class DeleteGraphRequest

    • Method Detail

      • graphIdentifier

        public final String graphIdentifier()

        The unique identifier of the Neptune Analytics graph.

        Returns:
        The unique identifier of the Neptune Analytics graph.
      • skipSnapshot

        public final Boolean skipSnapshot()

        Determines whether a final graph snapshot is created before the graph is deleted. If true is specified, no graph snapshot is created. If false is specified, a graph snapshot is created before the graph is deleted.

        Returns:
        Determines whether a final graph snapshot is created before the graph is deleted. If true is specified, no graph snapshot is created. If false is specified, a graph snapshot is created before the graph is deleted.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object