Uses of Class
com.oracle.bmc.queue.responses.PurgeQueueResponse
-
Packages that use PurgeQueueResponse Package Description com.oracle.bmc.queue com.oracle.bmc.queue.responses -
-
Uses of PurgeQueueResponse in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue that return PurgeQueueResponse Modifier and Type Method Description PurgeQueueResponse
QueueAdmin. purgeQueue(PurgeQueueRequest request)
Deletes all messages present in the queue, or deletes all the messages in the specific channel at the time of invocation.PurgeQueueResponse
QueueAdminClient. purgeQueue(PurgeQueueRequest request)
Methods in com.oracle.bmc.queue that return types with arguments of type PurgeQueueResponse Modifier and Type Method Description Future<PurgeQueueResponse>
QueueAdminAsync. purgeQueue(PurgeQueueRequest request, AsyncHandler<PurgeQueueRequest,PurgeQueueResponse> handler)
Deletes all messages present in the queue, or deletes all the messages in the specific channel at the time of invocation.Future<PurgeQueueResponse>
QueueAdminAsyncClient. purgeQueue(PurgeQueueRequest request, AsyncHandler<PurgeQueueRequest,PurgeQueueResponse> handler)
Method parameters in com.oracle.bmc.queue with type arguments of type PurgeQueueResponse Modifier and Type Method Description Future<PurgeQueueResponse>
QueueAdminAsync. purgeQueue(PurgeQueueRequest request, AsyncHandler<PurgeQueueRequest,PurgeQueueResponse> handler)
Deletes all messages present in the queue, or deletes all the messages in the specific channel at the time of invocation.Future<PurgeQueueResponse>
QueueAdminAsyncClient. purgeQueue(PurgeQueueRequest request, AsyncHandler<PurgeQueueRequest,PurgeQueueResponse> handler)
-
Uses of PurgeQueueResponse in com.oracle.bmc.queue.responses
Methods in com.oracle.bmc.queue.responses that return PurgeQueueResponse Modifier and Type Method Description PurgeQueueResponse
PurgeQueueResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.queue.responses with parameters of type PurgeQueueResponse Modifier and Type Method Description PurgeQueueResponse.Builder
PurgeQueueResponse.Builder. copy(PurgeQueueResponse o)
Copy method to populate the builder with values from the given instance.
-