| Package | Description |
|---|---|
| com.amazonaws.services.appflow |
Welcome to the Amazon AppFlow API reference.
|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateConnectorProfileResult> |
AmazonAppflowAsyncClient.createConnectorProfileAsync(CreateConnectorProfileRequest request,
AsyncHandler<CreateConnectorProfileRequest,CreateConnectorProfileResult> asyncHandler) |
Future<CreateConnectorProfileResult> |
AbstractAmazonAppflowAsync.createConnectorProfileAsync(CreateConnectorProfileRequest request,
AsyncHandler<CreateConnectorProfileRequest,CreateConnectorProfileResult> asyncHandler) |
Future<CreateConnectorProfileResult> |
AmazonAppflowAsync.createConnectorProfileAsync(CreateConnectorProfileRequest createConnectorProfileRequest,
AsyncHandler<CreateConnectorProfileRequest,CreateConnectorProfileResult> asyncHandler)
Creates a new connector profile associated with your Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
CreateConnectorProfileRequest |
CreateConnectorProfileRequest.clone() |
CreateConnectorProfileRequest |
CreateConnectorProfileRequest.withConnectionMode(ConnectionMode connectionMode)
Indicates the connection mode and specifies whether it is public or private.
|
CreateConnectorProfileRequest |
CreateConnectorProfileRequest.withConnectionMode(String connectionMode)
Indicates the connection mode and specifies whether it is public or private.
|
CreateConnectorProfileRequest |
CreateConnectorProfileRequest.withConnectorLabel(String connectorLabel)
The label of the connector.
|
CreateConnectorProfileRequest |
CreateConnectorProfileRequest.withConnectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)
Defines the connector-specific configuration and credentials.
|
CreateConnectorProfileRequest |
CreateConnectorProfileRequest.withConnectorProfileName(String connectorProfileName)
The name of the connector profile.
|
CreateConnectorProfileRequest |
CreateConnectorProfileRequest.withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
CreateConnectorProfileRequest |
CreateConnectorProfileRequest.withConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
CreateConnectorProfileRequest |
CreateConnectorProfileRequest.withKmsArn(String kmsArn)
The ARN (Amazon Resource Name) of the Key Management Service (KMS) key you provide for encryption.
|
Copyright © 2022. All rights reserved.