Uses of Class
software.amazon.awssdk.services.mgn.model.ListImportErrorsResponse
-
Packages that use ListImportErrorsResponse Package Description software.amazon.awssdk.services.mgn The Application Migration Service service.software.amazon.awssdk.services.mgn.paginators -
-
Uses of ListImportErrorsResponse in software.amazon.awssdk.services.mgn
Methods in software.amazon.awssdk.services.mgn that return ListImportErrorsResponse Modifier and Type Method Description default ListImportErrorsResponseMgnClient. listImportErrors(Consumer<ListImportErrorsRequest.Builder> listImportErrorsRequest)List import errors.default ListImportErrorsResponseMgnClient. listImportErrors(ListImportErrorsRequest listImportErrorsRequest)List import errors.Methods in software.amazon.awssdk.services.mgn that return types with arguments of type ListImportErrorsResponse Modifier and Type Method Description default CompletableFuture<ListImportErrorsResponse>MgnAsyncClient. listImportErrors(Consumer<ListImportErrorsRequest.Builder> listImportErrorsRequest)List import errors.default CompletableFuture<ListImportErrorsResponse>MgnAsyncClient. listImportErrors(ListImportErrorsRequest listImportErrorsRequest)List import errors. -
Uses of ListImportErrorsResponse in software.amazon.awssdk.services.mgn.paginators
Methods in software.amazon.awssdk.services.mgn.paginators that return types with arguments of type ListImportErrorsResponse Modifier and Type Method Description Iterator<ListImportErrorsResponse>ListImportErrorsIterable. iterator()Method parameters in software.amazon.awssdk.services.mgn.paginators with type arguments of type ListImportErrorsResponse Modifier and Type Method Description voidListImportErrorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListImportErrorsResponse> subscriber)
-