Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.ActivateOrderResponse
-
Packages that use ActivateOrderResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of ActivateOrderResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return ActivateOrderResponse Modifier and Type Method Description ActivateOrderResponse
Orders. activateOrder(ActivateOrderRequest request)
Triggers an order activation workflow on behalf of the tenant, given by compartment ID in the body.ActivateOrderResponse
OrdersClient. activateOrder(ActivateOrderRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type ActivateOrderResponse Modifier and Type Method Description Future<ActivateOrderResponse>
OrdersAsync. activateOrder(ActivateOrderRequest request, AsyncHandler<ActivateOrderRequest,ActivateOrderResponse> handler)
Triggers an order activation workflow on behalf of the tenant, given by compartment ID in the body.Future<ActivateOrderResponse>
OrdersAsyncClient. activateOrder(ActivateOrderRequest request, AsyncHandler<ActivateOrderRequest,ActivateOrderResponse> handler)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type ActivateOrderResponse Modifier and Type Method Description Future<ActivateOrderResponse>
OrdersAsync. activateOrder(ActivateOrderRequest request, AsyncHandler<ActivateOrderRequest,ActivateOrderResponse> handler)
Triggers an order activation workflow on behalf of the tenant, given by compartment ID in the body.Future<ActivateOrderResponse>
OrdersAsyncClient. activateOrder(ActivateOrderRequest request, AsyncHandler<ActivateOrderRequest,ActivateOrderResponse> handler)
-
Uses of ActivateOrderResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return ActivateOrderResponse Modifier and Type Method Description ActivateOrderResponse
ActivateOrderResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type ActivateOrderResponse Modifier and Type Method Description ActivateOrderResponse.Builder
ActivateOrderResponse.Builder. copy(ActivateOrderResponse o)
Copy method to populate the builder with values from the given instance.
-