Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetBotsRequest
-
Packages that use GetBotsRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.paginators software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of GetBotsRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type GetBotsRequest Modifier and Type Method Description default CompletableFuture<GetBotsResponse>LexModelBuildingAsyncClient. getBots(GetBotsRequest getBotsRequest)Returns bot information as follows:default GetBotsResponseLexModelBuildingClient. getBots(GetBotsRequest getBotsRequest)Returns bot information as follows:default GetBotsPublisherLexModelBuildingAsyncClient. getBotsPaginator(GetBotsRequest getBotsRequest)This is a variant ofLexModelBuildingAsyncClient.getBots(software.amazon.awssdk.services.lexmodelbuilding.model.GetBotsRequest)operation.default GetBotsIterableLexModelBuildingClient. getBotsPaginator(GetBotsRequest getBotsRequest)This is a variant ofLexModelBuildingClient.getBots(software.amazon.awssdk.services.lexmodelbuilding.model.GetBotsRequest)operation. -
Uses of GetBotsRequest in software.amazon.awssdk.services.lexmodelbuilding.paginators
Constructors in software.amazon.awssdk.services.lexmodelbuilding.paginators with parameters of type GetBotsRequest Constructor Description GetBotsIterable(LexModelBuildingClient client, GetBotsRequest firstRequest)GetBotsPublisher(LexModelBuildingAsyncClient client, GetBotsRequest firstRequest) -
Uses of GetBotsRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type GetBotsRequest Modifier and Type Method Description SdkHttpFullRequestGetBotsRequestMarshaller. marshall(GetBotsRequest getBotsRequest)
-