Uses of Class
software.amazon.awssdk.services.kafka.model.ClusterInfo
-
Packages that use ClusterInfo Package Description software.amazon.awssdk.services.kafka.model software.amazon.awssdk.services.kafka.paginators -
-
Uses of ClusterInfo in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return ClusterInfo Modifier and Type Method Description ClusterInfoDescribeClusterResponse. clusterInfo()The cluster information.Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type ClusterInfo Modifier and Type Method Description List<ClusterInfo>ListClustersResponse. clusterInfoList()Information on each of the MSK clusters in the response.Methods in software.amazon.awssdk.services.kafka.model with parameters of type ClusterInfo Modifier and Type Method Description DescribeClusterResponse.BuilderDescribeClusterResponse.Builder. clusterInfo(ClusterInfo clusterInfo)The cluster information.ListClustersResponse.BuilderListClustersResponse.Builder. clusterInfoList(ClusterInfo... clusterInfoList)Information on each of the MSK clusters in the response.Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type ClusterInfo Modifier and Type Method Description ListClustersResponse.BuilderListClustersResponse.Builder. clusterInfoList(Collection<ClusterInfo> clusterInfoList)Information on each of the MSK clusters in the response. -
Uses of ClusterInfo in software.amazon.awssdk.services.kafka.paginators
Methods in software.amazon.awssdk.services.kafka.paginators that return types with arguments of type ClusterInfo Modifier and Type Method Description SdkIterable<ClusterInfo>ListClustersIterable. clusterInfoList()Returns an iterable to iterate through the paginatedListClustersResponse.clusterInfoList()member.SdkPublisher<ClusterInfo>ListClustersPublisher. clusterInfoList()Returns a publisher that can be used to get a stream of data.
-