@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonNeptunedataClient extends AmazonWebServiceClient implements AmazonNeptunedata
The Amazon Neptune data API provides SDK support for more than 40 of Neptune's data operations, including data loading, query execution, data inquiry, and machine learning. It supports the Gremlin and openCypher query languages, and is available in all SDK languages. It automatically signs API requests and greatly simplifies integrating Neptune into your applications.
| Modifier and Type | Field and Description |
|---|---|
protected static ClientConfigurationFactory |
configFactory
Client configuration factory providing ClientConfigurations tailored to this client
|
client, clientConfiguration, endpoint, isEndpointOverridden, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffsetENDPOINT_PREFIXaddRequestHandler, addRequestHandler, beforeClientExecution, beforeMarshalling, calculateCRC32FromCompressedData, checkMutability, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, createSignerProvider, endClientExecution, endClientExecution, getClientConfiguration, getClientId, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerOverride, getSignerProvider, getSignerRegionOverride, getSigningRegion, getTimeOffset, isCsmEnabled, isEndpointOverridden, isProfilingEnabled, isRequestMetricsEnabled, makeImmutable, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shouldGenerateClientSideMonitoringEvents, useStrictHostNameVerification, withEndpoint, withRegion, withRegion, withTimeOffsetprotected static final ClientConfigurationFactory configFactory
public static AmazonNeptunedataClientBuilder builder()
public CancelGremlinQueryResult cancelGremlinQuery(CancelGremlinQueryRequest request)
Cancels a Gremlin query. See Gremlin query cancellation for more information.
cancelGremlinQuery in interface AmazonNeptunedatacancelGremlinQueryRequest - BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.FailureByQueryException - Raised when a request fails.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ParsingException - Raised when a parsing issue is encountered.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.TimeLimitExceededException - Raised when the an operation exceeds the time limit allowed for it.InvalidArgumentException - Raised when an argument in a request has an invalid value.ConcurrentModificationException - Raised when a request attempts to modify data that is concurrently being modified by another process.MissingParameterException - Raised when a required parameter is missing.public CancelLoaderJobResult cancelLoaderJob(CancelLoaderJobRequest request)
Cancels a specified load job. This is an HTTP DELETE request.
See Neptune Loader Get-Status API for more information.
cancelLoaderJob in interface AmazonNeptunedatacancelLoaderJobRequest - BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.BulkLoadIdNotFoundException - Raised when a specified bulk-load job ID cannot be found.ClientTimeoutException - Raised when a request timed out in the client.LoadUrlAccessDeniedException - Raised when access is denied to a specified load URL.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.InternalFailureException - Raised when the processing of the request failed unexpectedly.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.public CancelMLDataProcessingJobResult cancelMLDataProcessingJob(CancelMLDataProcessingJobRequest request)
Cancels a Neptune ML data processing job. See The
dataprocessing command.
cancelMLDataProcessingJob in interface AmazonNeptunedatacancelMLDataProcessingJobRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public CancelMLModelTrainingJobResult cancelMLModelTrainingJob(CancelMLModelTrainingJobRequest request)
Cancels a Neptune ML model training job. See Model
training using the modeltraining command.
cancelMLModelTrainingJob in interface AmazonNeptunedatacancelMLModelTrainingJobRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public CancelMLModelTransformJobResult cancelMLModelTransformJob(CancelMLModelTransformJobRequest request)
Cancels a specified model transform job. See Use a trained model to generate new model artifacts.
cancelMLModelTransformJob in interface AmazonNeptunedatacancelMLModelTransformJobRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public CancelOpenCypherQueryResult cancelOpenCypherQuery(CancelOpenCypherQueryRequest request)
Cancels a specified openCypher query. See Neptune openCypher status endpoint for more information.
cancelOpenCypherQuery in interface AmazonNeptunedatacancelOpenCypherQueryRequest - InvalidNumericDataException - Raised when invalid numerical data is encountered when servicing a request.BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.FailureByQueryException - Raised when a request fails.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ParsingException - Raised when a parsing issue is encountered.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.TimeLimitExceededException - Raised when the an operation exceeds the time limit allowed for it.InvalidArgumentException - Raised when an argument in a request has an invalid value.ConcurrentModificationException - Raised when a request attempts to modify data that is concurrently being modified by another process.MissingParameterException - Raised when a required parameter is missing.public CreateMLEndpointResult createMLEndpoint(CreateMLEndpointRequest request)
Creates a new Neptune ML inference endpoint that lets you query one specific model that the model-training process constructed. See Managing inference endpoints using the endpoints command.
createMLEndpoint in interface AmazonNeptunedatacreateMLEndpointRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public DeleteMLEndpointResult deleteMLEndpoint(DeleteMLEndpointRequest request)
Cancels the creation of a Neptune ML inference endpoint. See Managing inference endpoints using the endpoints command.
deleteMLEndpoint in interface AmazonNeptunedatadeleteMLEndpointRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public DeletePropertygraphStatisticsResult deletePropertygraphStatistics(DeletePropertygraphStatisticsRequest request)
Deletes statistics for Gremlin and openCypher (property graph) data.
deletePropertygraphStatistics in interface AmazonNeptunedatadeletePropertygraphStatisticsRequest - BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.StatisticsNotAvailableException - Raised when statistics needed to satisfy a request are not available.ClientTimeoutException - Raised when a request timed out in the client.AccessDeniedException - Raised in case of an authentication or authorization failure.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ReadOnlyViolationException - Raised when a request attempts to write to a read-only resource.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.public DeleteSparqlStatisticsResult deleteSparqlStatistics(DeleteSparqlStatisticsRequest request)
Deletes SPARQL statistics
deleteSparqlStatistics in interface AmazonNeptunedatadeleteSparqlStatisticsRequest - BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.StatisticsNotAvailableException - Raised when statistics needed to satisfy a request are not available.ClientTimeoutException - Raised when a request timed out in the client.AccessDeniedException - Raised in case of an authentication or authorization failure.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ReadOnlyViolationException - Raised when a request attempts to write to a read-only resource.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.public ExecuteFastResetResult executeFastReset(ExecuteFastResetRequest request)
The fast reset REST API lets you reset a Neptune graph quicky and easily, removing all of its data.
Neptune fast reset is a two-step process. First you call ExecuteFastReset with action
set to initiateDatabaseReset. This returns a UUID token which you then include when calling
ExecuteFastReset again with action set to performDatabaseReset. See Empty an Amazon
Neptune DB cluster using the fast reset API.
executeFastReset in interface AmazonNeptunedataexecuteFastResetRequest - InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.AccessDeniedException - Raised in case of an authentication or authorization failure.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.ServerShutdownException - Raised when the server shuts down while processing a request.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.MethodNotAllowedException - Raised when the HTTP method used by a request is not supported by the endpoint being used.ReadOnlyViolationException - Raised when a request attempts to write to a read-only resource.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.public ExecuteGremlinExplainQueryResult executeGremlinExplainQuery(ExecuteGremlinExplainQueryRequest request)
Executes a Gremlin Explain query.
Amazon Neptune has added a Gremlin feature named explain that provides is a self-service tool for
understanding the execution approach being taken by the Neptune engine for the query. You invoke it by adding an
explain parameter to an HTTP call that submits a Gremlin query.
The explain feature provides information about the logical structure of query execution plans. You can use this information to identify potential evaluation and execution bottlenecks and to tune your query, as explained in Tuning Gremlin queries. You can also use query hints to improve query execution plans.
executeGremlinExplainQuery in interface AmazonNeptunedataexecuteGremlinExplainQueryRequest - QueryTooLargeException - Raised when the body of a query is too large.BadRequestException - Raised when a request is submitted that cannot be processed.QueryLimitExceededException - Raised when the number of active queries exceeds what the server can process. The query in question can
be retried when the system is less busy.InvalidParameterException - Raised when a parameter value is not valid.QueryLimitException - Raised when the size of a query exceeds the system limit.ClientTimeoutException - Raised when a request timed out in the client.CancelledByUserException - Raised when a user cancelled a request.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.FailureByQueryException - Raised when a request fails.MemoryLimitExceededException - Raised when a request fails because of insufficient memory resources. The request can be retried.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.MalformedQueryException - Raised when a query is submitted that is syntactically incorrect or does not pass additional validation.ParsingException - Raised when a parsing issue is encountered.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.TimeLimitExceededException - Raised when the an operation exceeds the time limit allowed for it.InvalidArgumentException - Raised when an argument in a request has an invalid value.ConcurrentModificationException - Raised when a request attempts to modify data that is concurrently being modified by another process.MissingParameterException - Raised when a required parameter is missing.public ExecuteGremlinProfileQueryResult executeGremlinProfileQuery(ExecuteGremlinProfileQueryRequest request)
Executes a Gremlin Profile query, which runs a specified traversal, collects various metrics about the run, and produces a profile report as output. See Gremlin profile API in Neptune for details.
executeGremlinProfileQuery in interface AmazonNeptunedataexecuteGremlinProfileQueryRequest - QueryTooLargeException - Raised when the body of a query is too large.BadRequestException - Raised when a request is submitted that cannot be processed.QueryLimitExceededException - Raised when the number of active queries exceeds what the server can process. The query in question can
be retried when the system is less busy.InvalidParameterException - Raised when a parameter value is not valid.QueryLimitException - Raised when the size of a query exceeds the system limit.ClientTimeoutException - Raised when a request timed out in the client.CancelledByUserException - Raised when a user cancelled a request.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.FailureByQueryException - Raised when a request fails.MemoryLimitExceededException - Raised when a request fails because of insufficient memory resources. The request can be retried.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.MalformedQueryException - Raised when a query is submitted that is syntactically incorrect or does not pass additional validation.ParsingException - Raised when a parsing issue is encountered.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.TimeLimitExceededException - Raised when the an operation exceeds the time limit allowed for it.InvalidArgumentException - Raised when an argument in a request has an invalid value.ConcurrentModificationException - Raised when a request attempts to modify data that is concurrently being modified by another process.MissingParameterException - Raised when a required parameter is missing.public ExecuteGremlinQueryResult executeGremlinQuery(ExecuteGremlinQueryRequest request)
This commands executes a Gremlin query. Amazon Neptune is compatible with Apache TinkerPop3 and Gremlin, so you can use the Gremlin traversal language to query the graph, as described under The Graph in the Apache TinkerPop3 documentation. More details can also be found in Accessing a Neptune graph with Gremlin.
executeGremlinQuery in interface AmazonNeptunedataexecuteGremlinQueryRequest - QueryTooLargeException - Raised when the body of a query is too large.BadRequestException - Raised when a request is submitted that cannot be processed.QueryLimitExceededException - Raised when the number of active queries exceeds what the server can process. The query in question can
be retried when the system is less busy.InvalidParameterException - Raised when a parameter value is not valid.QueryLimitException - Raised when the size of a query exceeds the system limit.ClientTimeoutException - Raised when a request timed out in the client.CancelledByUserException - Raised when a user cancelled a request.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.FailureByQueryException - Raised when a request fails.MemoryLimitExceededException - Raised when a request fails because of insufficient memory resources. The request can be retried.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.MalformedQueryException - Raised when a query is submitted that is syntactically incorrect or does not pass additional validation.ParsingException - Raised when a parsing issue is encountered.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.TimeLimitExceededException - Raised when the an operation exceeds the time limit allowed for it.InvalidArgumentException - Raised when an argument in a request has an invalid value.ConcurrentModificationException - Raised when a request attempts to modify data that is concurrently being modified by another process.MissingParameterException - Raised when a required parameter is missing.public ExecuteOpenCypherExplainQueryResult executeOpenCypherExplainQuery(ExecuteOpenCypherExplainQueryRequest request)
Executes an openCypher explain request. See The openCypher
explain feature for more information.
executeOpenCypherExplainQuery in interface AmazonNeptunedataexecuteOpenCypherExplainQueryRequest - QueryTooLargeException - Raised when the body of a query is too large.InvalidNumericDataException - Raised when invalid numerical data is encountered when servicing a request.BadRequestException - Raised when a request is submitted that cannot be processed.QueryLimitExceededException - Raised when the number of active queries exceeds what the server can process. The query in question can
be retried when the system is less busy.InvalidParameterException - Raised when a parameter value is not valid.QueryLimitException - Raised when the size of a query exceeds the system limit.ClientTimeoutException - Raised when a request timed out in the client.CancelledByUserException - Raised when a user cancelled a request.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.FailureByQueryException - Raised when a request fails.MemoryLimitExceededException - Raised when a request fails because of insufficient memory resources. The request can be retried.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.MalformedQueryException - Raised when a query is submitted that is syntactically incorrect or does not pass additional validation.ParsingException - Raised when a parsing issue is encountered.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.TimeLimitExceededException - Raised when the an operation exceeds the time limit allowed for it.InvalidArgumentException - Raised when an argument in a request has an invalid value.ConcurrentModificationException - Raised when a request attempts to modify data that is concurrently being modified by another process.MissingParameterException - Raised when a required parameter is missing.public GetEngineStatusResult getEngineStatus(GetEngineStatusRequest request)
Check the status of the graph database on the host.
getEngineStatus in interface AmazonNeptunedatagetEngineStatusRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.InternalFailureException - Raised when the processing of the request failed unexpectedly.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public GetGremlinQueryStatusResult getGremlinQueryStatus(GetGremlinQueryStatusRequest request)
Gets the status of a specified Gremlin query.
getGremlinQueryStatus in interface AmazonNeptunedatagetGremlinQueryStatusRequest - BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.AccessDeniedException - Raised in case of an authentication or authorization failure.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.FailureByQueryException - Raised when a request fails.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ParsingException - Raised when a parsing issue is encountered.ReadOnlyViolationException - Raised when a request attempts to write to a read-only resource.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.TimeLimitExceededException - Raised when the an operation exceeds the time limit allowed for it.InvalidArgumentException - Raised when an argument in a request has an invalid value.ConcurrentModificationException - Raised when a request attempts to modify data that is concurrently being modified by another process.MissingParameterException - Raised when a required parameter is missing.public GetMLDataProcessingJobResult getMLDataProcessingJob(GetMLDataProcessingJobRequest request)
Retrieves information about a specified data processing job. See The
dataprocessing command.
getMLDataProcessingJob in interface AmazonNeptunedatagetMLDataProcessingJobRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public GetMLEndpointResult getMLEndpoint(GetMLEndpointRequest request)
Retrieves details about an inference endpoint. See Managing inference endpoints using the endpoints command.
getMLEndpoint in interface AmazonNeptunedatagetMLEndpointRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public GetMLModelTrainingJobResult getMLModelTrainingJob(GetMLModelTrainingJobRequest request)
Retrieves information about a Neptune ML model training job. See Model
training using the modeltraining command.
getMLModelTrainingJob in interface AmazonNeptunedatagetMLModelTrainingJobRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public GetMLModelTransformJobResult getMLModelTransformJob(GetMLModelTransformJobRequest request)
Gets information about a specified model transform job. See Use a trained model to generate new model artifacts.
getMLModelTransformJob in interface AmazonNeptunedatagetMLModelTransformJobRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public GetOpenCypherQueryStatusResult getOpenCypherQueryStatus(GetOpenCypherQueryStatusRequest request)
Retrieves the status of a specified openCypher query.
getOpenCypherQueryStatus in interface AmazonNeptunedatagetOpenCypherQueryStatusRequest - InvalidNumericDataException - Raised when invalid numerical data is encountered when servicing a request.BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.AccessDeniedException - Raised in case of an authentication or authorization failure.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.FailureByQueryException - Raised when a request fails.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ParsingException - Raised when a parsing issue is encountered.ReadOnlyViolationException - Raised when a request attempts to write to a read-only resource.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.TimeLimitExceededException - Raised when the an operation exceeds the time limit allowed for it.InvalidArgumentException - Raised when an argument in a request has an invalid value.ConcurrentModificationException - Raised when a request attempts to modify data that is concurrently being modified by another process.MissingParameterException - Raised when a required parameter is missing.public GetPropertygraphStatisticsResult getPropertygraphStatistics(GetPropertygraphStatisticsRequest request)
Gets property graph statistics (Gremlin and openCypher).
getPropertygraphStatistics in interface AmazonNeptunedatagetPropertygraphStatisticsRequest - BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.StatisticsNotAvailableException - Raised when statistics needed to satisfy a request are not available.ClientTimeoutException - Raised when a request timed out in the client.AccessDeniedException - Raised in case of an authentication or authorization failure.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ReadOnlyViolationException - Raised when a request attempts to write to a read-only resource.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.public GetPropertygraphSummaryResult getPropertygraphSummary(GetPropertygraphSummaryRequest request)
Gets a graph summary for a property graph.
getPropertygraphSummary in interface AmazonNeptunedatagetPropertygraphSummaryRequest - BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.StatisticsNotAvailableException - Raised when statistics needed to satisfy a request are not available.ClientTimeoutException - Raised when a request timed out in the client.AccessDeniedException - Raised in case of an authentication or authorization failure.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ReadOnlyViolationException - Raised when a request attempts to write to a read-only resource.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.public GetRDFGraphSummaryResult getRDFGraphSummary(GetRDFGraphSummaryRequest request)
Gets a graph summary for an RDF graph.
getRDFGraphSummary in interface AmazonNeptunedatagetRDFGraphSummaryRequest - BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.StatisticsNotAvailableException - Raised when statistics needed to satisfy a request are not available.ClientTimeoutException - Raised when a request timed out in the client.AccessDeniedException - Raised in case of an authentication or authorization failure.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ReadOnlyViolationException - Raised when a request attempts to write to a read-only resource.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.public GetSparqlStatisticsResult getSparqlStatistics(GetSparqlStatisticsRequest request)
Gets RDF statistics (SPARQL).
getSparqlStatistics in interface AmazonNeptunedatagetSparqlStatisticsRequest - BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.StatisticsNotAvailableException - Raised when statistics needed to satisfy a request are not available.ClientTimeoutException - Raised when a request timed out in the client.AccessDeniedException - Raised in case of an authentication or authorization failure.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ReadOnlyViolationException - Raised when a request attempts to write to a read-only resource.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.public GetSparqlStreamResult getSparqlStream(GetSparqlStreamRequest request)
Gets a stream for an RDF graph.
With the Neptune Streams feature, you can generate a complete sequence of change-log entries that record every
change made to your graph data as it happens. GetSparqlStream lets you collect these change-log
entries for an RDF graph.
The Neptune streams feature needs to be enabled on your Neptune DBcluster. To enable streams, set the neptune_streams DB cluster parameter to 1.
See Capturing graph changes in real time using Neptune streams.
getSparqlStream in interface AmazonNeptunedatagetSparqlStreamRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.ExpiredStreamException - Raised when a request attempts to access an stream that has expired.InvalidParameterException - Raised when a parameter value is not valid.MemoryLimitExceededException - Raised when a request fails because of insufficient memory resources. The request can be retried.StreamRecordsNotFoundException - Raised when stream records requested by a query cannot be found.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ThrottlingException - Raised when the rate of requests exceeds the maximum throughput. Requests can be retried after
encountering this exception.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public ListGremlinQueriesResult listGremlinQueries(ListGremlinQueriesRequest request)
Lists active Gremlin queries. See Gremlin query status API for details about the output.
listGremlinQueries in interface AmazonNeptunedatalistGremlinQueriesRequest - BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.AccessDeniedException - Raised in case of an authentication or authorization failure.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.FailureByQueryException - Raised when a request fails.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ParsingException - Raised when a parsing issue is encountered.ReadOnlyViolationException - Raised when a request attempts to write to a read-only resource.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.TimeLimitExceededException - Raised when the an operation exceeds the time limit allowed for it.InvalidArgumentException - Raised when an argument in a request has an invalid value.ConcurrentModificationException - Raised when a request attempts to modify data that is concurrently being modified by another process.MissingParameterException - Raised when a required parameter is missing.public ListLoaderJobsResult listLoaderJobs(ListLoaderJobsRequest request)
Retrieves a list of the loadIds for all active loader jobs.
listLoaderJobs in interface AmazonNeptunedatalistLoaderJobsRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.BulkLoadIdNotFoundException - Raised when a specified bulk-load job ID cannot be found.InternalFailureException - Raised when the processing of the request failed unexpectedly.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.LoadUrlAccessDeniedException - Raised when access is denied to a specified load URL.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public ListMLDataProcessingJobsResult listMLDataProcessingJobs(ListMLDataProcessingJobsRequest request)
Returns a list of Neptune ML data processing jobs. See Listing active data-processing jobs using the Neptune ML dataprocessing command.
listMLDataProcessingJobs in interface AmazonNeptunedatalistMLDataProcessingJobsRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public ListMLEndpointsResult listMLEndpoints(ListMLEndpointsRequest request)
Lists existing inference endpoints. See Managing inference endpoints using the endpoints command.
listMLEndpoints in interface AmazonNeptunedatalistMLEndpointsRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public ListMLModelTrainingJobsResult listMLModelTrainingJobs(ListMLModelTrainingJobsRequest request)
Lists Neptune ML model-training jobs. See Model
training using the modeltraining command.
listMLModelTrainingJobs in interface AmazonNeptunedatalistMLModelTrainingJobsRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public ListMLModelTransformJobsResult listMLModelTransformJobs(ListMLModelTransformJobsRequest request)
Returns a list of model transform job IDs. See Use a trained model to generate new model artifacts.
listMLModelTransformJobs in interface AmazonNeptunedatalistMLModelTransformJobsRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public ListOpenCypherQueriesResult listOpenCypherQueries(ListOpenCypherQueriesRequest request)
Lists active openCypher queries. See Neptune openCypher status endpoint for more information.
listOpenCypherQueries in interface AmazonNeptunedatalistOpenCypherQueriesRequest - InvalidNumericDataException - Raised when invalid numerical data is encountered when servicing a request.BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.AccessDeniedException - Raised in case of an authentication or authorization failure.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.FailureByQueryException - Raised when a request fails.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ParsingException - Raised when a parsing issue is encountered.ReadOnlyViolationException - Raised when a request attempts to write to a read-only resource.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.TimeLimitExceededException - Raised when the an operation exceeds the time limit allowed for it.InvalidArgumentException - Raised when an argument in a request has an invalid value.ConcurrentModificationException - Raised when a request attempts to modify data that is concurrently being modified by another process.MissingParameterException - Raised when a required parameter is missing.public ManagePropertygraphStatisticsResult managePropertygraphStatistics(ManagePropertygraphStatisticsRequest request)
Manages the generation and use of property graph statistics.
managePropertygraphStatistics in interface AmazonNeptunedatamanagePropertygraphStatisticsRequest - BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.StatisticsNotAvailableException - Raised when statistics needed to satisfy a request are not available.ClientTimeoutException - Raised when a request timed out in the client.AccessDeniedException - Raised in case of an authentication or authorization failure.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ReadOnlyViolationException - Raised when a request attempts to write to a read-only resource.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.public ManageSparqlStatisticsResult manageSparqlStatistics(ManageSparqlStatisticsRequest request)
Manages the generation and use of RDF graph statistics.
manageSparqlStatistics in interface AmazonNeptunedatamanageSparqlStatisticsRequest - BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.StatisticsNotAvailableException - Raised when statistics needed to satisfy a request are not available.ClientTimeoutException - Raised when a request timed out in the client.AccessDeniedException - Raised in case of an authentication or authorization failure.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ReadOnlyViolationException - Raised when a request attempts to write to a read-only resource.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.public StartLoaderJobResult startLoaderJob(StartLoaderJobRequest request)
Starts a Neptune bulk loader job to load data from an Amazon S3 bucket into a Neptune DB instance. See Using the Amazon Neptune Bulk Loader to Ingest Data.
startLoaderJob in interface AmazonNeptunedatastartLoaderJobRequest - BadRequestException - Raised when a request is submitted that cannot be processed.InvalidParameterException - Raised when a parameter value is not valid.BulkLoadIdNotFoundException - Raised when a specified bulk-load job ID cannot be found.ClientTimeoutException - Raised when a request timed out in the client.LoadUrlAccessDeniedException - Raised when access is denied to a specified load URL.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.InternalFailureException - Raised when the processing of the request failed unexpectedly.S3Exception - Raised when there is a problem accessing Amazon S3.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.public StartMLDataProcessingJobResult startMLDataProcessingJob(StartMLDataProcessingJobRequest request)
Creates a new Neptune ML data processing job for processing the graph data exported from Neptune for training.
See The
dataprocessing command.
startMLDataProcessingJob in interface AmazonNeptunedatastartMLDataProcessingJobRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public StartMLModelTrainingJobResult startMLModelTrainingJob(StartMLModelTrainingJobRequest request)
Creates a new Neptune ML model training job. See Model
training using the modeltraining command.
startMLModelTrainingJob in interface AmazonNeptunedatastartMLModelTrainingJobRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public StartMLModelTransformJobResult startMLModelTransformJob(StartMLModelTransformJobRequest request)
Creates a new model transform job. See Use a trained model to generate new model artifacts.
startMLModelTransformJob in interface AmazonNeptunedatastartMLModelTransformJobRequest - UnsupportedOperationException - Raised when a request attempts to initiate an operation that is not supported.BadRequestException - Raised when a request is submitted that cannot be processed.MLResourceNotFoundException - Raised when a specified machine-learning resource could not be found.InvalidParameterException - Raised when a parameter value is not valid.ClientTimeoutException - Raised when a request timed out in the client.PreconditionsFailedException - Raised when a precondition for processing a request is not satisfied.ConstraintViolationException - Raised when a value in a request field did not satisfy required constraints.InvalidArgumentException - Raised when an argument in a request has an invalid value.MissingParameterException - Raised when a required parameter is missing.IllegalArgumentException - Raised when an argument in a request is not supported.TooManyRequestsException - Raised when the number of requests being processed exceeds the limit.public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata in interface AmazonNeptunedatarequest - The originally executed requestpublic void shutdown()
AmazonNeptunedatashutdown in interface AmazonNeptunedatashutdown in class AmazonWebServiceClientCopyright © 2023. All rights reserved.