Uses of Class
software.amazon.awssdk.services.kafka.model.ClusterOperationInfo
-
Packages that use ClusterOperationInfo Package Description software.amazon.awssdk.services.kafka.model software.amazon.awssdk.services.kafka.paginators -
-
Uses of ClusterOperationInfo in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return ClusterOperationInfo Modifier and Type Method Description ClusterOperationInfoDescribeClusterOperationResponse. clusterOperationInfo()Cluster operation informationMethods in software.amazon.awssdk.services.kafka.model that return types with arguments of type ClusterOperationInfo Modifier and Type Method Description List<ClusterOperationInfo>ListClusterOperationsResponse. clusterOperationInfoList()An array of cluster operation information objects.Methods in software.amazon.awssdk.services.kafka.model with parameters of type ClusterOperationInfo Modifier and Type Method Description DescribeClusterOperationResponse.BuilderDescribeClusterOperationResponse.Builder. clusterOperationInfo(ClusterOperationInfo clusterOperationInfo)Cluster operation informationListClusterOperationsResponse.BuilderListClusterOperationsResponse.Builder. clusterOperationInfoList(ClusterOperationInfo... clusterOperationInfoList)An array of cluster operation information objects.Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type ClusterOperationInfo Modifier and Type Method Description ListClusterOperationsResponse.BuilderListClusterOperationsResponse.Builder. clusterOperationInfoList(Collection<ClusterOperationInfo> clusterOperationInfoList)An array of cluster operation information objects. -
Uses of ClusterOperationInfo in software.amazon.awssdk.services.kafka.paginators
Methods in software.amazon.awssdk.services.kafka.paginators that return types with arguments of type ClusterOperationInfo Modifier and Type Method Description SdkIterable<ClusterOperationInfo>ListClusterOperationsIterable. clusterOperationInfoList()Returns an iterable to iterate through the paginatedListClusterOperationsResponse.clusterOperationInfoList()member.SdkPublisher<ClusterOperationInfo>ListClusterOperationsPublisher. clusterOperationInfoList()Returns a publisher that can be used to get a stream of data.
-