Uses of Class
software.amazon.awssdk.services.mgn.model.ListWavesResponse
-
Packages that use ListWavesResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.paginators -
-
Uses of ListWavesResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return ListWavesResponse Modifier and Type Method Description default ListWavesResponseMgnClient. listWaves(Consumer<ListWavesRequest.Builder> listWavesRequest)Retrieves all waves or multiple waves by ID.default ListWavesResponseMgnClient. listWaves(ListWavesRequest listWavesRequest)Retrieves all waves or multiple waves by ID.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type ListWavesResponse Modifier and Type Method 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. -
Uses of ListWavesResponse in software.amazon.awssdk.services.mgn.paginators
Methods in software.amazon.awssdk.services.mgn.paginators that return types with arguments of type ListWavesResponse Modifier and Type Method Description Iterator<ListWavesResponse>ListWavesIterable. iterator()Method parameters in software.amazon.awssdk.services.mgn.paginators with type arguments of type ListWavesResponse Modifier and Type Method Description voidListWavesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWavesResponse> subscriber)
-