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