Uses of Class
software.amazon.awssdk.services.appflow.model.TrendmicroConnectorOperator
-
Packages that use TrendmicroConnectorOperator Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of TrendmicroConnectorOperator in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return TrendmicroConnectorOperator Modifier and Type Method Description static TrendmicroConnectorOperatorTrendmicroConnectorOperator. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrendmicroConnectorOperatorConnectorOperator. trendmicro()The operation to be performed on the provided Trend Micro source fields.static TrendmicroConnectorOperatorTrendmicroConnectorOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static TrendmicroConnectorOperator[]TrendmicroConnectorOperator. 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 TrendmicroConnectorOperator Modifier and Type Method Description static Set<TrendmicroConnectorOperator>TrendmicroConnectorOperator. knownValues()Methods in software.amazon.awssdk.services.appflow.model with parameters of type TrendmicroConnectorOperator Modifier and Type Method Description ConnectorOperator.BuilderConnectorOperator.Builder. trendmicro(TrendmicroConnectorOperator trendmicro)The operation to be performed on the provided Trend Micro source fields.
-