Uses of Class
com.oracle.bmc.streaming.requests.GetGroupRequest
-
Packages that use GetGroupRequest Package Description com.oracle.bmc.streaming com.oracle.bmc.streaming.requests -
-
Uses of GetGroupRequest in com.oracle.bmc.streaming
Methods in com.oracle.bmc.streaming with parameters of type GetGroupRequest Modifier and Type Method Description GetGroupResponse
Stream. getGroup(GetGroupRequest request)
Returns the current state of a consumer group.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)
GetGroupResponse
StreamClient. getGroup(GetGroupRequest request)
Method parameters in com.oracle.bmc.streaming with type arguments of type GetGroupRequest 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 GetGroupRequest in com.oracle.bmc.streaming.requests
Methods in com.oracle.bmc.streaming.requests that return GetGroupRequest Modifier and Type Method Description GetGroupRequest
GetGroupRequest.Builder. build()
Build the instance of GetGroupRequest as configured by this builderGetGroupRequest
GetGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetGroupRequest as configured by this builderMethods in com.oracle.bmc.streaming.requests with parameters of type GetGroupRequest Modifier and Type Method Description GetGroupRequest.Builder
GetGroupRequest.Builder. copy(GetGroupRequest o)
Copy method to populate the builder with values from the given instance.
-