Uses of Class
com.oracle.bmc.operatoraccesscontrol.model.OperatorControlLifecycleStates
-
Packages that use OperatorControlLifecycleStates Package Description com.oracle.bmc.operatoraccesscontrol com.oracle.bmc.operatoraccesscontrol.model com.oracle.bmc.operatoraccesscontrol.requests -
-
Uses of OperatorControlLifecycleStates in com.oracle.bmc.operatoraccesscontrol
-
Uses of OperatorControlLifecycleStates in com.oracle.bmc.operatoraccesscontrol.model
Methods in com.oracle.bmc.operatoraccesscontrol.model that return OperatorControlLifecycleStates Modifier and Type Method Description static OperatorControlLifecycleStates
OperatorControlLifecycleStates. create(String key)
OperatorControlLifecycleStates
OperatorControl. getLifecycleState()
The current lifecycle state of the operator control.OperatorControlLifecycleStates
OperatorControlSummary. getLifecycleState()
The current lifecycle state of the operator control.static OperatorControlLifecycleStates
OperatorControlLifecycleStates. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperatorControlLifecycleStates[]
OperatorControlLifecycleStates. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.operatoraccesscontrol.model with parameters of type OperatorControlLifecycleStates Modifier and Type Method Description OperatorControl.Builder
OperatorControl.Builder. lifecycleState(OperatorControlLifecycleStates lifecycleState)
The current lifecycle state of the operator control.OperatorControlSummary.Builder
OperatorControlSummary.Builder. lifecycleState(OperatorControlLifecycleStates lifecycleState)
The current lifecycle state of the operator control.Constructors in com.oracle.bmc.operatoraccesscontrol.model with parameters of type OperatorControlLifecycleStates Constructor Description OperatorControl(String id, String operatorControlName, String description, List<String> approversList, List<String> approverGroupsList, List<String> preApprovedOpActionList, List<String> approvalRequiredOpActionList, Boolean isFullyPreApproved, List<String> emailIdList, ResourceTypes resourceType, String systemMessage, String compartmentId, OperatorControlLifecycleStates lifecycleState, Date timeOfCreation, Date timeOfModification, Integer numberOfApprovers, Boolean isDefaultOperatorControl, Date timeOfDeletion, String lastModifiedInfo, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.OperatorControlSummary(String id, String operatorControlName, String compartmentId, Boolean isFullyPreApproved, ResourceTypes resourceType, Integer numberOfApprovers, Date timeOfCreation, Date timeOfModification, Date timeOfDeletion, OperatorControlLifecycleStates lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of OperatorControlLifecycleStates in com.oracle.bmc.operatoraccesscontrol.requests
Methods in com.oracle.bmc.operatoraccesscontrol.requests that return OperatorControlLifecycleStates Modifier and Type Method Description OperatorControlLifecycleStates
ListOperatorControlsRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given OperatorControl lifecycleState.Methods in com.oracle.bmc.operatoraccesscontrol.requests with parameters of type OperatorControlLifecycleStates Modifier and Type Method Description ListOperatorControlsRequest.Builder
ListOperatorControlsRequest.Builder. lifecycleState(OperatorControlLifecycleStates lifecycleState)
A filter to return only resources whose lifecycleState matches the given OperatorControl lifecycleState.
-