Uses of Class
com.oracle.bmc.queue.requests.UpdateConsumerGroupRequest
-
Packages that use UpdateConsumerGroupRequest Package Description com.oracle.bmc.queue com.oracle.bmc.queue.requests -
-
Uses of UpdateConsumerGroupRequest in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue with parameters of type UpdateConsumerGroupRequest Modifier and Type Method Description UpdateConsumerGroupResponseQueueAdmin. updateConsumerGroup(UpdateConsumerGroupRequest request)Updates the specified consumer group.Future<UpdateConsumerGroupResponse>QueueAdminAsync. updateConsumerGroup(UpdateConsumerGroupRequest request, AsyncHandler<UpdateConsumerGroupRequest,UpdateConsumerGroupResponse> handler)Updates the specified consumer group.Future<UpdateConsumerGroupResponse>QueueAdminAsyncClient. updateConsumerGroup(UpdateConsumerGroupRequest request, AsyncHandler<UpdateConsumerGroupRequest,UpdateConsumerGroupResponse> handler)UpdateConsumerGroupResponseQueueAdminClient. updateConsumerGroup(UpdateConsumerGroupRequest request)Method parameters in com.oracle.bmc.queue with type arguments of type UpdateConsumerGroupRequest Modifier and Type Method Description Future<UpdateConsumerGroupResponse>QueueAdminAsync. updateConsumerGroup(UpdateConsumerGroupRequest request, AsyncHandler<UpdateConsumerGroupRequest,UpdateConsumerGroupResponse> handler)Updates the specified consumer group.Future<UpdateConsumerGroupResponse>QueueAdminAsyncClient. updateConsumerGroup(UpdateConsumerGroupRequest request, AsyncHandler<UpdateConsumerGroupRequest,UpdateConsumerGroupResponse> handler) -
Uses of UpdateConsumerGroupRequest in com.oracle.bmc.queue.requests
Methods in com.oracle.bmc.queue.requests that return UpdateConsumerGroupRequest Modifier and Type Method Description UpdateConsumerGroupRequestUpdateConsumerGroupRequest.Builder. build()Build the instance of UpdateConsumerGroupRequest as configured by this builderUpdateConsumerGroupRequestUpdateConsumerGroupRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateConsumerGroupRequest as configured by this builderMethods in com.oracle.bmc.queue.requests with parameters of type UpdateConsumerGroupRequest Modifier and Type Method Description UpdateConsumerGroupRequest.BuilderUpdateConsumerGroupRequest.Builder. copy(UpdateConsumerGroupRequest o)Copy method to populate the builder with values from the given instance.
-