Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetMigrationsRequest
-
Packages that use GetMigrationsRequest 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 GetMigrationsRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type GetMigrationsRequest Modifier and Type Method Description default CompletableFuture<GetMigrationsResponse>LexModelBuildingAsyncClient. getMigrations(GetMigrationsRequest 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.default GetMigrationsPublisherLexModelBuildingAsyncClient. getMigrationsPaginator(GetMigrationsRequest getMigrationsRequest)Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.default GetMigrationsIterableLexModelBuildingClient. getMigrationsPaginator(GetMigrationsRequest getMigrationsRequest)Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2. -
Uses of GetMigrationsRequest in software.amazon.awssdk.services.lexmodelbuilding.paginators
Constructors in software.amazon.awssdk.services.lexmodelbuilding.paginators with parameters of type GetMigrationsRequest Constructor Description GetMigrationsIterable(LexModelBuildingClient client, GetMigrationsRequest firstRequest)GetMigrationsPublisher(LexModelBuildingAsyncClient client, GetMigrationsRequest firstRequest) -
Uses of GetMigrationsRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type GetMigrationsRequest Modifier and Type Method Description SdkHttpFullRequestGetMigrationsRequestMarshaller. marshall(GetMigrationsRequest getMigrationsRequest)
-