| 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<UpdateConnectorProfileResult> |
AmazonAppflowAsyncClient.updateConnectorProfileAsync(UpdateConnectorProfileRequest request,
AsyncHandler<UpdateConnectorProfileRequest,UpdateConnectorProfileResult> asyncHandler) |
Future<UpdateConnectorProfileResult> |
AbstractAmazonAppflowAsync.updateConnectorProfileAsync(UpdateConnectorProfileRequest request,
AsyncHandler<UpdateConnectorProfileRequest,UpdateConnectorProfileResult> asyncHandler) |
Future<UpdateConnectorProfileResult> |
AmazonAppflowAsync.updateConnectorProfileAsync(UpdateConnectorProfileRequest updateConnectorProfileRequest,
AsyncHandler<UpdateConnectorProfileRequest,UpdateConnectorProfileResult> asyncHandler)
Updates a given connector profile associated with your account.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConnectorProfileRequest |
UpdateConnectorProfileRequest.clone() |
UpdateConnectorProfileRequest |
UpdateConnectorProfileRequest.withClientToken(String clientToken)
The
clientToken parameter is an idempotency token. |
UpdateConnectorProfileRequest |
UpdateConnectorProfileRequest.withConnectionMode(ConnectionMode connectionMode)
Indicates the connection mode and if it is public or private.
|
UpdateConnectorProfileRequest |
UpdateConnectorProfileRequest.withConnectionMode(String connectionMode)
Indicates the connection mode and if it is public or private.
|
UpdateConnectorProfileRequest |
UpdateConnectorProfileRequest.withConnectorProfileConfig(ConnectorProfileConfig connectorProfileConfig)
Defines the connector-specific profile configuration and credentials.
|
UpdateConnectorProfileRequest |
UpdateConnectorProfileRequest.withConnectorProfileName(String connectorProfileName)
The name of the connector profile and is unique for each
ConnectorProfile in the Amazon Web Services
account. |
Copyright © 2023. All rights reserved.