Uses of Class
com.oracle.bmc.delegateaccesscontrol.model.DelegationControl.LifecycleState
-
Packages that use DelegationControl.LifecycleState Package Description com.oracle.bmc.delegateaccesscontrol com.oracle.bmc.delegateaccesscontrol.model com.oracle.bmc.delegateaccesscontrol.requests -
-
Uses of DelegationControl.LifecycleState in com.oracle.bmc.delegateaccesscontrol
-
Uses of DelegationControl.LifecycleState in com.oracle.bmc.delegateaccesscontrol.model
Methods in com.oracle.bmc.delegateaccesscontrol.model that return DelegationControl.LifecycleState Modifier and Type Method Description static DelegationControl.LifecycleState
DelegationControl.LifecycleState. create(String key)
DelegationControl.LifecycleState
DelegationControl. getLifecycleState()
The current lifecycle state of the Delegation Control.DelegationControl.LifecycleState
DelegationControlSummary. getLifecycleState()
The current lifecycle state of the Delegation Control.static DelegationControl.LifecycleState
DelegationControl.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static DelegationControl.LifecycleState[]
DelegationControl.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.delegateaccesscontrol.model with parameters of type DelegationControl.LifecycleState Modifier and Type Method Description DelegationControl.Builder
DelegationControl.Builder. lifecycleState(DelegationControl.LifecycleState lifecycleState)
The current lifecycle state of the Delegation Control.DelegationControlSummary.Builder
DelegationControlSummary.Builder. lifecycleState(DelegationControl.LifecycleState lifecycleState)
The current lifecycle state of the Delegation Control.Constructors in com.oracle.bmc.delegateaccesscontrol.model with parameters of type DelegationControl.LifecycleState Constructor Description DelegationControl(String id, String compartmentId, String displayName, String description, Integer numApprovalsRequired, List<String> preApprovedServiceProviderActionNames, List<String> delegationSubscriptionIds, Boolean isAutoApproveDuringMaintenance, List<String> resourceIds, DelegationControlResourceType resourceType, String notificationTopicId, DelegationControl.NotificationMessageFormat notificationMessageFormat, String vaultId, String vaultKeyId, DelegationControl.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, Date timeUpdated, Date timeDeleted, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.DelegationControlSummary(String id, String displayName, String compartmentId, DelegationControlResourceType resourceType, Date timeCreated, Date timeUpdated, Date timeDeleted, DelegationControl.LifecycleState lifecycleState, String lifecycleStateDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of DelegationControl.LifecycleState in com.oracle.bmc.delegateaccesscontrol.requests
Methods in com.oracle.bmc.delegateaccesscontrol.requests that return DelegationControl.LifecycleState Modifier and Type Method Description DelegationControl.LifecycleState
ListDelegationControlsRequest. getLifecycleState()
A filter to return only Delegation Control resources whose lifecycleState matches the given Delegation Control lifecycle state.Methods in com.oracle.bmc.delegateaccesscontrol.requests with parameters of type DelegationControl.LifecycleState Modifier and Type Method Description ListDelegationControlsRequest.Builder
ListDelegationControlsRequest.Builder. lifecycleState(DelegationControl.LifecycleState lifecycleState)
A filter to return only Delegation Control resources whose lifecycleState matches the given Delegation Control lifecycle state.
-