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