Uses of Class
software.amazon.awssdk.services.athena.model.Database
-
Packages that use Database Package Description software.amazon.awssdk.services.athena.model software.amazon.awssdk.services.athena.paginators -
-
Uses of Database in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return Database Modifier and Type Method Description DatabaseGetDatabaseResponse. database()The database returned.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type Database Modifier and Type Method Description List<Database>ListDatabasesResponse. databaseList()A list of databases from a data catalog.Methods in software.amazon.awssdk.services.athena.model with parameters of type Database Modifier and Type Method Description GetDatabaseResponse.BuilderGetDatabaseResponse.Builder. database(Database database)The database returned.ListDatabasesResponse.BuilderListDatabasesResponse.Builder. databaseList(Database... databaseList)A list of databases from a data catalog.Method parameters in software.amazon.awssdk.services.athena.model with type arguments of type Database Modifier and Type Method Description ListDatabasesResponse.BuilderListDatabasesResponse.Builder. databaseList(Collection<Database> databaseList)A list of databases from a data catalog. -
Uses of Database in software.amazon.awssdk.services.athena.paginators
Methods in software.amazon.awssdk.services.athena.paginators that return types with arguments of type Database Modifier and Type Method Description SdkIterable<Database>ListDatabasesIterable. databaseList()Returns an iterable to iterate through the paginatedListDatabasesResponse.databaseList()member.SdkPublisher<Database>ListDatabasesPublisher. databaseList()Returns a publisher that can be used to get a stream of data.
-