Uses of Class
com.oracle.bmc.streaming.responses.CreateGroupCursorResponse
-
Packages that use CreateGroupCursorResponse Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.responses -
-
Uses of CreateGroupCursorResponse in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming that return CreateGroupCursorResponse Modifier and Type Method Description CreateGroupCursorResponse
Stream. createGroupCursor(CreateGroupCursorRequest request)
Creates a group-cursor.CreateGroupCursorResponse
StreamClient. createGroupCursor(CreateGroupCursorRequest request)
Methods in com.oracle.bmc.streaming that return types with arguments of type CreateGroupCursorResponse Modifier and Type Method Description Future<CreateGroupCursorResponse>
StreamAsync. createGroupCursor(CreateGroupCursorRequest request, AsyncHandler<CreateGroupCursorRequest,CreateGroupCursorResponse> handler)
Creates a group-cursor.Future<CreateGroupCursorResponse>
StreamAsyncClient. createGroupCursor(CreateGroupCursorRequest request, AsyncHandler<CreateGroupCursorRequest,CreateGroupCursorResponse> handler)
Method parameters in com.oracle.bmc.streaming with type arguments of type CreateGroupCursorResponse Modifier and Type Method Description Future<CreateGroupCursorResponse>
StreamAsync. createGroupCursor(CreateGroupCursorRequest request, AsyncHandler<CreateGroupCursorRequest,CreateGroupCursorResponse> handler)
Creates a group-cursor.Future<CreateGroupCursorResponse>
StreamAsyncClient. createGroupCursor(CreateGroupCursorRequest request, AsyncHandler<CreateGroupCursorRequest,CreateGroupCursorResponse> handler)
-
Uses of CreateGroupCursorResponse in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return CreateGroupCursorResponse Modifier and Type Method Description CreateGroupCursorResponse
CreateGroupCursorResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.streaming.responses with parameters of type CreateGroupCursorResponse Modifier and Type Method Description CreateGroupCursorResponse.Builder
CreateGroupCursorResponse.Builder. copy(CreateGroupCursorResponse o)
Copy method to populate the builder with values from the given instance.
-