| 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<DeleteConnectorProfileResult> |
AbstractAmazonAppflowAsync.deleteConnectorProfileAsync(DeleteConnectorProfileRequest request,
AsyncHandler<DeleteConnectorProfileRequest,DeleteConnectorProfileResult> asyncHandler) |
Future<DeleteConnectorProfileResult> |
AmazonAppflowAsyncClient.deleteConnectorProfileAsync(DeleteConnectorProfileRequest request,
AsyncHandler<DeleteConnectorProfileRequest,DeleteConnectorProfileResult> asyncHandler) |
Future<DeleteConnectorProfileResult> |
AmazonAppflowAsync.deleteConnectorProfileAsync(DeleteConnectorProfileRequest deleteConnectorProfileRequest,
AsyncHandler<DeleteConnectorProfileRequest,DeleteConnectorProfileResult> asyncHandler)
Enables you to delete an existing connector profile.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteConnectorProfileRequest |
DeleteConnectorProfileRequest.clone() |
DeleteConnectorProfileRequest |
DeleteConnectorProfileRequest.withConnectorProfileName(String connectorProfileName)
The name of the connector profile.
|
DeleteConnectorProfileRequest |
DeleteConnectorProfileRequest.withForceDelete(Boolean forceDelete)
Indicates whether Amazon AppFlow should delete the profile, even if it is currently in use in one or more flows.
|
Copyright © 2020. All rights reserved.