Uses of Interface
software.amazon.awssdk.services.connect.model.DisassociateLexBotRequest.Builder
-
Packages that use DisassociateLexBotRequest.Builder Package Description software.amazon.awssdk.services.connect software.amazon.awssdk.services.connect.model -
-
Uses of DisassociateLexBotRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type DisassociateLexBotRequest.Builder Modifier and Type Method Description default CompletableFuture<DisassociateLexBotResponse>ConnectAsyncClient. disassociateLexBot(Consumer<DisassociateLexBotRequest.Builder> disassociateLexBotRequest)This API is in preview release for Amazon Connect and is subject to change.default DisassociateLexBotResponseConnectClient. disassociateLexBot(Consumer<DisassociateLexBotRequest.Builder> disassociateLexBotRequest)This API is in preview release for Amazon Connect and is subject to change. -
Uses of DisassociateLexBotRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return DisassociateLexBotRequest.Builder Modifier and Type Method Description DisassociateLexBotRequest.BuilderDisassociateLexBotRequest.Builder. botName(String botName)The name of the Amazon Lex bot.static DisassociateLexBotRequest.BuilderDisassociateLexBotRequest. builder()DisassociateLexBotRequest.BuilderDisassociateLexBotRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.DisassociateLexBotRequest.BuilderDisassociateLexBotRequest.Builder. lexRegion(String lexRegion)The Amazon Web Services Region in which the Amazon Lex bot has been created.DisassociateLexBotRequest.BuilderDisassociateLexBotRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateLexBotRequest.BuilderDisassociateLexBotRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DisassociateLexBotRequest.BuilderDisassociateLexBotRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type DisassociateLexBotRequest.Builder Modifier and Type Method Description static Class<? extends DisassociateLexBotRequest.Builder>DisassociateLexBotRequest. serializableBuilderClass()
-