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