Uses of Class
software.amazon.awssdk.services.appflow.model.ConnectorProfileProperties
-
Packages that use ConnectorProfileProperties Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ConnectorProfileProperties in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return ConnectorProfileProperties Modifier and Type Method Description ConnectorProfilePropertiesConnectorProfile. connectorProfileProperties()The connector-specific properties of the profile configuration.ConnectorProfilePropertiesConnectorProfileConfig. connectorProfileProperties()The connector-specific properties of the profile configuration.Methods in software.amazon.awssdk.services.appflow.model with parameters of type ConnectorProfileProperties Modifier and Type Method Description ConnectorProfile.BuilderConnectorProfile.Builder. connectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)The connector-specific properties of the profile configuration.ConnectorProfileConfig.BuilderConnectorProfileConfig.Builder. connectorProfileProperties(ConnectorProfileProperties connectorProfileProperties)The connector-specific properties of the profile configuration.
-