Uses of Class
software.amazon.awssdk.services.chime.model.GetBotResponse
-
Packages that use GetBotResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of GetBotResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return GetBotResponse Modifier and Type Method Description default GetBotResponseChimeClient. getBot(Consumer<GetBotRequest.Builder> getBotRequest)Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.default GetBotResponseChimeClient. getBot(GetBotRequest getBotRequest)Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.Methods in software.amazon.awssdk.services.chime that return types with arguments of type GetBotResponse Modifier and Type Method Description default CompletableFuture<GetBotResponse>ChimeAsyncClient. getBot(Consumer<GetBotRequest.Builder> getBotRequest)Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.default CompletableFuture<GetBotResponse>ChimeAsyncClient. getBot(GetBotRequest getBotRequest)Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.
-