Package | Description |
---|---|
com.oracle.bmc.datacatalog.model |
Modifier and Type | Method and Description |
---|---|
ResourceLock |
ResourceLock.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ResourceLock> |
CatalogPrivateEndpoint.getLocks()
Locks associated with this resource.
|
List<ResourceLock> |
Metastore.getLocks()
Locks associated with this resource.
|
List<ResourceLock> |
CatalogPrivateEndpointSummary.getLocks()
Locks associated with this resource.
|
List<ResourceLock> |
MetastoreSummary.getLocks()
Locks associated with this resource.
|
List<ResourceLock> |
Catalog.getLocks()
Locks associated with this resource.
|
List<ResourceLock> |
CatalogSummary.getLocks()
Locks associated with this resource.
|
Modifier and Type | Method and Description |
---|---|
ResourceLock.Builder |
ResourceLock.Builder.copy(ResourceLock model) |
Modifier and Type | Method and Description |
---|---|
CatalogPrivateEndpoint.Builder |
CatalogPrivateEndpoint.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
Metastore.Builder |
Metastore.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
CatalogPrivateEndpointSummary.Builder |
CatalogPrivateEndpointSummary.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
MetastoreSummary.Builder |
MetastoreSummary.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
Catalog.Builder |
Catalog.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
CatalogSummary.Builder |
CatalogSummary.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
Constructor and Description |
---|
Catalog(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
String serviceApiUrl,
String serviceConsoleUrl,
Integer numberOfObjects,
LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags,
Map<String,Map<String,Object>> definedTags,
List<String> attachedCatalogPrivateEndpoints,
List<ResourceLock> locks)
Deprecated.
|
CatalogPrivateEndpoint(String id,
String compartmentId,
String subnetId,
String displayName,
List<String> dnsZones,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags,
Map<String,Map<String,Object>> definedTags,
LifecycleState lifecycleState,
String lifecycleDetails,
List<String> attachedCatalogs,
List<ResourceLock> locks)
Deprecated.
|
CatalogPrivateEndpointSummary(String id,
String subnetId,
List<String> dnsZones,
String compartmentId,
Date timeCreated,
Date timeUpdated,
String displayName,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags,
Map<String,Map<String,Object>> definedTags,
LifecycleState lifecycleState,
List<String> attachedCatalogs,
List<ResourceLock> locks)
Deprecated.
|
CatalogSummary(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Integer numberOfObjects,
LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> systemTags,
Map<String,Map<String,Object>> definedTags,
List<String> attachedCatalogPrivateEndpoints,
List<ResourceLock> locks)
Deprecated.
|
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.
|
Copyright © 2016–2024. All rights reserved.