Uses of Class
software.amazon.awssdk.services.mgn.model.ListExportsResponse
-
Packages that use ListExportsResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.paginators -
-
Uses of ListExportsResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return ListExportsResponse Modifier and Type Method Description default ListExportsResponseMgnClient. listExports(Consumer<ListExportsRequest.Builder> listExportsRequest)List exports.default ListExportsResponseMgnClient. listExports(ListExportsRequest listExportsRequest)List exports.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type ListExportsResponse Modifier and Type Method Description default CompletableFuture<ListExportsResponse>MgnAsyncClient. listExports(Consumer<ListExportsRequest.Builder> listExportsRequest)List exports.default CompletableFuture<ListExportsResponse>MgnAsyncClient. listExports(ListExportsRequest listExportsRequest)List exports. -
Uses of ListExportsResponse in software.amazon.awssdk.services.mgn.paginators
Methods in software.amazon.awssdk.services.mgn.paginators that return types with arguments of type ListExportsResponse Modifier and Type Method Description Iterator<ListExportsResponse>ListExportsIterable. iterator()Method parameters in software.amazon.awssdk.services.mgn.paginators with type arguments of type ListExportsResponse Modifier and Type Method Description voidListExportsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListExportsResponse> subscriber)
-