Uses of Class
software.amazon.awssdk.services.chatbot.model.ChimeWebhookConfiguration
-
Packages that use ChimeWebhookConfiguration Package Description software.amazon.awssdk.services.chatbot.model software.amazon.awssdk.services.chatbot.paginators -
-
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()An Amazon Chime webhook configuration.ChimeWebhookConfigurationUpdateChimeWebhookConfigurationResponse. webhookConfiguration()A Amazon 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 Amazon 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)An Amazon Chime webhook configuration.UpdateChimeWebhookConfigurationResponse.BuilderUpdateChimeWebhookConfigurationResponse.Builder. webhookConfiguration(ChimeWebhookConfiguration webhookConfiguration)A Amazon Chime webhook configuration.DescribeChimeWebhookConfigurationsResponse.BuilderDescribeChimeWebhookConfigurationsResponse.Builder. webhookConfigurations(ChimeWebhookConfiguration... webhookConfigurations)A list of Amazon 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 Amazon Chime webhooks associated with the account. -
Uses of ChimeWebhookConfiguration in software.amazon.awssdk.services.chatbot.paginators
Methods in software.amazon.awssdk.services.chatbot.paginators that return types with arguments of type ChimeWebhookConfiguration Modifier and Type Method Description SdkIterable<ChimeWebhookConfiguration>DescribeChimeWebhookConfigurationsIterable. webhookConfigurations()Returns an iterable to iterate through the paginatedDescribeChimeWebhookConfigurationsResponse.webhookConfigurations()member.SdkPublisher<ChimeWebhookConfiguration>DescribeChimeWebhookConfigurationsPublisher. webhookConfigurations()Returns a publisher that can be used to get a stream of data.
-