Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.ConnectorOperationState
-
Packages that use ConnectorOperationState Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of ConnectorOperationState in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return ConnectorOperationState Modifier and Type Method Description ConnectorOperationStateConnectorOperationSummary. connectorOperationState()The state of the connector operation.ConnectorOperationStateDescribeConnectorOperationResponse. connectorOperationState()The state of the connector operation.static ConnectorOperationStateConnectorOperationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectorOperationStateConnectorOperationState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectorOperationState[]ConnectorOperationState. 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 ConnectorOperationState Modifier and Type Method Description static Set<ConnectorOperationState>ConnectorOperationState. knownValues()Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type ConnectorOperationState Modifier and Type Method Description ConnectorOperationSummary.BuilderConnectorOperationSummary.Builder. connectorOperationState(ConnectorOperationState connectorOperationState)The state of the connector operation.DescribeConnectorOperationResponse.BuilderDescribeConnectorOperationResponse.Builder. connectorOperationState(ConnectorOperationState connectorOperationState)The state of the connector operation.
-