Uses of Interface
software.amazon.awssdk.services.chime.model.GetBotRequest.Builder
-
Packages that use GetBotRequest.Builder Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.model -
-
Uses of GetBotRequest.Builder in software.amazon.awssdk.services.chime
Method parameters in software.amazon.awssdk.services.chime with type arguments of type GetBotRequest.Builder 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 GetBotResponseChimeClient. getBot(Consumer<GetBotRequest.Builder> getBotRequest)Retrieves details for the specified bot, such as bot email address, bot type, status, and display name. -
Uses of GetBotRequest.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return GetBotRequest.Builder Modifier and Type Method Description GetBotRequest.BuilderGetBotRequest.Builder. accountId(String accountId)The Amazon Chime account ID.GetBotRequest.BuilderGetBotRequest.Builder. botId(String botId)The bot ID.static GetBotRequest.BuilderGetBotRequest. builder()GetBotRequest.BuilderGetBotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBotRequest.BuilderGetBotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBotRequest.BuilderGetBotRequest. toBuilder()Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type GetBotRequest.Builder Modifier and Type Method Description static Class<? extends GetBotRequest.Builder>GetBotRequest. serializableBuilderClass()
-