Uses of Class
com.oracle.bmc.identity.model.ResourceLock
-
Packages that use ResourceLock Package Description com.oracle.bmc.identity.model -
-
Uses of ResourceLock in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return ResourceLock Modifier and Type Method Description ResourceLock
ResourceLock.Builder. build()
Methods in com.oracle.bmc.identity.model that return types with arguments of type ResourceLock Modifier and Type Method Description List<ResourceLock>
TagDefault. getLocks()
Locks associated with this resource.List<ResourceLock>
TagDefaultSummary. getLocks()
Locks associated with this resource.List<ResourceLock>
TagNamespace. getLocks()
Locks associated with this resource.List<ResourceLock>
TagNamespaceSummary. getLocks()
Locks associated with this resource.Methods in com.oracle.bmc.identity.model with parameters of type ResourceLock Modifier and Type Method Description ResourceLock.Builder
ResourceLock.Builder. copy(ResourceLock model)
Method parameters in com.oracle.bmc.identity.model with type arguments of type ResourceLock Modifier and Type Method Description TagDefault.Builder
TagDefault.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.TagDefaultSummary.Builder
TagDefaultSummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.TagNamespace.Builder
TagNamespace.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.TagNamespaceSummary.Builder
TagNamespaceSummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.Constructor parameters in com.oracle.bmc.identity.model with type arguments of type ResourceLock Constructor Description TagDefault(String id, String compartmentId, String tagNamespaceId, String tagDefinitionId, String tagDefinitionName, String value, Date timeCreated, TagDefault.LifecycleState lifecycleState, Boolean isRequired, List<ResourceLock> locks)
Deprecated.TagDefaultSummary(String id, String compartmentId, String tagNamespaceId, String tagDefinitionId, String tagDefinitionName, String value, Date timeCreated, TagDefaultSummary.LifecycleState lifecycleState, Boolean isRequired, List<ResourceLock> locks)
Deprecated.TagNamespace(String id, String compartmentId, String name, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRetired, TagNamespace.LifecycleState lifecycleState, Date timeCreated, List<ResourceLock> locks)
Deprecated.TagNamespaceSummary(String id, String compartmentId, String name, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRetired, TagNamespace.LifecycleState lifecycleState, Date timeCreated, List<ResourceLock> locks)
Deprecated.
-