| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
ContactFlowModule |
ContactFlowModule.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ContactFlowModule |
ContactFlowModule.clearTagsEntries()
Removes all the entries added into Tags.
|
ContactFlowModule |
ContactFlowModule.clone() |
ContactFlowModule |
DescribeContactFlowModuleResult.getContactFlowModule()
Information about the flow module.
|
ContactFlowModule |
ContactFlowModule.withArn(String arn)
The Amazon Resource Name (ARN).
|
ContactFlowModule |
ContactFlowModule.withContent(String content)
The content of the flow module.
|
ContactFlowModule |
ContactFlowModule.withDescription(String description)
The description of the flow module.
|
ContactFlowModule |
ContactFlowModule.withId(String id)
The identifier of the flow module.
|
ContactFlowModule |
ContactFlowModule.withName(String name)
The name of the flow module.
|
ContactFlowModule |
ContactFlowModule.withState(ContactFlowModuleState state)
The type of flow module.
|
ContactFlowModule |
ContactFlowModule.withState(String state)
The type of flow module.
|
ContactFlowModule |
ContactFlowModule.withStatus(ContactFlowModuleStatus status)
The status of the flow module.
|
ContactFlowModule |
ContactFlowModule.withStatus(String status)
The status of the flow module.
|
ContactFlowModule |
ContactFlowModule.withTags(Map<String,String> tags)
The tags used to organize, track, or control access for this resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeContactFlowModuleResult.setContactFlowModule(ContactFlowModule contactFlowModule)
Information about the flow module.
|
DescribeContactFlowModuleResult |
DescribeContactFlowModuleResult.withContactFlowModule(ContactFlowModule contactFlowModule)
Information about the flow module.
|
Copyright © 2022. All rights reserved.