Uses of Class
software.amazon.awssdk.services.athena.model.GetDatabaseResponse
-
Packages that use GetDatabaseResponse Package Description software.amazon.awssdk.services.athena Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3. -
-
Uses of GetDatabaseResponse in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return GetDatabaseResponse Modifier and Type Method Description default GetDatabaseResponseAthenaClient. getDatabase(Consumer<GetDatabaseRequest.Builder> getDatabaseRequest)Returns a database object for the specified database and data catalog.default GetDatabaseResponseAthenaClient. getDatabase(GetDatabaseRequest getDatabaseRequest)Returns a database object for the specified database and data catalog.Methods in software.amazon.awssdk.services.athena that return types with arguments of type GetDatabaseResponse Modifier and Type Method Description default CompletableFuture<GetDatabaseResponse>AthenaAsyncClient. getDatabase(Consumer<GetDatabaseRequest.Builder> getDatabaseRequest)Returns a database object for the specified database and data catalog.default CompletableFuture<GetDatabaseResponse>AthenaAsyncClient. getDatabase(GetDatabaseRequest getDatabaseRequest)Returns a database object for the specified database and data catalog.
-