Uses of Class
com.oracle.bmc.streaming.responses.CreateCursorResponse
-
Packages that use CreateCursorResponse Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.responses -
-
Uses of CreateCursorResponse in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming that return CreateCursorResponse Modifier and Type Method Description CreateCursorResponse
Stream. createCursor(CreateCursorRequest request)
Creates a cursor.CreateCursorResponse
StreamClient. createCursor(CreateCursorRequest request)
Methods in com.oracle.bmc.streaming that return types with arguments of type CreateCursorResponse 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)
Method parameters in com.oracle.bmc.streaming with type arguments of type CreateCursorResponse 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 CreateCursorResponse in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return CreateCursorResponse Modifier and Type Method Description CreateCursorResponse
CreateCursorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.streaming.responses with parameters of type CreateCursorResponse Modifier and Type Method Description CreateCursorResponse.Builder
CreateCursorResponse.Builder. copy(CreateCursorResponse o)
Copy method to populate the builder with values from the given instance.
-