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