Uses of Class
software.amazon.awssdk.services.appflow.model.ConnectorProfileConfig
-
Packages that use ConnectorProfileConfig Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ConnectorProfileConfig in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return ConnectorProfileConfig Modifier and Type Method Description ConnectorProfileConfigCreateConnectorProfileRequest. connectorProfileConfig()Defines the connector-specific configuration and credentials.ConnectorProfileConfigUpdateConnectorProfileRequest. connectorProfileConfig()Defines the connector-specific profile configuration and credentials.Methods in software.amazon.awssdk.services.appflow.model with parameters of type ConnectorProfileConfig Modifier and Type Method Description CreateConnectorProfileRequest.BuilderCreateConnectorProfileRequest.Builder. connectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)Defines the connector-specific configuration and credentials.UpdateConnectorProfileRequest.BuilderUpdateConnectorProfileRequest.Builder. connectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)Defines the connector-specific profile configuration and credentials.
-