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