Uses of Class
software.amazon.awssdk.services.neptunedata.model.PropertygraphRecord
-
Packages that use PropertygraphRecord Package Description software.amazon.awssdk.services.neptunedata.model -
-
Uses of PropertygraphRecord in software.amazon.awssdk.services.neptunedata.model
Methods in software.amazon.awssdk.services.neptunedata.model that return types with arguments of type PropertygraphRecord Modifier and Type Method Description List<PropertygraphRecord>GetPropertygraphStreamResponse. records()An array of serialized change-log stream records included in the response.Methods in software.amazon.awssdk.services.neptunedata.model with parameters of type PropertygraphRecord Modifier and Type Method Description GetPropertygraphStreamResponse.BuilderGetPropertygraphStreamResponse.Builder. records(PropertygraphRecord... records)An array of serialized change-log stream records included in the response.Method parameters in software.amazon.awssdk.services.neptunedata.model with type arguments of type PropertygraphRecord Modifier and Type Method Description GetPropertygraphStreamResponse.BuilderGetPropertygraphStreamResponse.Builder. records(Collection<PropertygraphRecord> records)An array of serialized change-log stream records included in the response.
-