| Package | Description |
|---|---|
| com.amazonaws.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
InstanceSummary |
InstanceSummary.clone() |
InstanceSummary |
InstanceSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the instance.
|
InstanceSummary |
InstanceSummary.withCreatedTime(Date createdTime)
When the instance was created.
|
InstanceSummary |
InstanceSummary.withId(String id)
The identifier of the instance.
|
InstanceSummary |
InstanceSummary.withIdentityManagementType(DirectoryType identityManagementType)
The identity management type of the instance.
|
InstanceSummary |
InstanceSummary.withIdentityManagementType(String identityManagementType)
The identity management type of the instance.
|
InstanceSummary |
InstanceSummary.withInboundCallsEnabled(Boolean inboundCallsEnabled)
Whether inbound calls are enabled.
|
InstanceSummary |
InstanceSummary.withInstanceAlias(String instanceAlias)
The alias of the instance.
|
InstanceSummary |
InstanceSummary.withInstanceStatus(InstanceStatus instanceStatus)
The state of the instance.
|
InstanceSummary |
InstanceSummary.withInstanceStatus(String instanceStatus)
The state of the instance.
|
InstanceSummary |
InstanceSummary.withOutboundCallsEnabled(Boolean outboundCallsEnabled)
Whether outbound calls are enabled.
|
InstanceSummary |
InstanceSummary.withServiceRole(String serviceRole)
The service role of the instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<InstanceSummary> |
ListInstancesResult.getInstanceSummaryList()
Information about the instances.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstancesResult |
ListInstancesResult.withInstanceSummaryList(InstanceSummary... instanceSummaryList)
Information about the instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListInstancesResult.setInstanceSummaryList(Collection<InstanceSummary> instanceSummaryList)
Information about the instances.
|
ListInstancesResult |
ListInstancesResult.withInstanceSummaryList(Collection<InstanceSummary> instanceSummaryList)
Information about the instances.
|
Copyright © 2023. All rights reserved.