Uses of Class
software.amazon.awssdk.services.eks.model.ClusterVersionInformation
-
Packages that use ClusterVersionInformation Package Description software.amazon.awssdk.services.eks.model software.amazon.awssdk.services.eks.paginators -
-
Uses of ClusterVersionInformation in software.amazon.awssdk.services.eks.model
Methods in software.amazon.awssdk.services.eks.model that return types with arguments of type ClusterVersionInformation Modifier and Type Method Description List<ClusterVersionInformation>DescribeClusterVersionsResponse. clusterVersions()List of cluster version information objects.Methods in software.amazon.awssdk.services.eks.model with parameters of type ClusterVersionInformation Modifier and Type Method Description DescribeClusterVersionsResponse.BuilderDescribeClusterVersionsResponse.Builder. clusterVersions(ClusterVersionInformation... clusterVersions)List of cluster version information objects.Method parameters in software.amazon.awssdk.services.eks.model with type arguments of type ClusterVersionInformation Modifier and Type Method Description DescribeClusterVersionsResponse.BuilderDescribeClusterVersionsResponse.Builder. clusterVersions(Collection<ClusterVersionInformation> clusterVersions)List of cluster version information objects. -
Uses of ClusterVersionInformation in software.amazon.awssdk.services.eks.paginators
Methods in software.amazon.awssdk.services.eks.paginators that return types with arguments of type ClusterVersionInformation Modifier and Type Method Description SdkIterable<ClusterVersionInformation>DescribeClusterVersionsIterable. clusterVersions()Returns an iterable to iterate through the paginatedDescribeClusterVersionsResponse.clusterVersions()member.SdkPublisher<ClusterVersionInformation>DescribeClusterVersionsPublisher. clusterVersions()Returns a publisher that can be used to get a stream of data.
-