Uses of Class
software.amazon.awssdk.services.mgn.model.ImportTaskError
-
Packages that use ImportTaskError Package Description software.amazon.awssdk.services.mgn.model software.amazon.awssdk.services.mgn.paginators -
-
Uses of ImportTaskError in software.amazon.awssdk.services.mgn.model
Methods in software.amazon.awssdk.services.mgn.model that return types with arguments of type ImportTaskError Modifier and Type Method Description List<ImportTaskError>ListImportErrorsResponse. items()List imports errors response items.Methods in software.amazon.awssdk.services.mgn.model with parameters of type ImportTaskError Modifier and Type Method Description ListImportErrorsResponse.BuilderListImportErrorsResponse.Builder. items(ImportTaskError... items)List imports errors response items.Method parameters in software.amazon.awssdk.services.mgn.model with type arguments of type ImportTaskError Modifier and Type Method Description ListImportErrorsResponse.BuilderListImportErrorsResponse.Builder. items(Collection<ImportTaskError> items)List imports errors response items. -
Uses of ImportTaskError in software.amazon.awssdk.services.mgn.paginators
Methods in software.amazon.awssdk.services.mgn.paginators that return types with arguments of type ImportTaskError Modifier and Type Method Description SdkIterable<ImportTaskError>ListImportErrorsIterable. items()Returns an iterable to iterate through the paginatedListImportErrorsResponse.items()member.SdkPublisher<ImportTaskError>ListImportErrorsPublisher. items()Returns a publisher that can be used to get a stream of data.
-