| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkidentity.model |
| Modifier and Type | Method and Description |
|---|---|
AllowMessages |
UpdateAppInstanceUserEndpointRequest.allowMessages()
Boolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
AllowMessages |
AppInstanceUserEndpointSummary.allowMessages()
BBoolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
AllowMessages |
AppInstanceUserEndpoint.allowMessages()
Boolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
AllowMessages |
RegisterAppInstanceUserEndpointRequest.allowMessages()
Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
|
static AllowMessages |
AllowMessages.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AllowMessages |
AllowMessages.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowMessages[] |
AllowMessages.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<AllowMessages> |
AllowMessages.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppInstanceUserEndpointRequest.Builder |
UpdateAppInstanceUserEndpointRequest.Builder.allowMessages(AllowMessages allowMessages)
Boolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
AppInstanceUserEndpointSummary.Builder |
AppInstanceUserEndpointSummary.Builder.allowMessages(AllowMessages allowMessages)
BBoolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
AppInstanceUserEndpoint.Builder |
AppInstanceUserEndpoint.Builder.allowMessages(AllowMessages allowMessages)
Boolean that controls whether the
AppInstanceUserEndpoint is opted in to receive messages. |
RegisterAppInstanceUserEndpointRequest.Builder |
RegisterAppInstanceUserEndpointRequest.Builder.allowMessages(AllowMessages allowMessages)
Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.
|
Copyright © 2023. All rights reserved.