| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model | |
| software.amazon.awssdk.services.kafka.paginators |
| Modifier and Type | Method and Description |
|---|---|
ClusterOperationInfo |
DescribeClusterOperationResponse.clusterOperationInfo()
Cluster operation information
|
| Modifier and Type | Method and Description |
|---|---|
List<ClusterOperationInfo> |
ListClusterOperationsResponse.clusterOperationInfoList()
An array of cluster operation information objects.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterOperationResponse.Builder |
DescribeClusterOperationResponse.Builder.clusterOperationInfo(ClusterOperationInfo clusterOperationInfo)
Cluster operation information
|
ListClusterOperationsResponse.Builder |
ListClusterOperationsResponse.Builder.clusterOperationInfoList(ClusterOperationInfo... clusterOperationInfoList)
An array of cluster operation information objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListClusterOperationsResponse.Builder |
ListClusterOperationsResponse.Builder.clusterOperationInfoList(Collection<ClusterOperationInfo> clusterOperationInfoList)
An array of cluster operation information objects.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ClusterOperationInfo> |
ListClusterOperationsPublisher.clusterOperationInfoList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ClusterOperationInfo> |
ListClusterOperationsIterable.clusterOperationInfoList()
Returns an iterable to iterate through the paginated
ListClusterOperationsResponse.clusterOperationInfoList() member. |
Copyright © 2023. All rights reserved.