Uses of Class
software.amazon.awssdk.services.kafka.model.Cluster
-
Packages that use Cluster Package Description software.amazon.awssdk.services.kafka.model software.amazon.awssdk.services.kafka.paginators -
-
Uses of Cluster in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return Cluster Modifier and Type Method Description ClusterDescribeClusterV2Response. clusterInfo()The cluster information.Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type Cluster Modifier and Type Method Description List<Cluster>ListClustersV2Response. clusterInfoList()Information on each of the MSK clusters in the response.Methods in software.amazon.awssdk.services.kafka.model with parameters of type Cluster Modifier and Type Method Description DescribeClusterV2Response.BuilderDescribeClusterV2Response.Builder. clusterInfo(Cluster clusterInfo)The cluster information.ListClustersV2Response.BuilderListClustersV2Response.Builder. clusterInfoList(Cluster... 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 Cluster Modifier and Type Method Description ListClustersV2Response.BuilderListClustersV2Response.Builder. clusterInfoList(Collection<Cluster> clusterInfoList)Information on each of the MSK clusters in the response. -
Uses of Cluster in software.amazon.awssdk.services.kafka.paginators
Methods in software.amazon.awssdk.services.kafka.paginators that return types with arguments of type Cluster Modifier and Type Method Description SdkIterable<Cluster>ListClustersV2Iterable. clusterInfoList()Returns an iterable to iterate through the paginatedListClustersV2Response.clusterInfoList()member.SdkPublisher<Cluster>ListClustersV2Publisher. clusterInfoList()Returns a publisher that can be used to get a stream of data.
-