Uses of Class
com.oracle.bmc.securityattribute.model.SecurityAttribute.LifecycleState
-
Packages that use SecurityAttribute.LifecycleState Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.model com.oracle.bmc.securityattribute.requests -
-
Uses of SecurityAttribute.LifecycleState in com.oracle.bmc.securityattribute
-
Uses of SecurityAttribute.LifecycleState in com.oracle.bmc.securityattribute.model
Methods in com.oracle.bmc.securityattribute.model that return SecurityAttribute.LifecycleState Modifier and Type Method Description static SecurityAttribute.LifecycleState
SecurityAttribute.LifecycleState. create(String key)
SecurityAttribute.LifecycleState
SecurityAttribute. getLifecycleState()
The security attribute’s current state.SecurityAttribute.LifecycleState
SecurityAttributeSummary. getLifecycleState()
The security attribute’s current state.static SecurityAttribute.LifecycleState
SecurityAttribute.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecurityAttribute.LifecycleState[]
SecurityAttribute.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 SecurityAttribute.LifecycleState Modifier and Type Method Description SecurityAttribute.Builder
SecurityAttribute.Builder. lifecycleState(SecurityAttribute.LifecycleState lifecycleState)
The security attribute’s current state.SecurityAttributeSummary.Builder
SecurityAttributeSummary.Builder. lifecycleState(SecurityAttribute.LifecycleState lifecycleState)
The security attribute’s current state.Constructors in com.oracle.bmc.securityattribute.model with parameters of type SecurityAttribute.LifecycleState Constructor Description SecurityAttribute(String compartmentId, String securityAttributeNamespaceId, String securityAttributeNamespaceName, String id, String name, String description, String type, Boolean isRetired, SecurityAttribute.LifecycleState lifecycleState, Date timeCreated, BaseSecurityAttributeValidator validator)
Deprecated.SecurityAttributeSummary(String compartmentId, String securityAttributeNamespaceId, String securityAttributeNamespaceName, String id, String name, String description, String type, Boolean isRetired, SecurityAttribute.LifecycleState lifecycleState, Date timeCreated)
Deprecated. -
Uses of SecurityAttribute.LifecycleState in com.oracle.bmc.securityattribute.requests
Methods in com.oracle.bmc.securityattribute.requests that return SecurityAttribute.LifecycleState Modifier and Type Method Description SecurityAttribute.LifecycleState
ListSecurityAttributesRequest. getLifecycleState()
A filter to only return resources that match the given lifecycle state.Methods in com.oracle.bmc.securityattribute.requests with parameters of type SecurityAttribute.LifecycleState Modifier and Type Method Description ListSecurityAttributesRequest.Builder
ListSecurityAttributesRequest.Builder. lifecycleState(SecurityAttribute.LifecycleState lifecycleState)
A filter to only return resources that match the given lifecycle state.
-