Uses of Class
software.amazon.awssdk.services.chime.model.GetBotRequest
-
Packages that use GetBotRequest Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.transform -
-
Uses of GetBotRequest in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime with parameters of type GetBotRequest Modifier and Type Method Description default CompletableFuture<GetBotResponse>ChimeAsyncClient. getBot(GetBotRequest 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. -
Uses of GetBotRequest in software.amazon.awssdk.services.chime.transform
Methods in software.amazon.awssdk.services.chime.transform with parameters of type GetBotRequest Modifier and Type Method Description SdkHttpFullRequestGetBotRequestMarshaller. marshall(GetBotRequest getBotRequest)
-