Uses of Class
com.oracle.bmc.opensearch.model.MaintenanceState
-
Packages that use MaintenanceState Package Description com.oracle.bmc.opensearch.model -
-
Uses of MaintenanceState in com.oracle.bmc.opensearch.model
Methods in com.oracle.bmc.opensearch.model that return MaintenanceState Modifier and Type Method Description static MaintenanceState
MaintenanceState. create(String key)
MaintenanceState
MaintenanceDetails. getState()
State of the maintenance activitystatic MaintenanceState
MaintenanceState. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaintenanceState[]
MaintenanceState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opensearch.model with parameters of type MaintenanceState Modifier and Type Method Description MaintenanceDetails.Builder
MaintenanceDetails.Builder. state(MaintenanceState state)
State of the maintenance activityConstructors in com.oracle.bmc.opensearch.model with parameters of type MaintenanceState Constructor Description MaintenanceDetails(MaintenanceState state, Date startTime, Date endTime, List<String> notificationEmailIds)
Deprecated.
-