| Package | Description |
|---|---|
| com.amazonaws.services.chimesdkidentity |
The Amazon Chime SDK Identity APIs in this section allow software developers to create and manage unique instances of
their messaging applications.
|
| com.amazonaws.services.chimesdkidentity.model |
| Modifier and Type | Method and Description |
|---|---|
RegisterAppInstanceUserEndpointRequest |
RegisterAppInstanceUserEndpointRequest.clone() |
RegisterAppInstanceUserEndpointRequest |
RegisterAppInstanceUserEndpointRequest.withAllowMessages(AllowMessages allowMessages)
Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
|
RegisterAppInstanceUserEndpointRequest |
RegisterAppInstanceUserEndpointRequest.withAllowMessages(String allowMessages)
Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
|
RegisterAppInstanceUserEndpointRequest |
RegisterAppInstanceUserEndpointRequest.withAppInstanceUserArn(String appInstanceUserArn)
The ARN of the
AppInstanceUser. |
RegisterAppInstanceUserEndpointRequest |
RegisterAppInstanceUserEndpointRequest.withClientRequestToken(String clientRequestToken)
The idempotency token for each client request.
|
RegisterAppInstanceUserEndpointRequest |
RegisterAppInstanceUserEndpointRequest.withEndpointAttributes(EndpointAttributes endpointAttributes)
The attributes of an
Endpoint. |
RegisterAppInstanceUserEndpointRequest |
RegisterAppInstanceUserEndpointRequest.withName(String name)
The name of the
AppInstanceUserEndpoint. |
RegisterAppInstanceUserEndpointRequest |
RegisterAppInstanceUserEndpointRequest.withResourceArn(String resourceArn)
The ARN of the resource to which the endpoint belongs.
|
RegisterAppInstanceUserEndpointRequest |
RegisterAppInstanceUserEndpointRequest.withType(AppInstanceUserEndpointType type)
The type of the
AppInstanceUserEndpoint. |
RegisterAppInstanceUserEndpointRequest |
RegisterAppInstanceUserEndpointRequest.withType(String type)
The type of the
AppInstanceUserEndpoint. |
Copyright © 2023. All rights reserved.