Uses of Class
com.oracle.bmc.aidocument.model.ResourceLock
-
Packages that use ResourceLock Package Description com.oracle.bmc.aidocument.model -
-
Uses of ResourceLock in com.oracle.bmc.aidocument.model
Methods in com.oracle.bmc.aidocument.model that return ResourceLock Modifier and Type Method Description ResourceLock
ResourceLock.Builder. build()
Methods in com.oracle.bmc.aidocument.model that return types with arguments of type ResourceLock Modifier and Type Method Description List<ResourceLock>
Model. getLocks()
Locks associated with this resource.List<ResourceLock>
ModelSummary. getLocks()
Locks associated with this resource.List<ResourceLock>
Project. getLocks()
Locks associated with this resource.Methods in com.oracle.bmc.aidocument.model with parameters of type ResourceLock Modifier and Type Method Description ResourceLock.Builder
ResourceLock.Builder. copy(ResourceLock model)
Method parameters in com.oracle.bmc.aidocument.model with type arguments of type ResourceLock Modifier and Type Method Description Model.Builder
Model.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.ModelSummary.Builder
ModelSummary.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.Project.Builder
Project.Builder. locks(List<ResourceLock> locks)
Locks associated with this resource.Constructor parameters in com.oracle.bmc.aidocument.model with type arguments of type ResourceLock Constructor Description Project(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, Project.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, List<ResourceLock> locks)
Deprecated.
-