| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkidentity.model |
| Modifier and Type | Method and Description |
|---|---|
AppInstance |
AppInstance.clone() |
AppInstance |
DescribeAppInstanceResult.getAppInstance()
The ARN, metadata, created and last-updated timestamps, and the name of the
AppInstance. |
AppInstance |
AppInstance.withAppInstanceArn(String appInstanceArn)
The ARN of the messaging instance.
|
AppInstance |
AppInstance.withCreatedTimestamp(Date createdTimestamp)
The time at which an
AppInstance was created. |
AppInstance |
AppInstance.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time an
AppInstance was last updated. |
AppInstance |
AppInstance.withMetadata(String metadata)
The metadata of an
AppInstance. |
AppInstance |
AppInstance.withName(String name)
The name of an
AppInstance. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAppInstanceResult.setAppInstance(AppInstance appInstance)
The ARN, metadata, created and last-updated timestamps, and the name of the
AppInstance. |
DescribeAppInstanceResult |
DescribeAppInstanceResult.withAppInstance(AppInstance appInstance)
The ARN, metadata, created and last-updated timestamps, and the name of the
AppInstance. |
Copyright © 2025. All rights reserved.