Uses of Class
com.oracle.bmc.queue.requests.ChangeQueueCompartmentRequest
-
Packages that use ChangeQueueCompartmentRequest Package Description com.oracle.bmc.queue com.oracle.bmc.queue.requests -
-
Uses of ChangeQueueCompartmentRequest in com.oracle.bmc.queue
Methods in com.oracle.bmc.queue with parameters of type ChangeQueueCompartmentRequest Modifier and Type Method Description ChangeQueueCompartmentResponse
QueueAdmin. changeQueueCompartment(ChangeQueueCompartmentRequest request)
Moves a queue from one compartment to another.Future<ChangeQueueCompartmentResponse>
QueueAdminAsync. changeQueueCompartment(ChangeQueueCompartmentRequest request, AsyncHandler<ChangeQueueCompartmentRequest,ChangeQueueCompartmentResponse> handler)
Moves a queue from one compartment to another.Future<ChangeQueueCompartmentResponse>
QueueAdminAsyncClient. changeQueueCompartment(ChangeQueueCompartmentRequest request, AsyncHandler<ChangeQueueCompartmentRequest,ChangeQueueCompartmentResponse> handler)
ChangeQueueCompartmentResponse
QueueAdminClient. changeQueueCompartment(ChangeQueueCompartmentRequest request)
Method parameters in com.oracle.bmc.queue with type arguments of type ChangeQueueCompartmentRequest Modifier and Type Method Description Future<ChangeQueueCompartmentResponse>
QueueAdminAsync. changeQueueCompartment(ChangeQueueCompartmentRequest request, AsyncHandler<ChangeQueueCompartmentRequest,ChangeQueueCompartmentResponse> handler)
Moves a queue from one compartment to another.Future<ChangeQueueCompartmentResponse>
QueueAdminAsyncClient. changeQueueCompartment(ChangeQueueCompartmentRequest request, AsyncHandler<ChangeQueueCompartmentRequest,ChangeQueueCompartmentResponse> handler)
-
Uses of ChangeQueueCompartmentRequest in com.oracle.bmc.queue.requests
Methods in com.oracle.bmc.queue.requests that return ChangeQueueCompartmentRequest Modifier and Type Method Description ChangeQueueCompartmentRequest
ChangeQueueCompartmentRequest.Builder. build()
Build the instance of ChangeQueueCompartmentRequest as configured by this builderChangeQueueCompartmentRequest
ChangeQueueCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeQueueCompartmentRequest as configured by this builderMethods in com.oracle.bmc.queue.requests with parameters of type ChangeQueueCompartmentRequest Modifier and Type Method Description ChangeQueueCompartmentRequest.Builder
ChangeQueueCompartmentRequest.Builder. copy(ChangeQueueCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-