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