Uses of Class
com.oracle.bmc.streaming.responses.UpdateGroupResponse
-
Packages that use UpdateGroupResponse Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.responses -
-
Uses of UpdateGroupResponse in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming that return UpdateGroupResponse Modifier and Type Method Description UpdateGroupResponse
Stream. updateGroup(UpdateGroupRequest request)
Forcefully changes the current location of a group as a whole; reseting processing location of all consumers to a particular location in the stream.UpdateGroupResponse
StreamClient. updateGroup(UpdateGroupRequest request)
Methods in com.oracle.bmc.streaming that return types with arguments of type UpdateGroupResponse Modifier and Type Method Description Future<UpdateGroupResponse>
StreamAsync. updateGroup(UpdateGroupRequest request, AsyncHandler<UpdateGroupRequest,UpdateGroupResponse> handler)
Forcefully changes the current location of a group as a whole; reseting processing location of all consumers to a particular location in the stream.Future<UpdateGroupResponse>
StreamAsyncClient. updateGroup(UpdateGroupRequest request, AsyncHandler<UpdateGroupRequest,UpdateGroupResponse> handler)
Method parameters in com.oracle.bmc.streaming with type arguments of type UpdateGroupResponse Modifier and Type Method Description Future<UpdateGroupResponse>
StreamAsync. updateGroup(UpdateGroupRequest request, AsyncHandler<UpdateGroupRequest,UpdateGroupResponse> handler)
Forcefully changes the current location of a group as a whole; reseting processing location of all consumers to a particular location in the stream.Future<UpdateGroupResponse>
StreamAsyncClient. updateGroup(UpdateGroupRequest request, AsyncHandler<UpdateGroupRequest,UpdateGroupResponse> handler)
-
Uses of UpdateGroupResponse in com.oracle.bmc.streaming.responses
Methods in com.oracle.bmc.streaming.responses that return UpdateGroupResponse Modifier and Type Method Description UpdateGroupResponse
UpdateGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.streaming.responses with parameters of type UpdateGroupResponse Modifier and Type Method Description UpdateGroupResponse.Builder
UpdateGroupResponse.Builder. copy(UpdateGroupResponse o)
Copy method to populate the builder with values from the given instance.
-