| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata |
|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSparqlStreamResult> |
AmazonNeptunedataAsyncClient.getSparqlStreamAsync(GetSparqlStreamRequest request,
AsyncHandler<GetSparqlStreamRequest,GetSparqlStreamResult> asyncHandler) |
Future<GetSparqlStreamResult> |
AmazonNeptunedataAsync.getSparqlStreamAsync(GetSparqlStreamRequest getSparqlStreamRequest,
AsyncHandler<GetSparqlStreamRequest,GetSparqlStreamResult> asyncHandler)
Gets a stream for an RDF graph.
|
Future<GetSparqlStreamResult> |
AbstractAmazonNeptunedataAsync.getSparqlStreamAsync(GetSparqlStreamRequest request,
AsyncHandler<GetSparqlStreamRequest,GetSparqlStreamResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSparqlStreamRequest |
GetSparqlStreamRequest.clone() |
GetSparqlStreamRequest |
GetSparqlStreamRequest.withCommitNum(Long commitNum)
The commit number of the starting record to read from the change-log stream.
|
GetSparqlStreamRequest |
GetSparqlStreamRequest.withEncoding(Encoding encoding)
If set to TRUE, Neptune compresses the response using gzip encoding.
|
GetSparqlStreamRequest |
GetSparqlStreamRequest.withEncoding(String encoding)
If set to TRUE, Neptune compresses the response using gzip encoding.
|
GetSparqlStreamRequest |
GetSparqlStreamRequest.withIteratorType(IteratorType iteratorType)
Can be one of:
|
GetSparqlStreamRequest |
GetSparqlStreamRequest.withIteratorType(String iteratorType)
Can be one of:
|
GetSparqlStreamRequest |
GetSparqlStreamRequest.withLimit(Long limit)
Specifies the maximum number of records to return.
|
GetSparqlStreamRequest |
GetSparqlStreamRequest.withOpNum(Long opNum)
The operation sequence number within the specified commit to start reading from in the change-log stream data.
|
Copyright © 2023. All rights reserved.