Uses of Class
software.amazon.awssdk.services.chime.model.CreateBotResponse
-
Packages that use CreateBotResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of CreateBotResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return CreateBotResponse Modifier and Type Method Description default CreateBotResponseChimeClient. createBot(Consumer<CreateBotRequest.Builder> createBotRequest)Creates a bot for an Amazon Chime Enterprise account.default CreateBotResponseChimeClient. createBot(CreateBotRequest createBotRequest)Creates a bot for an Amazon Chime Enterprise account.Methods in software.amazon.awssdk.services.chime that return types with arguments of type CreateBotResponse Modifier and Type Method Description default CompletableFuture<CreateBotResponse>ChimeAsyncClient. createBot(Consumer<CreateBotRequest.Builder> createBotRequest)Creates a bot for an Amazon Chime Enterprise account.default CompletableFuture<CreateBotResponse>ChimeAsyncClient. createBot(CreateBotRequest createBotRequest)Creates a bot for an Amazon Chime Enterprise account.
-