Uses of Class
software.amazon.awssdk.services.chimesdkidentity.model.AllowMessages
-
Packages that use AllowMessages Package Description software.amazon.awssdk.services.chimesdkidentity.model -
-
Uses of AllowMessages in software.amazon.awssdk.services.chimesdkidentity.model
Methods in software.amazon.awssdk.services.chimesdkidentity.model that return AllowMessages Modifier and Type Method Description AllowMessagesAppInstanceUserEndpoint. allowMessages()Boolean that controls whether theAppInstanceUserEndpointis opted in to receive messages.AllowMessagesAppInstanceUserEndpointSummary. allowMessages()BBoolean that controls whether theAppInstanceUserEndpointis opted in to receive messages.AllowMessagesRegisterAppInstanceUserEndpointRequest. allowMessages()Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.AllowMessagesUpdateAppInstanceUserEndpointRequest. allowMessages()Boolean that controls whether theAppInstanceUserEndpointis opted in to receive messages.static AllowMessagesAllowMessages. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AllowMessagesAllowMessages. 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.Methods in software.amazon.awssdk.services.chimesdkidentity.model that return types with arguments of type AllowMessages Modifier and Type Method Description static Set<AllowMessages>AllowMessages. knownValues()Methods in software.amazon.awssdk.services.chimesdkidentity.model with parameters of type AllowMessages Modifier and Type Method Description AppInstanceUserEndpoint.BuilderAppInstanceUserEndpoint.Builder. allowMessages(AllowMessages allowMessages)Boolean that controls whether theAppInstanceUserEndpointis opted in to receive messages.AppInstanceUserEndpointSummary.BuilderAppInstanceUserEndpointSummary.Builder. allowMessages(AllowMessages allowMessages)BBoolean that controls whether theAppInstanceUserEndpointis opted in to receive messages.RegisterAppInstanceUserEndpointRequest.BuilderRegisterAppInstanceUserEndpointRequest.Builder. allowMessages(AllowMessages allowMessages)Boolean that controls whether the AppInstanceUserEndpoint is opted in to receive messages.UpdateAppInstanceUserEndpointRequest.BuilderUpdateAppInstanceUserEndpointRequest.Builder. allowMessages(AllowMessages allowMessages)Boolean that controls whether theAppInstanceUserEndpointis opted in to receive messages.
-