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