Uses of Class
com.oracle.bmc.sch.model.StreamingCursorDetails
-
Packages that use StreamingCursorDetails Package Description com.oracle.bmc.sch.model -
-
Uses of StreamingCursorDetails in com.oracle.bmc.sch.model
Subclasses of StreamingCursorDetails in com.oracle.bmc.sch.model Modifier and Type Class Description class
LatestStreamingCursor
LATEST cursor type.class
TrimHorizonStreamingCursor
TRIM_HORIZON cursor type.Methods in com.oracle.bmc.sch.model that return StreamingCursorDetails Modifier and Type Method Description StreamingCursorDetails
StreamingSourceDetails. getCursor()
StreamingCursorDetails
StreamingSourceDetailsResponse. getCursor()
Methods in com.oracle.bmc.sch.model with parameters of type StreamingCursorDetails Modifier and Type Method Description StreamingSourceDetails.Builder
StreamingSourceDetails.Builder. cursor(StreamingCursorDetails cursor)
StreamingSourceDetailsResponse.Builder
StreamingSourceDetailsResponse.Builder. cursor(StreamingCursorDetails cursor)
Constructors in com.oracle.bmc.sch.model with parameters of type StreamingCursorDetails Constructor Description StreamingSourceDetails(String streamId, StreamingCursorDetails cursor)
Deprecated.StreamingSourceDetailsResponse(PrivateEndpointMetadata privateEndpointMetadata, String streamId, StreamingCursorDetails cursor)
Deprecated.
-