Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.StateDescription
-
Packages that use StateDescription Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of StateDescription in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return StateDescription Modifier and Type Method Description StateDescriptionDescribeConnectorOperationResponse. errorInfo()Returns the value of the ErrorInfo property for this object.StateDescriptionDescribeConnectorResponse. stateDescription()Details about the state of a connector.StateDescriptionDescribeCustomPluginResponse. stateDescription()Details about the state of a custom plugin.Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type StateDescription Modifier and Type Method Description DescribeConnectorOperationResponse.BuilderDescribeConnectorOperationResponse.Builder. errorInfo(StateDescription errorInfo)Sets the value of the ErrorInfo property for this object.DescribeConnectorResponse.BuilderDescribeConnectorResponse.Builder. stateDescription(StateDescription stateDescription)Details about the state of a connector.DescribeCustomPluginResponse.BuilderDescribeCustomPluginResponse.Builder. stateDescription(StateDescription stateDescription)Details about the state of a custom plugin.
-