Uses of Class
com.oracle.bmc.capacitymanagement.requests.CreateOccCustomerGroupRequest
-
Packages that use CreateOccCustomerGroupRequest Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.requests -
-
Uses of CreateOccCustomerGroupRequest in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement with parameters of type CreateOccCustomerGroupRequest Modifier and Type Method Description CreateOccCustomerGroupResponse
CapacityManagement. createOccCustomerGroup(CreateOccCustomerGroupRequest request)
Create customer group.Future<CreateOccCustomerGroupResponse>
CapacityManagementAsync. createOccCustomerGroup(CreateOccCustomerGroupRequest request, AsyncHandler<CreateOccCustomerGroupRequest,CreateOccCustomerGroupResponse> handler)
Create customer group.Future<CreateOccCustomerGroupResponse>
CapacityManagementAsyncClient. createOccCustomerGroup(CreateOccCustomerGroupRequest request, AsyncHandler<CreateOccCustomerGroupRequest,CreateOccCustomerGroupResponse> handler)
CreateOccCustomerGroupResponse
CapacityManagementClient. createOccCustomerGroup(CreateOccCustomerGroupRequest request)
Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type CreateOccCustomerGroupRequest 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 CreateOccCustomerGroupRequest in com.oracle.bmc.capacitymanagement.requests
Methods in com.oracle.bmc.capacitymanagement.requests that return CreateOccCustomerGroupRequest Modifier and Type Method Description CreateOccCustomerGroupRequest
CreateOccCustomerGroupRequest.Builder. build()
Build the instance of CreateOccCustomerGroupRequest as configured by this builderCreateOccCustomerGroupRequest
CreateOccCustomerGroupRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateOccCustomerGroupRequest as configured by this builderMethods in com.oracle.bmc.capacitymanagement.requests with parameters of type CreateOccCustomerGroupRequest Modifier and Type Method Description CreateOccCustomerGroupRequest.Builder
CreateOccCustomerGroupRequest.Builder. copy(CreateOccCustomerGroupRequest o)
Copy method to populate the builder with values from the given instance.
-