Uses of Class
software.amazon.awssdk.services.appflow.model.ConnectorConfiguration
-
Packages that use ConnectorConfiguration Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of ConnectorConfiguration in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return ConnectorConfiguration Modifier and Type Method Description ConnectorConfigurationDescribeConnectorResponse. connectorConfiguration()Configuration info of all the connectors that the user requested.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type ConnectorConfiguration Modifier and Type Method Description Map<ConnectorType,ConnectorConfiguration>DescribeConnectorsResponse. connectorConfigurations()The configuration that is applied to the connectors used in the flow.Map<String,ConnectorConfiguration>DescribeConnectorsResponse. connectorConfigurationsAsStrings()The configuration that is applied to the connectors used in the flow.Methods in software.amazon.awssdk.services.appflow.model with parameters of type ConnectorConfiguration Modifier and Type Method Description DescribeConnectorResponse.BuilderDescribeConnectorResponse.Builder. connectorConfiguration(ConnectorConfiguration connectorConfiguration)Configuration info of all the connectors that the user requested.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type ConnectorConfiguration Modifier and Type Method Description DescribeConnectorsResponse.BuilderDescribeConnectorsResponse.Builder. connectorConfigurations(Map<ConnectorType,ConnectorConfiguration> connectorConfigurations)The configuration that is applied to the connectors used in the flow.DescribeConnectorsResponse.BuilderDescribeConnectorsResponse.Builder. connectorConfigurationsWithStrings(Map<String,ConnectorConfiguration> connectorConfigurations)The configuration that is applied to the connectors used in the flow.
-