Uses of Class
software.amazon.awssdk.services.kafka.model.StateInfo
-
Packages that use StateInfo Package Description software.amazon.awssdk.services.kafka.model -
-
Uses of StateInfo in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return StateInfo Modifier and Type Method Description StateInfoCluster. stateInfo()State Info for the Amazon MSK cluster.StateInfoClusterInfo. stateInfo()Returns the value of the StateInfo property for this object.Methods in software.amazon.awssdk.services.kafka.model with parameters of type StateInfo Modifier and Type Method Description Cluster.BuilderCluster.Builder. stateInfo(StateInfo stateInfo)State Info for the Amazon MSK cluster.ClusterInfo.BuilderClusterInfo.Builder. stateInfo(StateInfo stateInfo)Sets the value of the StateInfo property for this object.
-