Uses of Class
com.oracle.bmc.datasafe.model.SensitiveTypeGroupLifecycleState
-
Packages that use SensitiveTypeGroupLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of SensitiveTypeGroupLifecycleState in com.oracle.bmc.datasafe
-
Uses of SensitiveTypeGroupLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return SensitiveTypeGroupLifecycleState Modifier and Type Method Description static SensitiveTypeGroupLifecycleStateSensitiveTypeGroupLifecycleState. create(String key)SensitiveTypeGroupLifecycleStateSensitiveTypeGroup. getLifecycleState()The current state of the sensitive type group.SensitiveTypeGroupLifecycleStateSensitiveTypeGroupSummary. getLifecycleState()The current state of the sensitive type group.static SensitiveTypeGroupLifecycleStateSensitiveTypeGroupLifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static SensitiveTypeGroupLifecycleState[]SensitiveTypeGroupLifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type SensitiveTypeGroupLifecycleState Modifier and Type Method Description SensitiveTypeGroup.BuilderSensitiveTypeGroup.Builder. lifecycleState(SensitiveTypeGroupLifecycleState lifecycleState)The current state of the sensitive type group.SensitiveTypeGroupSummary.BuilderSensitiveTypeGroupSummary.Builder. lifecycleState(SensitiveTypeGroupLifecycleState lifecycleState)The current state of the sensitive type group.Constructors in com.oracle.bmc.datasafe.model with parameters of type SensitiveTypeGroupLifecycleState Constructor Description SensitiveTypeGroup(String id, String displayName, String description, String compartmentId, SensitiveTypeGroupLifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Integer sensitiveTypeCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.SensitiveTypeGroupSummary(String id, String displayName, String compartmentId, Date timeCreated, Date timeUpdated, SensitiveTypeGroupLifecycleState lifecycleState, String description, Integer sensitiveTypeCount, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of SensitiveTypeGroupLifecycleState in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return SensitiveTypeGroupLifecycleState Modifier and Type Method Description SensitiveTypeGroupLifecycleStateListSensitiveTypeGroupsRequest. getLifecycleState()A filter to return only the resources that match the specified lifecycle state.Methods in com.oracle.bmc.datasafe.requests with parameters of type SensitiveTypeGroupLifecycleState Modifier and Type Method Description ListSensitiveTypeGroupsRequest.BuilderListSensitiveTypeGroupsRequest.Builder. lifecycleState(SensitiveTypeGroupLifecycleState lifecycleState)A filter to return only the resources that match the specified lifecycle state.
-