| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
Instance |
Instance.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Instance |
Instance.clearTagsEntries()
Removes all the entries added into Tags.
|
Instance |
Instance.clone() |
Instance |
DescribeInstanceResult.getInstance()
The name of the instance.
|
Instance |
Instance.withArn(String arn)
The Amazon Resource Name (ARN) of the instance.
|
Instance |
Instance.withCreatedTime(Date createdTime)
When the instance was created.
|
Instance |
Instance.withId(String id)
The identifier of the Amazon Connect instance.
|
Instance |
Instance.withIdentityManagementType(DirectoryType identityManagementType)
The identity management type.
|
Instance |
Instance.withIdentityManagementType(String identityManagementType)
The identity management type.
|
Instance |
Instance.withInboundCallsEnabled(Boolean inboundCallsEnabled)
Whether inbound calls are enabled.
|
Instance |
Instance.withInstanceAccessUrl(String instanceAccessUrl)
This URL allows contact center users to access the Amazon Connect admin website.
|
Instance |
Instance.withInstanceAlias(String instanceAlias)
The alias of instance.
|
Instance |
Instance.withInstanceStatus(InstanceStatus instanceStatus)
The state of the instance.
|
Instance |
Instance.withInstanceStatus(String instanceStatus)
The state of the instance.
|
Instance |
Instance.withOutboundCallsEnabled(Boolean outboundCallsEnabled)
Whether outbound calls are enabled.
|
Instance |
Instance.withServiceRole(String serviceRole)
The service role of the instance.
|
Instance |
Instance.withStatusReason(InstanceStatusReason statusReason)
Relevant details why the instance was not successfully created.
|
Instance |
Instance.withTags(Map<String,String> tags)
The tags of an instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeInstanceResult.setInstance(Instance instance)
The name of the instance.
|
DescribeInstanceResult |
DescribeInstanceResult.withInstance(Instance instance)
The name of the instance.
|
Copyright © 2024. All rights reserved.