Uses of Class
com.oracle.bmc.securityattribute.model.SecurityAttributeNamespace.LifecycleState
-
Packages that use SecurityAttributeNamespace.LifecycleState Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.model com.oracle.bmc.securityattribute.requests -
-
Uses of SecurityAttributeNamespace.LifecycleState in com.oracle.bmc.securityattribute
-
Uses of SecurityAttributeNamespace.LifecycleState in com.oracle.bmc.securityattribute.model
Methods in com.oracle.bmc.securityattribute.model that return SecurityAttributeNamespace.LifecycleState Modifier and Type Method Description static SecurityAttributeNamespace.LifecycleState
SecurityAttributeNamespace.LifecycleState. create(String key)
SecurityAttributeNamespace.LifecycleState
SecurityAttributeNamespace. getLifecycleState()
The security attribute namespace’s current state.SecurityAttributeNamespace.LifecycleState
SecurityAttributeNamespaceSummary. getLifecycleState()
The security attribute namespace’s current state.static SecurityAttributeNamespace.LifecycleState
SecurityAttributeNamespace.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityAttributeNamespace.LifecycleState[]
SecurityAttributeNamespace.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.securityattribute.model with parameters of type SecurityAttributeNamespace.LifecycleState Modifier and Type Method Description SecurityAttributeNamespace.Builder
SecurityAttributeNamespace.Builder. lifecycleState(SecurityAttributeNamespace.LifecycleState lifecycleState)
The security attribute namespace’s current state.SecurityAttributeNamespaceSummary.Builder
SecurityAttributeNamespaceSummary.Builder. lifecycleState(SecurityAttributeNamespace.LifecycleState lifecycleState)
The security attribute namespace’s current state.Constructors in com.oracle.bmc.securityattribute.model with parameters of type SecurityAttributeNamespace.LifecycleState Constructor Description SecurityAttributeNamespace(String id, String compartmentId, String name, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isRetired, List<String> mode, SecurityAttributeNamespace.LifecycleState lifecycleState, Date timeCreated)
Deprecated.SecurityAttributeNamespaceSummary(String id, String compartmentId, String name, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Boolean isRetired, List<String> mode, SecurityAttributeNamespace.LifecycleState lifecycleState, Date timeCreated)
Deprecated. -
Uses of SecurityAttributeNamespace.LifecycleState in com.oracle.bmc.securityattribute.requests
Methods in com.oracle.bmc.securityattribute.requests that return SecurityAttributeNamespace.LifecycleState Modifier and Type Method Description SecurityAttributeNamespace.LifecycleState
ListSecurityAttributeNamespacesRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.securityattribute.requests with parameters of type SecurityAttributeNamespace.LifecycleState Modifier and Type Method Description ListSecurityAttributeNamespacesRequest.Builder
ListSecurityAttributeNamespacesRequest.Builder. lifecycleState(SecurityAttributeNamespace.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-