Uses of Class
software.amazon.awssdk.services.chime.model.UpdateBotResponse
-
Packages that use UpdateBotResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of UpdateBotResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return UpdateBotResponse Modifier and Type Method Description default UpdateBotResponseChimeClient. updateBot(Consumer<UpdateBotRequest.Builder> updateBotRequest)Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.default UpdateBotResponseChimeClient. updateBot(UpdateBotRequest updateBotRequest)Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.Methods in software.amazon.awssdk.services.chime that return types with arguments of type UpdateBotResponse Modifier and Type Method Description default CompletableFuture<UpdateBotResponse>ChimeAsyncClient. updateBot(Consumer<UpdateBotRequest.Builder> updateBotRequest)Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.default CompletableFuture<UpdateBotResponse>ChimeAsyncClient. updateBot(UpdateBotRequest updateBotRequest)Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.
-