| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelbuilding |
|
| software.amazon.awssdk.services.lexmodelbuilding.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetMigrationsResponse |
LexModelBuildingClient.getMigrations(Consumer<GetMigrationsRequest.Builder> getMigrationsRequest)
Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.
|
default GetMigrationsResponse |
LexModelBuildingClient.getMigrations(GetMigrationsRequest getMigrationsRequest)
Gets a list of migrations between Amazon Lex V1 and Amazon Lex V2.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetMigrationsResponse> |
GetMigrationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetMigrationsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetMigrationsResponse> subscriber) |
Copyright © 2023. All rights reserved.