Uses of Class
com.oracle.bmc.queue.responses.DeleteConsumerGroupResponse
-
Packages that use DeleteConsumerGroupResponse Package Description com.oracle.bmc.queue com.oracle.bmc.queue.responses -
-
Uses of DeleteConsumerGroupResponse in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue that return DeleteConsumerGroupResponse Modifier and Type Method Description DeleteConsumerGroupResponseQueueAdmin. deleteConsumerGroup(DeleteConsumerGroupRequest request)Deletes a consumer group resource by identifier.DeleteConsumerGroupResponseQueueAdminClient. deleteConsumerGroup(DeleteConsumerGroupRequest request)Methods in com.oracle.bmc.queue that return types with arguments of type DeleteConsumerGroupResponse Modifier and Type Method Description Future<DeleteConsumerGroupResponse>QueueAdminAsync. deleteConsumerGroup(DeleteConsumerGroupRequest request, AsyncHandler<DeleteConsumerGroupRequest,DeleteConsumerGroupResponse> handler)Deletes a consumer group resource by identifier.Future<DeleteConsumerGroupResponse>QueueAdminAsyncClient. deleteConsumerGroup(DeleteConsumerGroupRequest request, AsyncHandler<DeleteConsumerGroupRequest,DeleteConsumerGroupResponse> handler)Method parameters in com.oracle.bmc.queue with type arguments of type DeleteConsumerGroupResponse Modifier and Type Method Description Future<DeleteConsumerGroupResponse>QueueAdminAsync. deleteConsumerGroup(DeleteConsumerGroupRequest request, AsyncHandler<DeleteConsumerGroupRequest,DeleteConsumerGroupResponse> handler)Deletes a consumer group resource by identifier.Future<DeleteConsumerGroupResponse>QueueAdminAsyncClient. deleteConsumerGroup(DeleteConsumerGroupRequest request, AsyncHandler<DeleteConsumerGroupRequest,DeleteConsumerGroupResponse> handler) -
Uses of DeleteConsumerGroupResponse in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return DeleteConsumerGroupResponse Modifier and Type Method Description DeleteConsumerGroupResponseDeleteConsumerGroupResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.queue.responses with parameters of type DeleteConsumerGroupResponse Modifier and Type Method Description DeleteConsumerGroupResponse.BuilderDeleteConsumerGroupResponse.Builder. copy(DeleteConsumerGroupResponse o)Copy method to populate the builder with values from the given instance.
-