Uses of Class
software.amazon.awssdk.services.appflow.model.AmplitudeConnectorOperator
-
Packages that use AmplitudeConnectorOperator Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of AmplitudeConnectorOperator in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return AmplitudeConnectorOperator Modifier and Type Method Description AmplitudeConnectorOperatorConnectorOperator. amplitude()The operation to be performed on the provided Amplitude source fields.static AmplitudeConnectorOperatorAmplitudeConnectorOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AmplitudeConnectorOperatorAmplitudeConnectorOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static AmplitudeConnectorOperator[]AmplitudeConnectorOperator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type AmplitudeConnectorOperator Modifier and Type Method Description static Set<AmplitudeConnectorOperator>AmplitudeConnectorOperator. knownValues()Methods in software.amazon.awssdk.services.appflow.model with parameters of type AmplitudeConnectorOperator Modifier and Type Method Description ConnectorOperator.BuilderConnectorOperator.Builder. amplitude(AmplitudeConnectorOperator amplitude)The operation to be performed on the provided Amplitude source fields.
-