| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkidentity.model |
| Modifier and Type | Method and Description |
|---|---|
AppInstanceUserEndpoint |
AppInstanceUserEndpoint.clone() |
AppInstanceUserEndpoint |
DescribeAppInstanceUserEndpointResult.getAppInstanceUserEndpoint()
The full details of an
AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type,
resource ARN, attributes, allow messages, state, and created and last updated timestamps. |
AppInstanceUserEndpoint |
AppInstanceUserEndpoint.withAllowMessages(AllowMessages allowMessages)
Boolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
AppInstanceUserEndpoint |
AppInstanceUserEndpoint.withAllowMessages(String allowMessages)
Boolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
AppInstanceUserEndpoint |
AppInstanceUserEndpoint.withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
AppInstanceUserEndpoint |
AppInstanceUserEndpoint.withCreatedTimestamp(Date createdTimestamp)
The time at which an
AppInstanceUserEndpoint was created. |
AppInstanceUserEndpoint |
AppInstanceUserEndpoint.withEndpointAttributes(EndpointAttributes endpointAttributes)
The attributes of an
Endpoint. |
AppInstanceUserEndpoint |
AppInstanceUserEndpoint.withEndpointId(String endpointId)
The unique identifier of the
AppInstanceUserEndpoint. |
AppInstanceUserEndpoint |
AppInstanceUserEndpoint.withEndpointState(EndpointState endpointState)
A read-only field that represents the state of an
AppInstanceUserEndpoint. |
AppInstanceUserEndpoint |
AppInstanceUserEndpoint.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time at which an
AppInstanceUserEndpoint was last updated. |
AppInstanceUserEndpoint |
AppInstanceUserEndpoint.withName(String name)
The name of the
AppInstanceUserEndpoint. |
AppInstanceUserEndpoint |
AppInstanceUserEndpoint.withResourceArn(String resourceArn)
The ARN of the resource to which the endpoint belongs.
|
AppInstanceUserEndpoint |
AppInstanceUserEndpoint.withType(AppInstanceUserEndpointType type)
The type of the
AppInstanceUserEndpoint. |
AppInstanceUserEndpoint |
AppInstanceUserEndpoint.withType(String type)
The type of the
AppInstanceUserEndpoint. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeAppInstanceUserEndpointResult.setAppInstanceUserEndpoint(AppInstanceUserEndpoint appInstanceUserEndpoint)
The full details of an
AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type,
resource ARN, attributes, allow messages, state, and created and last updated timestamps. |
DescribeAppInstanceUserEndpointResult |
DescribeAppInstanceUserEndpointResult.withAppInstanceUserEndpoint(AppInstanceUserEndpoint appInstanceUserEndpoint)
The full details of an
AppInstanceUserEndpoint: the AppInstanceUserArn, ID, name, type,
resource ARN, attributes, allow messages, state, and created and last updated timestamps. |
Copyright © 2023. All rights reserved.