Uses of Class
software.amazon.awssdk.services.mgn.model.ListExportErrorsResponse
-
Packages that use ListExportErrorsResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.paginators -
-
Uses of ListExportErrorsResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return ListExportErrorsResponse Modifier and Type Method Description default ListExportErrorsResponseMgnClient. listExportErrors(Consumer<ListExportErrorsRequest.Builder> listExportErrorsRequest)List export errors.default ListExportErrorsResponseMgnClient. listExportErrors(ListExportErrorsRequest listExportErrorsRequest)List export errors.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type ListExportErrorsResponse Modifier and Type Method Description default CompletableFuture<ListExportErrorsResponse>MgnAsyncClient. listExportErrors(Consumer<ListExportErrorsRequest.Builder> listExportErrorsRequest)List export errors.default CompletableFuture<ListExportErrorsResponse>MgnAsyncClient. listExportErrors(ListExportErrorsRequest listExportErrorsRequest)List export errors. -
Uses of ListExportErrorsResponse in software.amazon.awssdk.services.mgn.paginators
Methods in software.amazon.awssdk.services.mgn.paginators that return types with arguments of type ListExportErrorsResponse Modifier and Type Method Description Iterator<ListExportErrorsResponse>ListExportErrorsIterable. iterator()Method parameters in software.amazon.awssdk.services.mgn.paginators with type arguments of type ListExportErrorsResponse Modifier and Type Method Description voidListExportErrorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListExportErrorsResponse> subscriber)
-