Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.ConnectorState
-
Packages that use ConnectorState Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of ConnectorState in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return ConnectorState Modifier and Type Method Description ConnectorStateConnectorSummary. connectorState()The state of the connector.ConnectorStateCreateConnectorResponse. connectorState()The state of the connector.ConnectorStateDeleteConnectorResponse. connectorState()The state of the connector that you requested to delete.ConnectorStateDescribeConnectorResponse. connectorState()The state of the connector.ConnectorStateUpdateConnectorResponse. connectorState()The state of the connector.static ConnectorStateConnectorState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectorStateConnectorState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectorState[]ConnectorState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.kafkaconnect.model that return types with arguments of type ConnectorState Modifier and Type Method Description static Set<ConnectorState>ConnectorState. knownValues()Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type ConnectorState Modifier and Type Method Description ConnectorSummary.BuilderConnectorSummary.Builder. connectorState(ConnectorState connectorState)The state of the connector.CreateConnectorResponse.BuilderCreateConnectorResponse.Builder. connectorState(ConnectorState connectorState)The state of the connector.DeleteConnectorResponse.BuilderDeleteConnectorResponse.Builder. connectorState(ConnectorState connectorState)The state of the connector that you requested to delete.DescribeConnectorResponse.BuilderDescribeConnectorResponse.Builder. connectorState(ConnectorState connectorState)The state of the connector.UpdateConnectorResponse.BuilderUpdateConnectorResponse.Builder. connectorState(ConnectorState connectorState)The state of the connector.
-