Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetMigrationsResponse
-
Packages that use GetMigrationsResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.paginators -
-
Uses of GetMigrationsResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetMigrationsResponse Modifier and Type Method Description default GetMigrationsResponseLexModelBuildingClient. getMigrations(Consumer<GetMigrationsRequest.Builder> getMigrationsRequest)Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.default GetMigrationsResponseLexModelBuildingClient. getMigrations(GetMigrationsRequest getMigrationsRequest)Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetMigrationsResponse Modifier and Type Method Description default CompletableFuture<GetMigrationsResponse>LexModelBuildingAsyncClient. getMigrations(Consumer<GetMigrationsRequest.Builder> getMigrationsRequest)Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.default CompletableFuture<GetMigrationsResponse>LexModelBuildingAsyncClient. getMigrations(GetMigrationsRequest getMigrationsRequest)Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2. -
Uses of GetMigrationsResponse in software.amazon.awssdk.services.lexmodelbuilding.paginators
Methods in software.amazon.awssdk.services.lexmodelbuilding.paginators that return types with arguments of type GetMigrationsResponse Modifier and Type Method Description Iterator<GetMigrationsResponse>GetMigrationsIterable. iterator()Method parameters in software.amazon.awssdk.services.lexmodelbuilding.paginators with type arguments of type GetMigrationsResponse Modifier and Type Method Description voidGetMigrationsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetMigrationsResponse> subscriber)
-