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