| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorType |
ConnectorType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
DescribeConnectorRequest |
DescribeConnectorRequest.withConnectorType(ConnectorType connectorType)
The connector type, such as CUSTOMCONNECTOR, Saleforce, Marketo.
|
ListConnectorEntitiesRequest |
ListConnectorEntitiesRequest.withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorProfilesRequest |
DescribeConnectorProfilesRequest.withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorProfile |
ConnectorProfile.withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorDetail |
ConnectorDetail.withConnectorType(ConnectorType connectorType)
The connector type.
|
CreateConnectorProfileRequest |
CreateConnectorProfileRequest.withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DescribeConnectorEntityRequest |
DescribeConnectorEntityRequest.withConnectorType(ConnectorType connectorType)
The type of connector application, such as Salesforce, Amplitude, and so on.
|
DestinationFlowConfig |
DestinationFlowConfig.withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
SourceFlowConfig |
SourceFlowConfig.withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
ConnectorConfiguration |
ConnectorConfiguration.withConnectorType(ConnectorType connectorType)
The connector type.
|
DescribeConnectorsRequest |
DescribeConnectorsRequest.withConnectorTypes(ConnectorType... connectorTypes)
The type of connector, such as Salesforce, Amplitude, and so on.
|
FlowDefinition |
FlowDefinition.withDestinationConnectorType(ConnectorType destinationConnectorType)
Specifies the destination connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
FlowDefinition |
FlowDefinition.withSourceConnectorType(ConnectorType sourceConnectorType)
Specifies the source connector type, such as Salesforce, Amazon S3, Amplitude, and so on.
|
ConnectorConfiguration |
ConnectorConfiguration.withSupportedDestinationConnectors(ConnectorType... supportedDestinationConnectors)
Lists the connectors that are available for use as destinations.
|
Copyright © 2023. All rights reserved.