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