Uses of Class
software.amazon.awssdk.services.finspace.model.KxDatabaseListEntry
-
Packages that use KxDatabaseListEntry Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxDatabaseListEntry in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxDatabaseListEntry Modifier and Type Method Description List<KxDatabaseListEntry>ListKxDatabasesResponse. kxDatabases()A list of databases in the kdb environment.Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxDatabaseListEntry Modifier and Type Method Description ListKxDatabasesResponse.BuilderListKxDatabasesResponse.Builder. kxDatabases(KxDatabaseListEntry... kxDatabases)A list of databases in the kdb environment.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxDatabaseListEntry Modifier and Type Method Description ListKxDatabasesResponse.BuilderListKxDatabasesResponse.Builder. kxDatabases(Collection<KxDatabaseListEntry> kxDatabases)A list of databases in the kdb environment.
-