Uses of Class
com.oracle.bmc.computecloudatcustomer.requests.UpdateCccUpgradeScheduleRequest
-
Packages that use UpdateCccUpgradeScheduleRequest Package Description com.oracle.bmc.computecloudatcustomer com.oracle.bmc.computecloudatcustomer.requests -
-
Uses of UpdateCccUpgradeScheduleRequest in com.oracle.bmc.computecloudatcustomer
Methods in com.oracle.bmc.computecloudatcustomer with parameters of type UpdateCccUpgradeScheduleRequest Modifier and Type Method Description UpdateCccUpgradeScheduleResponse
ComputeCloudAtCustomer. updateCccUpgradeSchedule(UpdateCccUpgradeScheduleRequest request)
Updates the Compute Cloud@Customer upgrade schedule.Future<UpdateCccUpgradeScheduleResponse>
ComputeCloudAtCustomerAsync. updateCccUpgradeSchedule(UpdateCccUpgradeScheduleRequest request, AsyncHandler<UpdateCccUpgradeScheduleRequest,UpdateCccUpgradeScheduleResponse> handler)
Updates the Compute Cloud@Customer upgrade schedule.Future<UpdateCccUpgradeScheduleResponse>
ComputeCloudAtCustomerAsyncClient. updateCccUpgradeSchedule(UpdateCccUpgradeScheduleRequest request, AsyncHandler<UpdateCccUpgradeScheduleRequest,UpdateCccUpgradeScheduleResponse> handler)
UpdateCccUpgradeScheduleResponse
ComputeCloudAtCustomerClient. updateCccUpgradeSchedule(UpdateCccUpgradeScheduleRequest request)
Method parameters in com.oracle.bmc.computecloudatcustomer with type arguments of type UpdateCccUpgradeScheduleRequest Modifier and Type Method Description Future<UpdateCccUpgradeScheduleResponse>
ComputeCloudAtCustomerAsync. updateCccUpgradeSchedule(UpdateCccUpgradeScheduleRequest request, AsyncHandler<UpdateCccUpgradeScheduleRequest,UpdateCccUpgradeScheduleResponse> handler)
Updates the Compute Cloud@Customer upgrade schedule.Future<UpdateCccUpgradeScheduleResponse>
ComputeCloudAtCustomerAsyncClient. updateCccUpgradeSchedule(UpdateCccUpgradeScheduleRequest request, AsyncHandler<UpdateCccUpgradeScheduleRequest,UpdateCccUpgradeScheduleResponse> handler)
-
Uses of UpdateCccUpgradeScheduleRequest in com.oracle.bmc.computecloudatcustomer.requests
Methods in com.oracle.bmc.computecloudatcustomer.requests that return UpdateCccUpgradeScheduleRequest Modifier and Type Method Description UpdateCccUpgradeScheduleRequest
UpdateCccUpgradeScheduleRequest.Builder. build()
Build the instance of UpdateCccUpgradeScheduleRequest as configured by this builderUpdateCccUpgradeScheduleRequest
UpdateCccUpgradeScheduleRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateCccUpgradeScheduleRequest as configured by this builderMethods in com.oracle.bmc.computecloudatcustomer.requests with parameters of type UpdateCccUpgradeScheduleRequest Modifier and Type Method Description UpdateCccUpgradeScheduleRequest.Builder
UpdateCccUpgradeScheduleRequest.Builder. copy(UpdateCccUpgradeScheduleRequest o)
Copy method to populate the builder with values from the given instance.
-