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