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