| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model | |
| software.amazon.awssdk.services.kafka.paginators |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
DescribeClusterV2Response.clusterInfo()
The cluster information.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cluster> |
ListClustersV2Response.clusterInfoList()
Information on each of the MSK clusters in the response.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterV2Response.Builder |
DescribeClusterV2Response.Builder.clusterInfo(Cluster clusterInfo)
The cluster information.
|
ListClustersV2Response.Builder |
ListClustersV2Response.Builder.clusterInfoList(Cluster... clusterInfoList)
Information on each of the MSK clusters in the response.
|
| Modifier and Type | Method and Description |
|---|---|
ListClustersV2Response.Builder |
ListClustersV2Response.Builder.clusterInfoList(Collection<Cluster> clusterInfoList)
Information on each of the MSK clusters in the response.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Cluster> |
ListClustersV2Publisher.clusterInfoList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Cluster> |
ListClustersV2Iterable.clusterInfoList()
Returns an iterable to iterate through the paginated
ListClustersV2Response.clusterInfoList() member. |
Copyright © 2023. All rights reserved.