| 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 flow.
|
ContactFlow |
ContactFlow.withArn(String arn)
The Amazon Resource Name (ARN) of the flow.
|
ContactFlow |
ContactFlow.withContent(String content)
The JSON string that represents the content of the flow.
|
ContactFlow |
ContactFlow.withDescription(String description)
The description of the flow.
|
ContactFlow |
ContactFlow.withId(String id)
The identifier of the flow.
|
ContactFlow |
ContactFlow.withName(String name)
The name of the flow.
|
ContactFlow |
ContactFlow.withState(ContactFlowState state)
The type of flow.
|
ContactFlow |
ContactFlow.withState(String state)
The type of flow.
|
ContactFlow |
ContactFlow.withStatus(ContactFlowStatus status)
The status of the contact flow.
|
ContactFlow |
ContactFlow.withStatus(String status)
The status of the contact flow.
|
ContactFlow |
ContactFlow.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
ContactFlow |
ContactFlow.withType(ContactFlowType type)
The type of the flow.
|
ContactFlow |
ContactFlow.withType(String type)
The type of the flow.
|
| Modifier and Type | Method and Description |
|---|---|
List<ContactFlow> |
SearchContactFlowsResult.getContactFlows()
Information about the flows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeContactFlowResult.setContactFlow(ContactFlow contactFlow)
Information about the flow.
|
DescribeContactFlowResult |
DescribeContactFlowResult.withContactFlow(ContactFlow contactFlow)
Information about the flow.
|
SearchContactFlowsResult |
SearchContactFlowsResult.withContactFlows(ContactFlow... contactFlows)
Information about the flows.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchContactFlowsResult.setContactFlows(Collection<ContactFlow> contactFlows)
Information about the flows.
|
SearchContactFlowsResult |
SearchContactFlowsResult.withContactFlows(Collection<ContactFlow> contactFlows)
Information about the flows.
|
Copyright © 2024. All rights reserved.