Uses of Class
com.oracle.bmc.streaming.requests.UpdateGroupRequest
-
Packages that use UpdateGroupRequest Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.requests -
-
Uses of UpdateGroupRequest in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming with parameters of type UpdateGroupRequest 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.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)
UpdateGroupResponse
StreamClient. updateGroup(UpdateGroupRequest request)
Method parameters in com.oracle.bmc.streaming with type arguments of type UpdateGroupRequest 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 UpdateGroupRequest in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return UpdateGroupRequest Modifier and Type Method Description UpdateGroupRequest
UpdateGroupRequest.Builder. build()
Build the instance of UpdateGroupRequest as configured by this builderUpdateGroupRequest
UpdateGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateGroupRequest as configured by this builderMethods in com.oracle.bmc.streaming.requests with parameters of type UpdateGroupRequest Modifier and Type Method Description UpdateGroupRequest.Builder
UpdateGroupRequest.Builder. copy(UpdateGroupRequest o)
Copy method to populate the builder with values from the given instance.
-