| Package | Description |
|---|---|
| software.amazon.awssdk.services.mgn |
The Application Migration Service service.
|
| software.amazon.awssdk.services.mgn.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListWavesResponse |
MgnClient.listWaves(Consumer<ListWavesRequest.Builder> listWavesRequest)
Retrieves all waves or multiple waves by ID.
|
default ListWavesResponse |
MgnClient.listWaves(ListWavesRequest listWavesRequest)
Retrieves all waves or multiple waves by ID.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListWavesResponse> |
MgnAsyncClient.listWaves(Consumer<ListWavesRequest.Builder> listWavesRequest)
Retrieves all waves or multiple waves by ID.
|
default CompletableFuture<ListWavesResponse> |
MgnAsyncClient.listWaves(ListWavesRequest listWavesRequest)
Retrieves all waves or multiple waves by ID.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListWavesResponse> |
ListWavesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListWavesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListWavesResponse> subscriber) |
Copyright © 2023. All rights reserved.