Uses of Interface
software.amazon.awssdk.services.chime.model.ListBotsRequest.Builder
-
Packages that use ListBotsRequest.Builder Package Description software.amazon.awssdk.services.chime software.amazon.awssdk.services.chime.model -
-
Uses of ListBotsRequest.Builder in software.amazon.awssdk.services.chime
Method parameters in software.amazon.awssdk.services.chime with type arguments of type ListBotsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListBotsResponse>ChimeAsyncClient. listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.default ListBotsResponseChimeClient. listBots(Consumer<ListBotsRequest.Builder> listBotsRequest)Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.default ListBotsPublisherChimeAsyncClient. listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)This is a variant ofChimeAsyncClient.listBots(software.amazon.awssdk.services.chime.model.ListBotsRequest)operation.default ListBotsIterableChimeClient. listBotsPaginator(Consumer<ListBotsRequest.Builder> listBotsRequest)This is a variant ofChimeClient.listBots(software.amazon.awssdk.services.chime.model.ListBotsRequest)operation. -
Uses of ListBotsRequest.Builder in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return ListBotsRequest.Builder Modifier and Type Method Description ListBotsRequest.BuilderListBotsRequest.Builder. accountId(String accountId)The Amazon Chime account ID.static ListBotsRequest.BuilderListBotsRequest. builder()ListBotsRequest.BuilderListBotsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in a single call.ListBotsRequest.BuilderListBotsRequest.Builder. nextToken(String nextToken)The token to use to retrieve the next page 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.chime.model that return types with arguments of type ListBotsRequest.Builder Modifier and Type Method Description static Class<? extends ListBotsRequest.Builder>ListBotsRequest. serializableBuilderClass()
-