Uses of Class
com.oracle.bmc.datasafe.model.AttributeSet.InUse
-
Packages that use AttributeSet.InUse Package Description com.oracle.bmc.datasafe.model -
-
Uses of AttributeSet.InUse in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AttributeSet.InUse Modifier and Type Method Description static AttributeSet.InUse
AttributeSet.InUse. create(String key)
AttributeSet.InUse
AttributeSet. getInUse()
Indicates whether the attribute set is in use by other resource.static AttributeSet.InUse
AttributeSet.InUse. valueOf(String name)
Returns the enum constant of this type with the specified name.static AttributeSet.InUse[]
AttributeSet.InUse. 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 AttributeSet.InUse Modifier and Type Method Description AttributeSet.Builder
AttributeSet.Builder. inUse(AttributeSet.InUse inUse)
Indicates whether the attribute set is in use by other resource.Constructors in com.oracle.bmc.datasafe.model with parameters of type AttributeSet.InUse Constructor Description AttributeSet(String id, String compartmentId, String displayName, String description, AttributeSet.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, AttributeSet.AttributeSetType attributeSetType, List<String> attributeSetValues, Boolean isUserDefined, AttributeSet.InUse inUse, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-