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