Package | Description |
---|---|
com.amazonaws.services.lakeformation.model |
Modifier and Type | Method and Description |
---|---|
DatabaseResource |
DatabaseResource.clone() |
DatabaseResource |
TaggedDatabase.getDatabase()
A database that has LF-tags attached to it.
|
DatabaseResource |
Resource.getDatabase()
The database for the resource.
|
DatabaseResource |
DatabaseResource.withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
DatabaseResource |
DatabaseResource.withName(String name)
The name of the database resource.
|
Modifier and Type | Method and Description |
---|---|
void |
TaggedDatabase.setDatabase(DatabaseResource database)
A database that has LF-tags attached to it.
|
void |
Resource.setDatabase(DatabaseResource database)
The database for the resource.
|
TaggedDatabase |
TaggedDatabase.withDatabase(DatabaseResource database)
A database that has LF-tags attached to it.
|
Resource |
Resource.withDatabase(DatabaseResource database)
The database for the resource.
|
Copyright © 2024. All rights reserved.