Uses of Class
software.amazon.awssdk.services.finspace.model.KxCluster
-
Packages that use KxCluster Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of KxCluster in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type KxCluster Modifier and Type Method Description List<KxCluster>ListKxClustersResponse. kxClusterSummaries()Lists the cluster details.Methods in software.amazon.awssdk.services.finspace.model with parameters of type KxCluster Modifier and Type Method Description ListKxClustersResponse.BuilderListKxClustersResponse.Builder. kxClusterSummaries(KxCluster... kxClusterSummaries)Lists the cluster details.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type KxCluster Modifier and Type Method Description ListKxClustersResponse.BuilderListKxClustersResponse.Builder. kxClusterSummaries(Collection<KxCluster> kxClusterSummaries)Lists the cluster details.
-