Uses of Interface
software.amazon.awssdk.services.connect.model.ListBotsRequest.Builder
-
Packages that use ListBotsRequest.Builder Package Description software.amazon.awssdk.services.connect Amazon Connect is a cloud-based contact center solution that you use to set up and manage a customer contact center and provide reliable customer engagement at any scale.software.amazon.awssdk.services.connect.model -
-
Uses of ListBotsRequest.Builder in software.amazon.awssdk.services.connect
Method parameters in software.amazon.awssdk.services.connect with type arguments of type ListBotsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListBotsResponse>ConnectAsyncClient. listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)This API is in preview release for Amazon Connect and is subject to change.default ListBotsResponseConnectClient. listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)This API is in preview release for Amazon Connect and is subject to change.default ListBotsPublisherConnectAsyncClient. listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)This API is in preview release for Amazon Connect and is subject to change.default ListBotsIterableConnectClient. listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)This API is in preview release for Amazon Connect and is subject to change. -
Uses of ListBotsRequest.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ListBotsRequest.Builder Modifier and Type Method Description static ListBotsRequest.BuilderListBotsRequest. builder()ListBotsRequest.BuilderListBotsRequest.Builder. instanceId(String instanceId)The identifier of the Amazon Connect instance.ListBotsRequest.BuilderListBotsRequest.Builder. lexVersion(String lexVersion)The version of Amazon Lex or Amazon Lex V2.ListBotsRequest.BuilderListBotsRequest.Builder. lexVersion(LexVersion lexVersion)The version of Amazon Lex or Amazon Lex V2.ListBotsRequest.BuilderListBotsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per page.ListBotsRequest.BuilderListBotsRequest.Builder. nextToken(String nextToken)The token for the next set of results.ListBotsRequest.BuilderListBotsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBotsRequest.BuilderListBotsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBotsRequest.BuilderListBotsRequest. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type ListBotsRequest.Builder Modifier and Type Method Description static Class<? extends ListBotsRequest.Builder>ListBotsRequest. serializableBuilderClass()
-