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