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