Uses of Class
com.oracle.bmc.database.model.CreateSchedulingPlanDetails.ServiceType
-
Packages that use CreateSchedulingPlanDetails.ServiceType Package Description com.oracle.bmc.database.model -
-
Uses of CreateSchedulingPlanDetails.ServiceType in com.oracle.bmc.database.model
Methods in com.oracle.bmc.database.model that return CreateSchedulingPlanDetails.ServiceType Modifier and Type Method Description static CreateSchedulingPlanDetails.ServiceTypeCreateSchedulingPlanDetails.ServiceType. create(String key)CreateSchedulingPlanDetails.ServiceTypeCreateSchedulingPlanDetails. getServiceType()The service type of the Scheduling Plan.static CreateSchedulingPlanDetails.ServiceTypeCreateSchedulingPlanDetails.ServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateSchedulingPlanDetails.ServiceType[]CreateSchedulingPlanDetails.ServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.database.model with parameters of type CreateSchedulingPlanDetails.ServiceType Modifier and Type Method Description CreateSchedulingPlanDetails.BuilderCreateSchedulingPlanDetails.Builder. serviceType(CreateSchedulingPlanDetails.ServiceType serviceType)The service type of the Scheduling Plan.Constructors in com.oracle.bmc.database.model with parameters of type CreateSchedulingPlanDetails.ServiceType Constructor Description CreateSchedulingPlanDetails(String compartmentId, String schedulingPolicyId, String resourceId, CreateSchedulingPlanDetails.ServiceType serviceType, Boolean isUsingRecommendedScheduledActions, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-