Uses of Class
software.amazon.awssdk.services.lakeformation.model.DatabaseResource
-
Packages that use DatabaseResource Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of DatabaseResource in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return DatabaseResource Modifier and Type Method Description DatabaseResourceResource. database()The database for the resource.DatabaseResourceTaggedDatabase. database()A database that has LF-tags attached to it.Methods in software.amazon.awssdk.services.lakeformation.model with parameters of type DatabaseResource Modifier and Type Method Description Resource.BuilderResource.Builder. database(DatabaseResource database)The database for the resource.TaggedDatabase.BuilderTaggedDatabase.Builder. database(DatabaseResource database)A database that has LF-tags attached to it.
-