Uses of Class
software.amazon.awssdk.services.kafka.model.ClusterOperationV2Summary
-
Packages that use ClusterOperationV2Summary Package Description software.amazon.awssdk.services.kafka.model software.amazon.awssdk.services.kafka.paginators -
-
Uses of ClusterOperationV2Summary in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type ClusterOperationV2Summary Modifier and Type Method Description List<ClusterOperationV2Summary>ListClusterOperationsV2Response. clusterOperationInfoList()An array of cluster operation information objects.Methods in software.amazon.awssdk.services.kafka.model with parameters of type ClusterOperationV2Summary Modifier and Type Method Description ListClusterOperationsV2Response.BuilderListClusterOperationsV2Response.Builder. clusterOperationInfoList(ClusterOperationV2Summary... clusterOperationInfoList)An array of cluster operation information objects.Method parameters in software.amazon.awssdk.services.kafka.model with type arguments of type ClusterOperationV2Summary Modifier and Type Method Description ListClusterOperationsV2Response.BuilderListClusterOperationsV2Response.Builder. clusterOperationInfoList(Collection<ClusterOperationV2Summary> clusterOperationInfoList)An array of cluster operation information objects. -
Uses of ClusterOperationV2Summary in software.amazon.awssdk.services.kafka.paginators
Methods in software.amazon.awssdk.services.kafka.paginators that return types with arguments of type ClusterOperationV2Summary Modifier and Type Method Description SdkIterable<ClusterOperationV2Summary>ListClusterOperationsV2Iterable. clusterOperationInfoList()Returns an iterable to iterate through the paginatedListClusterOperationsV2Response.clusterOperationInfoList()member.SdkPublisher<ClusterOperationV2Summary>ListClusterOperationsV2Publisher. clusterOperationInfoList()Returns a publisher that can be used to get a stream of data.
-