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 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 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.
-