Method: Aws::NeptuneGraph::Endpoints::ResetGraph.build

Defined in:
lib/aws-sdk-neptunegraph/endpoints.rb

.build(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



241
242
243
244
245
246
# File 'lib/aws-sdk-neptunegraph/endpoints.rb', line 241

def self.build(context)
  Aws::NeptuneGraph::EndpointParameters.create(
    context.config,
    api_type: "ControlPlane",
  )
end