Uses of Class
com.oracle.bmc.streaming.requests.CreateCursorRequest
-
Packages that use CreateCursorRequest Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.requests -
-
Uses of CreateCursorRequest in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming with parameters of type CreateCursorRequest Modifier and Type Method Description CreateCursorResponse
Stream. createCursor(CreateCursorRequest request)
Creates a cursor.Future<CreateCursorResponse>
StreamAsync. createCursor(CreateCursorRequest request, AsyncHandler<CreateCursorRequest,CreateCursorResponse> handler)
Creates a cursor.Future<CreateCursorResponse>
StreamAsyncClient. createCursor(CreateCursorRequest request, AsyncHandler<CreateCursorRequest,CreateCursorResponse> handler)
CreateCursorResponse
StreamClient. createCursor(CreateCursorRequest request)
Method parameters in com.oracle.bmc.streaming with type arguments of type CreateCursorRequest Modifier and Type Method Description Future<CreateCursorResponse>
StreamAsync. createCursor(CreateCursorRequest request, AsyncHandler<CreateCursorRequest,CreateCursorResponse> handler)
Creates a cursor.Future<CreateCursorResponse>
StreamAsyncClient. createCursor(CreateCursorRequest request, AsyncHandler<CreateCursorRequest,CreateCursorResponse> handler)
-
Uses of CreateCursorRequest in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return CreateCursorRequest Modifier and Type Method Description CreateCursorRequest
CreateCursorRequest.Builder. build()
Build the instance of CreateCursorRequest as configured by this builderCreateCursorRequest
CreateCursorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateCursorRequest as configured by this builderMethods in com.oracle.bmc.streaming.requests with parameters of type CreateCursorRequest Modifier and Type Method Description CreateCursorRequest.Builder
CreateCursorRequest.Builder. copy(CreateCursorRequest o)
Copy method to populate the builder with values from the given instance.
-