Uses of Class
software.amazon.awssdk.services.kafkaconnect.model.ConnectorOperationStepState
-
Packages that use ConnectorOperationStepState Package Description software.amazon.awssdk.services.kafkaconnect.model -
-
Uses of ConnectorOperationStepState in software.amazon.awssdk.services.kafkaconnect.model
Methods in software.amazon.awssdk.services.kafkaconnect.model that return ConnectorOperationStepState Modifier and Type Method Description static ConnectorOperationStepStateConnectorOperationStepState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ConnectorOperationStepStateConnectorOperationStep. stepState()The step state of the operation.static ConnectorOperationStepStateConnectorOperationStepState. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectorOperationStepState[]ConnectorOperationStepState. 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 ConnectorOperationStepState Modifier and Type Method Description static Set<ConnectorOperationStepState>ConnectorOperationStepState. knownValues()Methods in software.amazon.awssdk.services.kafkaconnect.model with parameters of type ConnectorOperationStepState Modifier and Type Method Description ConnectorOperationStep.BuilderConnectorOperationStep.Builder. stepState(ConnectorOperationStepState stepState)The step state of the operation.
-