Uses of Class
software.amazon.awssdk.services.lakeformation.model.TaggedDatabase
-
Packages that use TaggedDatabase Package Description software.amazon.awssdk.services.lakeformation.model software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of TaggedDatabase in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type TaggedDatabase Modifier and Type Method Description List<TaggedDatabase>SearchDatabasesByLfTagsResponse. databaseList()A list of databases that meet the LF-tag conditions.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type TaggedDatabase Modifier and Type Method Description SearchDatabasesByLfTagsResponse.BuilderSearchDatabasesByLfTagsResponse.Builder. databaseList(TaggedDatabase... databaseList)A list of databases that meet the LF-tag conditions.Method parameters in software.amazon.awssdk.services.lakeformation.model with type arguments of type TaggedDatabase Modifier and Type Method Description SearchDatabasesByLfTagsResponse.BuilderSearchDatabasesByLfTagsResponse.Builder. databaseList(Collection<TaggedDatabase> databaseList)A list of databases that meet the LF-tag conditions. -
Uses of TaggedDatabase in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type TaggedDatabase Modifier and Type Method Description SdkIterable<TaggedDatabase>SearchDatabasesByLFTagsIterable. databaseList()Returns an iterable to iterate through the paginatedSearchDatabasesByLfTagsResponse.databaseList()member.SdkPublisher<TaggedDatabase>SearchDatabasesByLFTagsPublisher. databaseList()Returns a publisher that can be used to get a stream of data.
-