| Package | Description |
|---|---|
| com.amazonaws.services.customerprofiles |
|
| com.amazonaws.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIntegrationWorkflowResult> |
AbstractAmazonCustomerProfilesAsync.createIntegrationWorkflowAsync(CreateIntegrationWorkflowRequest request,
AsyncHandler<CreateIntegrationWorkflowRequest,CreateIntegrationWorkflowResult> asyncHandler) |
Future<CreateIntegrationWorkflowResult> |
AmazonCustomerProfilesAsyncClient.createIntegrationWorkflowAsync(CreateIntegrationWorkflowRequest request,
AsyncHandler<CreateIntegrationWorkflowRequest,CreateIntegrationWorkflowResult> asyncHandler) |
Future<CreateIntegrationWorkflowResult> |
AmazonCustomerProfilesAsync.createIntegrationWorkflowAsync(CreateIntegrationWorkflowRequest createIntegrationWorkflowRequest,
AsyncHandler<CreateIntegrationWorkflowRequest,CreateIntegrationWorkflowResult> asyncHandler)
Creates an integration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
CreateIntegrationWorkflowRequest |
CreateIntegrationWorkflowRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateIntegrationWorkflowRequest |
CreateIntegrationWorkflowRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateIntegrationWorkflowRequest |
CreateIntegrationWorkflowRequest.clone() |
CreateIntegrationWorkflowRequest |
CreateIntegrationWorkflowRequest.withDomainName(String domainName)
The unique name of the domain.
|
CreateIntegrationWorkflowRequest |
CreateIntegrationWorkflowRequest.withIntegrationConfig(IntegrationConfig integrationConfig)
Configuration data for integration workflow.
|
CreateIntegrationWorkflowRequest |
CreateIntegrationWorkflowRequest.withObjectTypeName(String objectTypeName)
The name of the profile object type.
|
CreateIntegrationWorkflowRequest |
CreateIntegrationWorkflowRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM role.
|
CreateIntegrationWorkflowRequest |
CreateIntegrationWorkflowRequest.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
CreateIntegrationWorkflowRequest |
CreateIntegrationWorkflowRequest.withWorkflowType(String workflowType)
The type of workflow.
|
CreateIntegrationWorkflowRequest |
CreateIntegrationWorkflowRequest.withWorkflowType(WorkflowType workflowType)
The type of workflow.
|
Copyright © 2023. All rights reserved.