Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetIntentVersionsResponse
-
Packages that use GetIntentVersionsResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.paginators -
-
Uses of GetIntentVersionsResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetIntentVersionsResponse Modifier and Type Method Description default GetIntentVersionsResponseLexModelBuildingClient. getIntentVersions(Consumer<GetIntentVersionsRequest.Builder> getIntentVersionsRequest)Gets information about all of the versions of an intent.default GetIntentVersionsResponseLexModelBuildingClient. getIntentVersions(GetIntentVersionsRequest getIntentVersionsRequest)Gets information about all of the versions of an intent.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetIntentVersionsResponse Modifier and Type Method Description default CompletableFuture<GetIntentVersionsResponse>LexModelBuildingAsyncClient. getIntentVersions(Consumer<GetIntentVersionsRequest.Builder> getIntentVersionsRequest)Gets information about all of the versions of an intent.default CompletableFuture<GetIntentVersionsResponse>LexModelBuildingAsyncClient. getIntentVersions(GetIntentVersionsRequest getIntentVersionsRequest)Gets information about all of the versions of an intent. -
Uses of GetIntentVersionsResponse in software.amazon.awssdk.services.lexmodelbuilding.paginators
Methods in software.amazon.awssdk.services.lexmodelbuilding.paginators that return types with arguments of type GetIntentVersionsResponse Modifier and Type Method Description Iterator<GetIntentVersionsResponse>GetIntentVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelbuilding.paginators with type arguments of type GetIntentVersionsResponse Modifier and Type Method Description voidGetIntentVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetIntentVersionsResponse> subscriber)
-