Uses of Class
software.amazon.awssdk.services.mgn.model.ListWavesRequest
-
Packages that use ListWavesRequest Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.paginators software.amazon.awssdk.services.mgn.transform -
-
Uses of ListWavesRequest in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn with parameters of type ListWavesRequest Modifier and Type Method Description default CompletableFuture<ListWavesResponse>MgnAsyncClient. listWaves(ListWavesRequest listWavesRequest)Retrieves all waves or multiple waves by ID.default ListWavesResponseMgnClient. listWaves(ListWavesRequest listWavesRequest)Retrieves all waves or multiple waves by ID.default ListWavesPublisherMgnAsyncClient. listWavesPaginator(ListWavesRequest listWavesRequest)This is a variant ofMgnAsyncClient.listWaves(software.amazon.awssdk.services.mgn.model.ListWavesRequest)operation.default ListWavesIterableMgnClient. listWavesPaginator(ListWavesRequest listWavesRequest)This is a variant ofMgnClient.listWaves(software.amazon.awssdk.services.mgn.model.ListWavesRequest)operation. -
Uses of ListWavesRequest in software.amazon.awssdk.services.mgn.paginators
Constructors in software.amazon.awssdk.services.mgn.paginators with parameters of type ListWavesRequest Constructor Description ListWavesIterable(MgnClient client, ListWavesRequest firstRequest)ListWavesPublisher(MgnAsyncClient client, ListWavesRequest firstRequest) -
Uses of ListWavesRequest in software.amazon.awssdk.services.mgn.transform
Methods in software.amazon.awssdk.services.mgn.transform with parameters of type ListWavesRequest Modifier and Type Method Description SdkHttpFullRequestListWavesRequestMarshaller. marshall(ListWavesRequest listWavesRequest)
-