Uses of Class
com.oracle.bmc.capacitymanagement.responses.UpdateOccCustomerGroupResponse
-
Packages that use UpdateOccCustomerGroupResponse Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.responses -
-
Uses of UpdateOccCustomerGroupResponse in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement that return UpdateOccCustomerGroupResponse Modifier and Type Method Description UpdateOccCustomerGroupResponse
CapacityManagement. updateOccCustomerGroup(UpdateOccCustomerGroupRequest request)
The request to update the customer group.UpdateOccCustomerGroupResponse
CapacityManagementClient. updateOccCustomerGroup(UpdateOccCustomerGroupRequest request)
Methods in com.oracle.bmc.capacitymanagement that return types with arguments of type UpdateOccCustomerGroupResponse Modifier and Type Method Description Future<UpdateOccCustomerGroupResponse>
CapacityManagementAsync. updateOccCustomerGroup(UpdateOccCustomerGroupRequest request, AsyncHandler<UpdateOccCustomerGroupRequest,UpdateOccCustomerGroupResponse> handler)
The request to update the customer group.Future<UpdateOccCustomerGroupResponse>
CapacityManagementAsyncClient. updateOccCustomerGroup(UpdateOccCustomerGroupRequest request, AsyncHandler<UpdateOccCustomerGroupRequest,UpdateOccCustomerGroupResponse> handler)
Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type UpdateOccCustomerGroupResponse Modifier and Type Method Description Future<UpdateOccCustomerGroupResponse>
CapacityManagementAsync. updateOccCustomerGroup(UpdateOccCustomerGroupRequest request, AsyncHandler<UpdateOccCustomerGroupRequest,UpdateOccCustomerGroupResponse> handler)
The request to update the customer group.Future<UpdateOccCustomerGroupResponse>
CapacityManagementAsyncClient. updateOccCustomerGroup(UpdateOccCustomerGroupRequest request, AsyncHandler<UpdateOccCustomerGroupRequest,UpdateOccCustomerGroupResponse> handler)
-
Uses of UpdateOccCustomerGroupResponse in com.oracle.bmc.capacitymanagement.responses
Methods in com.oracle.bmc.capacitymanagement.responses that return UpdateOccCustomerGroupResponse Modifier and Type Method Description UpdateOccCustomerGroupResponse
UpdateOccCustomerGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.capacitymanagement.responses with parameters of type UpdateOccCustomerGroupResponse Modifier and Type Method Description UpdateOccCustomerGroupResponse.Builder
UpdateOccCustomerGroupResponse.Builder. copy(UpdateOccCustomerGroupResponse o)
Copy method to populate the builder with values from the given instance.
-