Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotsResponse
-
Packages that use GetBotsResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.paginators -
-
Uses of GetBotsResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetBotsResponse Modifier and Type Method Description default GetBotsResponseLexModelBuildingClient. getBots()Returns bot information as follows:default GetBotsResponseLexModelBuildingClient. getBots(Consumer<GetBotsRequest.Builder> getBotsRequest)Returns bot information as follows:default GetBotsResponseLexModelBuildingClient. getBots(GetBotsRequest getBotsRequest)Returns bot information as follows:Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetBotsResponse Modifier and Type Method Description default CompletableFuture<GetBotsResponse>LexModelBuildingAsyncClient. getBots()Returns bot information as follows:default CompletableFuture<GetBotsResponse>LexModelBuildingAsyncClient. getBots(Consumer<GetBotsRequest.Builder> getBotsRequest)Returns bot information as follows:default CompletableFuture<GetBotsResponse>LexModelBuildingAsyncClient. getBots(GetBotsRequest getBotsRequest)Returns bot information as follows: -
Uses of GetBotsResponse in software.amazon.awssdk.services.lexmodelbuilding.paginators
Methods in software.amazon.awssdk.services.lexmodelbuilding.paginators that return types with arguments of type GetBotsResponse Modifier and Type Method Description Iterator<GetBotsResponse>GetBotsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelbuilding.paginators with type arguments of type GetBotsResponse Modifier and Type Method Description voidGetBotsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetBotsResponse> subscriber)
-