Uses of Class
com.oracle.bmc.queue.requests.PurgeQueueRequest
-
Packages that use PurgeQueueRequest Package Description com.oracle.bmc.queue com.oracle.bmc.queue.requests -
-
Uses of PurgeQueueRequest in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue with parameters of type PurgeQueueRequest 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.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)
PurgeQueueResponse
QueueAdminClient. purgeQueue(PurgeQueueRequest request)
Method parameters in com.oracle.bmc.queue with type arguments of type PurgeQueueRequest 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 PurgeQueueRequest in com.oracle.bmc.queue.requests
Methods in com.oracle.bmc.queue.requests that return PurgeQueueRequest Modifier and Type Method Description PurgeQueueRequest
PurgeQueueRequest.Builder. build()
Build the instance of PurgeQueueRequest as configured by this builderPurgeQueueRequest
PurgeQueueRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PurgeQueueRequest as configured by this builderMethods in com.oracle.bmc.queue.requests with parameters of type PurgeQueueRequest Modifier and Type Method Description PurgeQueueRequest.Builder
PurgeQueueRequest.Builder. copy(PurgeQueueRequest o)
Copy method to populate the builder with values from the given instance.
-