Uses of Class
com.oracle.bmc.operatoraccesscontrol.model.OperatorActionLifecycleStates
-
Packages that use OperatorActionLifecycleStates Package Description com.oracle.bmc.operatoraccesscontrol.model com.oracle.bmc.operatoraccesscontrol.requests -
-
Uses of OperatorActionLifecycleStates in com.oracle.bmc.operatoraccesscontrol.model
Methods in com.oracle.bmc.operatoraccesscontrol.model that return OperatorActionLifecycleStates Modifier and Type Method Description static OperatorActionLifecycleStatesOperatorActionLifecycleStates. create(String key)OperatorActionLifecycleStatesOperatorActionSummary. getLifecycleState()The current lifecycle state of the operator action.static OperatorActionLifecycleStatesOperatorActionLifecycleStates. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatorActionLifecycleStates[]OperatorActionLifecycleStates. 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 OperatorActionLifecycleStates Modifier and Type Method Description OperatorActionSummary.BuilderOperatorActionSummary.Builder. lifecycleState(OperatorActionLifecycleStates lifecycleState)The current lifecycle state of the operator action.Constructors in com.oracle.bmc.operatoraccesscontrol.model with parameters of type OperatorActionLifecycleStates Constructor Description OperatorActionSummary(String id, String name, String component, String compartmentId, ResourceTypes resourceType, OperatorActionLifecycleStates lifecycleState, String description)Deprecated. -
Uses of OperatorActionLifecycleStates in com.oracle.bmc.operatoraccesscontrol.requests
Methods in com.oracle.bmc.operatoraccesscontrol.requests that return OperatorActionLifecycleStates Modifier and Type Method Description OperatorActionLifecycleStatesListOperatorActionsRequest. getLifecycleState()A filter to return only resources whose lifecycleState matches the given OperatorAction lifecycleState.Methods in com.oracle.bmc.operatoraccesscontrol.requests with parameters of type OperatorActionLifecycleStates Modifier and Type Method Description ListOperatorActionsRequest.BuilderListOperatorActionsRequest.Builder. lifecycleState(OperatorActionLifecycleStates lifecycleState)A filter to return only resources whose lifecycleState matches the given OperatorAction lifecycleState.
-