Uses of Class
com.oracle.bmc.resourcemanager.model.ApplyJobPlanResolution
-
Packages that use ApplyJobPlanResolution Package Description com.oracle.bmc.resourcemanager.model -
-
Uses of ApplyJobPlanResolution in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return ApplyJobPlanResolution Modifier and Type Method Description ApplyJobPlanResolution
ApplyJobPlanResolution.Builder. build()
ApplyJobPlanResolution
CreateJobDetails. getApplyJobPlanResolution()
ApplyJobPlanResolution
Job. getApplyJobPlanResolution()
ApplyJobPlanResolution
JobSummary. getApplyJobPlanResolution()
Methods in com.oracle.bmc.resourcemanager.model with parameters of type ApplyJobPlanResolution Modifier and Type Method Description CreateJobDetails.Builder
CreateJobDetails.Builder. applyJobPlanResolution(ApplyJobPlanResolution applyJobPlanResolution)
Job.Builder
Job.Builder. applyJobPlanResolution(ApplyJobPlanResolution applyJobPlanResolution)
JobSummary.Builder
JobSummary.Builder. applyJobPlanResolution(ApplyJobPlanResolution applyJobPlanResolution)
ApplyJobPlanResolution.Builder
ApplyJobPlanResolution.Builder. copy(ApplyJobPlanResolution model)
Constructors in com.oracle.bmc.resourcemanager.model with parameters of type ApplyJobPlanResolution Constructor Description CreateJobDetails(String stackId, String displayName, Job.Operation operation, CreateJobOperationDetails jobOperationDetails, ApplyJobPlanResolution applyJobPlanResolution, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.Job(String id, String stackId, String compartmentId, String displayName, Job.Operation operation, Boolean isThirdPartyProviderExperienceEnabled, Boolean isProviderUpgradeRequired, JobOperationDetails jobOperationDetails, ApplyJobPlanResolution applyJobPlanResolution, String resolvedPlanJobId, Date timeCreated, Date timeFinished, Job.LifecycleState lifecycleState, FailureDetails failureDetails, CancellationDetails cancellationDetails, String workingDirectory, Map<String,String> variables, ConfigSourceRecord configSource, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.JobSummary(String id, String stackId, String compartmentId, String displayName, Job.Operation operation, JobOperationDetailsSummary jobOperationDetails, ApplyJobPlanResolution applyJobPlanResolution, String resolvedPlanJobId, Date timeCreated, Date timeFinished, Job.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-