| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model | |
| software.amazon.awssdk.services.lakeformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TaggedDatabase> |
SearchDatabasesByLfTagsResponse.databaseList()
A list of databases that meet the LF-tag conditions.
|
| Modifier and Type | Method and Description |
|---|---|
SearchDatabasesByLfTagsResponse.Builder |
SearchDatabasesByLfTagsResponse.Builder.databaseList(TaggedDatabase... databaseList)
A list of databases that meet the LF-tag conditions.
|
| Modifier and Type | Method and Description |
|---|---|
SearchDatabasesByLfTagsResponse.Builder |
SearchDatabasesByLfTagsResponse.Builder.databaseList(Collection<TaggedDatabase> databaseList)
A list of databases that meet the LF-tag conditions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<TaggedDatabase> |
SearchDatabasesByLFTagsIterable.databaseList()
Returns an iterable to iterate through the paginated
SearchDatabasesByLfTagsResponse.databaseList()
member. |
SdkPublisher<TaggedDatabase> |
SearchDatabasesByLFTagsPublisher.databaseList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.