| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectorType |
ConnectorConfiguration.connectorType()
The connector type.
|
ConnectorType |
DescribeConnectorEntityRequest.connectorType()
The type of connector application, such as Salesforce, Amplitude, and so on.
|
ConnectorType |
ConnectorProfile.connectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorType |
SourceFlowConfig.connectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorType |
CreateConnectorProfileRequest.connectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorType |
DescribeConnectorRequest.connectorType()
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
|
ConnectorType |
ListConnectorEntitiesRequest.connectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorType |
DescribeConnectorProfilesRequest.connectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorType |
ConnectorDetail.connectorType()
The connector type.
|
ConnectorType |
DestinationFlowConfig.connectorType()
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorType |
FlowDefinition.destinationConnectorType()
Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
static ConnectorType |
ConnectorType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ConnectorType |
FlowDefinition.sourceConnectorType()
Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
static ConnectorType |
ConnectorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorType[] |
ConnectorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ConnectorType,ConnectorConfiguration> |
DescribeConnectorsResponse.connectorConfigurations()
The configuration that is applied to the connectors used in the flow.
|
List<ConnectorType> |
DescribeConnectorsRequest.connectorTypes()
The type of connector, such as Salesforce, Amplitude, and so on.
|
static Set<ConnectorType> |
ConnectorType.knownValues()
|
List<ConnectorType> |
ConnectorConfiguration.supportedDestinationConnectors()
Lists the connectors that are available for use as destinations.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfiguration.Builder |
ConnectorConfiguration.Builder.connectorType(ConnectorType connectorType)
The connector type.
|
DescribeConnectorEntityRequest.Builder |
DescribeConnectorEntityRequest.Builder.connectorType(ConnectorType connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
|
ConnectorProfile.Builder |
ConnectorProfile.Builder.connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
SourceFlowConfig.Builder |
SourceFlowConfig.Builder.connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
CreateConnectorProfileRequest.Builder |
CreateConnectorProfileRequest.Builder.connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorRequest.Builder |
DescribeConnectorRequest.Builder.connectorType(ConnectorType connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
|
ListConnectorEntitiesRequest.Builder |
ListConnectorEntitiesRequest.Builder.connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorProfilesRequest.Builder |
DescribeConnectorProfilesRequest.Builder.connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorDetail.Builder |
ConnectorDetail.Builder.connectorType(ConnectorType connectorType)
The connector type.
|
DestinationFlowConfig.Builder |
DestinationFlowConfig.Builder.connectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorsRequest.Builder |
DescribeConnectorsRequest.Builder.connectorTypes(ConnectorType... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
FlowDefinition.Builder |
FlowDefinition.Builder.destinationConnectorType(ConnectorType destinationConnectorType)
Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
FlowDefinition.Builder |
FlowDefinition.Builder.sourceConnectorType(ConnectorType sourceConnectorType)
Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
ConnectorConfiguration.Builder |
ConnectorConfiguration.Builder.supportedDestinationConnectors(ConnectorType... supportedDestinationConnectors)
Lists the connectors that are available for use as destinations.
|
| 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.
|
DescribeConnectorsRequest.Builder |
DescribeConnectorsRequest.Builder.connectorTypes(Collection<ConnectorType> connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorConfiguration.Builder |
ConnectorConfiguration.Builder.supportedDestinationConnectors(Collection<ConnectorType> supportedDestinationConnectors)
Lists the connectors that are available for use as destinations.
|
Copyright © 2022. All rights reserved.