Uses of Class
software.amazon.awssdk.services.chime.model.UpdateBotRequest
-
Packages that use UpdateBotRequest Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.transform -
-
Uses of UpdateBotRequest in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime with parameters of type UpdateBotRequest Modifier and Type Method Description 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.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. -
Uses of UpdateBotRequest in software.amazon.awssdk.services.chime.transform
Methods in software.amazon.awssdk.services.chime.transform with parameters of type UpdateBotRequest Modifier and Type Method Description SdkHttpFullRequestUpdateBotRequestMarshaller. marshall(UpdateBotRequest updateBotRequest)
-