Uses of Class
com.oracle.bmc.capacitymanagement.requests.UpdateOccCustomerRequest
-
Packages that use UpdateOccCustomerRequest Package Description com.oracle.bmc.capacitymanagement com.oracle.bmc.capacitymanagement.requests -
-
Uses of UpdateOccCustomerRequest in com.oracle.bmc.capacitymanagement
Methods in com.oracle.bmc.capacitymanagement with parameters of type UpdateOccCustomerRequest Modifier and Type Method Description UpdateOccCustomerResponse
CapacityManagement. updateOccCustomer(UpdateOccCustomerRequest request)
The request to update the customer.Future<UpdateOccCustomerResponse>
CapacityManagementAsync. updateOccCustomer(UpdateOccCustomerRequest request, AsyncHandler<UpdateOccCustomerRequest,UpdateOccCustomerResponse> handler)
The request to update the customer.Future<UpdateOccCustomerResponse>
CapacityManagementAsyncClient. updateOccCustomer(UpdateOccCustomerRequest request, AsyncHandler<UpdateOccCustomerRequest,UpdateOccCustomerResponse> handler)
UpdateOccCustomerResponse
CapacityManagementClient. updateOccCustomer(UpdateOccCustomerRequest request)
Method parameters in com.oracle.bmc.capacitymanagement with type arguments of type UpdateOccCustomerRequest Modifier and Type Method Description Future<UpdateOccCustomerResponse>
CapacityManagementAsync. updateOccCustomer(UpdateOccCustomerRequest request, AsyncHandler<UpdateOccCustomerRequest,UpdateOccCustomerResponse> handler)
The request to update the customer.Future<UpdateOccCustomerResponse>
CapacityManagementAsyncClient. updateOccCustomer(UpdateOccCustomerRequest request, AsyncHandler<UpdateOccCustomerRequest,UpdateOccCustomerResponse> handler)
-
Uses of UpdateOccCustomerRequest in com.oracle.bmc.capacitymanagement.requests
Methods in com.oracle.bmc.capacitymanagement.requests that return UpdateOccCustomerRequest Modifier and Type Method Description UpdateOccCustomerRequest
UpdateOccCustomerRequest.Builder. build()
Build the instance of UpdateOccCustomerRequest as configured by this builderUpdateOccCustomerRequest
UpdateOccCustomerRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateOccCustomerRequest as configured by this builderMethods in com.oracle.bmc.capacitymanagement.requests with parameters of type UpdateOccCustomerRequest Modifier and Type Method Description UpdateOccCustomerRequest.Builder
UpdateOccCustomerRequest.Builder. copy(UpdateOccCustomerRequest o)
Copy method to populate the builder with values from the given instance.
-