| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptunedata |
|
| software.amazon.awssdk.services.neptunedata.model |
| Modifier and Type | Method and Description |
|---|---|
default GetPropertygraphStreamResponse |
NeptunedataClient.getPropertygraphStream(Consumer<GetPropertygraphStreamRequest.Builder> getPropertygraphStreamRequest)
Gets a stream for a property graph.
|
default CompletableFuture<GetPropertygraphStreamResponse> |
NeptunedataAsyncClient.getPropertygraphStream(Consumer<GetPropertygraphStreamRequest.Builder> getPropertygraphStreamRequest)
Gets a stream for a property graph.
|
| Modifier and Type | Method and Description |
|---|---|
static GetPropertygraphStreamRequest.Builder |
GetPropertygraphStreamRequest.builder() |
GetPropertygraphStreamRequest.Builder |
GetPropertygraphStreamRequest.Builder.commitNum(Long commitNum)
The commit number of the starting record to read from the change-log stream.
|
GetPropertygraphStreamRequest.Builder |
GetPropertygraphStreamRequest.Builder.encoding(Encoding encoding)
If set to TRUE, Neptune compresses the response using gzip encoding.
|
GetPropertygraphStreamRequest.Builder |
GetPropertygraphStreamRequest.Builder.encoding(String encoding)
If set to TRUE, Neptune compresses the response using gzip encoding.
|
GetPropertygraphStreamRequest.Builder |
GetPropertygraphStreamRequest.Builder.iteratorType(IteratorType iteratorType)
Can be one of:
|
GetPropertygraphStreamRequest.Builder |
GetPropertygraphStreamRequest.Builder.iteratorType(String iteratorType)
Can be one of:
|
GetPropertygraphStreamRequest.Builder |
GetPropertygraphStreamRequest.Builder.limit(Long limit)
Specifies the maximum number of records to return.
|
GetPropertygraphStreamRequest.Builder |
GetPropertygraphStreamRequest.Builder.opNum(Long opNum)
The operation sequence number within the specified commit to start reading from in the change-log stream
data.
|
GetPropertygraphStreamRequest.Builder |
GetPropertygraphStreamRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetPropertygraphStreamRequest.Builder |
GetPropertygraphStreamRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetPropertygraphStreamRequest.Builder |
GetPropertygraphStreamRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetPropertygraphStreamRequest.Builder> |
GetPropertygraphStreamRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.