Uses of Class
com.oracle.bmc.queue.responses.CreateConsumerGroupResponse
-
Packages that use CreateConsumerGroupResponse Package Description com.oracle.bmc.queue com.oracle.bmc.queue.responses -
-
Uses of CreateConsumerGroupResponse in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue that return CreateConsumerGroupResponse Modifier and Type Method Description CreateConsumerGroupResponseQueueAdmin. createConsumerGroup(CreateConsumerGroupRequest request)Creates a new consumer group.CreateConsumerGroupResponseQueueAdminClient. createConsumerGroup(CreateConsumerGroupRequest request)Methods in com.oracle.bmc.queue that return types with arguments of type CreateConsumerGroupResponse Modifier and Type Method Description Future<CreateConsumerGroupResponse>QueueAdminAsync. createConsumerGroup(CreateConsumerGroupRequest request, AsyncHandler<CreateConsumerGroupRequest,CreateConsumerGroupResponse> handler)Creates a new consumer group.Future<CreateConsumerGroupResponse>QueueAdminAsyncClient. createConsumerGroup(CreateConsumerGroupRequest request, AsyncHandler<CreateConsumerGroupRequest,CreateConsumerGroupResponse> handler)Method parameters in com.oracle.bmc.queue with type arguments of type CreateConsumerGroupResponse Modifier and Type Method Description Future<CreateConsumerGroupResponse>QueueAdminAsync. createConsumerGroup(CreateConsumerGroupRequest request, AsyncHandler<CreateConsumerGroupRequest,CreateConsumerGroupResponse> handler)Creates a new consumer group.Future<CreateConsumerGroupResponse>QueueAdminAsyncClient. createConsumerGroup(CreateConsumerGroupRequest request, AsyncHandler<CreateConsumerGroupRequest,CreateConsumerGroupResponse> handler) -
Uses of CreateConsumerGroupResponse in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return CreateConsumerGroupResponse Modifier and Type Method Description CreateConsumerGroupResponseCreateConsumerGroupResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.queue.responses with parameters of type CreateConsumerGroupResponse Modifier and Type Method Description CreateConsumerGroupResponse.BuilderCreateConsumerGroupResponse.Builder. copy(CreateConsumerGroupResponse o)Copy method to populate the builder with values from the given instance.
-