Uses of Class
software.amazon.awssdk.services.chatbot.model.ChimeWebhookConfiguration
-
Packages that use ChimeWebhookConfiguration Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of ChimeWebhookConfiguration in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return ChimeWebhookConfiguration Modifier and Type Method Description ChimeWebhookConfigurationCreateChimeWebhookConfigurationResponse. webhookConfiguration()Chime webhook configuration.ChimeWebhookConfigurationUpdateChimeWebhookConfigurationResponse. webhookConfiguration()Chime webhook configuration.Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type ChimeWebhookConfiguration Modifier and Type Method Description List<ChimeWebhookConfiguration>DescribeChimeWebhookConfigurationsResponse. webhookConfigurations()A list of Chime webhooks associated with the account.Methods in software.amazon.awssdk.services.chatbot.model with parameters of type ChimeWebhookConfiguration Modifier and Type Method Description CreateChimeWebhookConfigurationResponse.BuilderCreateChimeWebhookConfigurationResponse.Builder. webhookConfiguration(ChimeWebhookConfiguration webhookConfiguration)Chime webhook configuration.UpdateChimeWebhookConfigurationResponse.BuilderUpdateChimeWebhookConfigurationResponse.Builder. webhookConfiguration(ChimeWebhookConfiguration webhookConfiguration)Chime webhook configuration.DescribeChimeWebhookConfigurationsResponse.BuilderDescribeChimeWebhookConfigurationsResponse.Builder. webhookConfigurations(ChimeWebhookConfiguration... webhookConfigurations)A list of Chime webhooks associated with the account.Method parameters in software.amazon.awssdk.services.chatbot.model with type arguments of type ChimeWebhookConfiguration Modifier and Type Method Description DescribeChimeWebhookConfigurationsResponse.BuilderDescribeChimeWebhookConfigurationsResponse.Builder. webhookConfigurations(Collection<ChimeWebhookConfiguration> webhookConfigurations)A list of Chime webhooks associated with the account.
-