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