| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ContactFlow |
ContactFlow.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ContactFlow |
ContactFlow.clearTagsEntries()
Removes all the entries added into Tags.
|
ContactFlow |
ContactFlow.clone() |
ContactFlow |
DescribeContactFlowResult.getContactFlow()
Information about the contact flow.
|
ContactFlow |
ContactFlow.withArn(String arn)
The Amazon Resource Name (ARN) of the contact flow.
|
ContactFlow |
ContactFlow.withContent(String content)
The content of the contact flow.
|
ContactFlow |
ContactFlow.withDescription(String description)
The description of the contact flow.
|
ContactFlow |
ContactFlow.withId(String id)
The identifier of the contact flow.
|
ContactFlow |
ContactFlow.withName(String name)
The name of the contact flow.
|
ContactFlow |
ContactFlow.withTags(Map<String,String> tags)
One or more tags.
|
ContactFlow |
ContactFlow.withType(ContactFlowType type)
The type of the contact flow.
|
ContactFlow |
ContactFlow.withType(String type)
The type of the contact flow.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeContactFlowResult.setContactFlow(ContactFlow contactFlow)
Information about the contact flow.
|
DescribeContactFlowResult |
DescribeContactFlowResult.withContactFlow(ContactFlow contactFlow)
Information about the contact flow.
|
Copyright © 2020. All rights reserved.