| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfiguration |
DescribeConnectorResponse.connectorConfiguration()
Configuration info of all the connectors that the user requested.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorResponse.Builder |
DescribeConnectorResponse.Builder.connectorConfiguration(ConnectorConfiguration connectorConfiguration)
Configuration info of all the connectors that the user requested.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectorsResponse.Builder |
DescribeConnectorsResponse.Builder.connectorConfigurations(Map<ConnectorType,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
|
DescribeConnectorsResponse.Builder |
DescribeConnectorsResponse.Builder.connectorConfigurationsWithStrings(Map<String,ConnectorConfiguration> connectorConfigurations)
The configuration that is applied to the connectors used in the flow.
|
Copyright © 2023. All rights reserved.