Uses of Class
com.oracle.bmc.apiaccesscontrol.model.PrivilegedApiControl.LifecycleState
-
Packages that use PrivilegedApiControl.LifecycleState Package Description com.oracle.bmc.apiaccesscontrol com.oracle.bmc.apiaccesscontrol.model com.oracle.bmc.apiaccesscontrol.requests -
-
Uses of PrivilegedApiControl.LifecycleState in com.oracle.bmc.apiaccesscontrol
-
Uses of PrivilegedApiControl.LifecycleState in com.oracle.bmc.apiaccesscontrol.model
Methods in com.oracle.bmc.apiaccesscontrol.model that return PrivilegedApiControl.LifecycleState Modifier and Type Method Description static PrivilegedApiControl.LifecycleState
PrivilegedApiControl.LifecycleState. create(String key)
PrivilegedApiControl.LifecycleState
PrivilegedApiControl. getLifecycleState()
The current state of the PrivilegedApiControl.PrivilegedApiControl.LifecycleState
PrivilegedApiControlSummary. getLifecycleState()
The current state of the PrivilegedApiControl.static PrivilegedApiControl.LifecycleState
PrivilegedApiControl.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PrivilegedApiControl.LifecycleState[]
PrivilegedApiControl.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apiaccesscontrol.model with parameters of type PrivilegedApiControl.LifecycleState Modifier and Type Method Description PrivilegedApiControl.Builder
PrivilegedApiControl.Builder. lifecycleState(PrivilegedApiControl.LifecycleState lifecycleState)
The current state of the PrivilegedApiControl.PrivilegedApiControlSummary.Builder
PrivilegedApiControlSummary.Builder. lifecycleState(PrivilegedApiControl.LifecycleState lifecycleState)
The current state of the PrivilegedApiControl.Constructors in com.oracle.bmc.apiaccesscontrol.model with parameters of type PrivilegedApiControl.LifecycleState Constructor Description PrivilegedApiControl(String id, String displayName, String compartmentId, String description, String notificationTopicId, List<String> approverGroupIdList, String resourceType, List<String> resources, List<PrivilegedApiDetails> privilegedOperationList, Integer numberOfApprovers, Date timeCreated, Date timeUpdated, Date timeDeleted, String state, String stateDetails, PrivilegedApiControl.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PrivilegedApiControlSummary(String id, String displayName, String compartmentId, String resourceType, Integer numberOfApprovers, Date timeCreated, Date timeUpdated, Date timeDeleted, PrivilegedApiControl.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of PrivilegedApiControl.LifecycleState in com.oracle.bmc.apiaccesscontrol.requests
Methods in com.oracle.bmc.apiaccesscontrol.requests that return PrivilegedApiControl.LifecycleState Modifier and Type Method Description PrivilegedApiControl.LifecycleState
ListPrivilegedApiControlsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.apiaccesscontrol.requests with parameters of type PrivilegedApiControl.LifecycleState Modifier and Type Method Description ListPrivilegedApiControlsRequest.Builder
ListPrivilegedApiControlsRequest.Builder. lifecycleState(PrivilegedApiControl.LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-