Uses of Class
com.oracle.bmc.capacitymanagement.requests.UpdateOccCustomerGroupRequest
-
Packages that use UpdateOccCustomerGroupRequest Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.requests -
-
Uses of UpdateOccCustomerGroupRequest in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement with parameters of type UpdateOccCustomerGroupRequest Modifier and Type Method Description UpdateOccCustomerGroupResponse
CapacityManagement. updateOccCustomerGroup(UpdateOccCustomerGroupRequest request)
The request to update the customer group.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)
UpdateOccCustomerGroupResponse
CapacityManagementClient. updateOccCustomerGroup(UpdateOccCustomerGroupRequest request)
Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type UpdateOccCustomerGroupRequest 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 UpdateOccCustomerGroupRequest in com.oracle.bmc.capacitymanagement.requests
Methods in com.oracle.bmc.capacitymanagement.requests that return UpdateOccCustomerGroupRequest Modifier and Type Method Description UpdateOccCustomerGroupRequest
UpdateOccCustomerGroupRequest.Builder. build()
Build the instance of UpdateOccCustomerGroupRequest as configured by this builderUpdateOccCustomerGroupRequest
UpdateOccCustomerGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateOccCustomerGroupRequest as configured by this builderMethods in com.oracle.bmc.capacitymanagement.requests with parameters of type UpdateOccCustomerGroupRequest Modifier and Type Method Description UpdateOccCustomerGroupRequest.Builder
UpdateOccCustomerGroupRequest.Builder. copy(UpdateOccCustomerGroupRequest o)
Copy method to populate the builder with values from the given instance.
-