Uses of Class
software.amazon.awssdk.services.finspace.model.KxChangesetListEntry
-
Packages that use KxChangesetListEntry Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxChangesetListEntry in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxChangesetListEntry Modifier and Type Method Description List<KxChangesetListEntry>ListKxChangesetsResponse. kxChangesets()A list of changesets for a database.Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxChangesetListEntry Modifier and Type Method Description ListKxChangesetsResponse.BuilderListKxChangesetsResponse.Builder. kxChangesets(KxChangesetListEntry... kxChangesets)A list of changesets for a database.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxChangesetListEntry Modifier and Type Method Description ListKxChangesetsResponse.BuilderListKxChangesetsResponse.Builder. kxChangesets(Collection<KxChangesetListEntry> kxChangesets)A list of changesets for a database.
-