Uses of Class
software.amazon.awssdk.services.appflow.model.LambdaConnectorProvisioningConfig
-
Packages that use LambdaConnectorProvisioningConfig Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of LambdaConnectorProvisioningConfig in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return LambdaConnectorProvisioningConfig Modifier and Type Method Description LambdaConnectorProvisioningConfigConnectorProvisioningConfig. lambda()Contains information about the configuration of the lambda which is being registered as the connector.Methods in software.amazon.awssdk.services.appflow.model with parameters of type LambdaConnectorProvisioningConfig Modifier and Type Method Description ConnectorProvisioningConfig.BuilderConnectorProvisioningConfig.Builder. lambda(LambdaConnectorProvisioningConfig lambda)Contains information about the configuration of the lambda which is being registered as the connector.
-