| Package | Description |
|---|---|
| software.amazon.awssdk.services.mgn.model | |
| software.amazon.awssdk.services.mgn.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ExportTaskError> |
ListExportErrorsResponse.items()
List export errors response items.
|
| Modifier and Type | Method and Description |
|---|---|
ListExportErrorsResponse.Builder |
ListExportErrorsResponse.Builder.items(ExportTaskError... items)
List export errors response items.
|
| Modifier and Type | Method and Description |
|---|---|
ListExportErrorsResponse.Builder |
ListExportErrorsResponse.Builder.items(Collection<ExportTaskError> items)
List export errors response items.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ExportTaskError> |
ListExportErrorsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ExportTaskError> |
ListExportErrorsIterable.items()
Returns an iterable to iterate through the paginated
ListExportErrorsResponse.items() member. |
Copyright © 2023. All rights reserved.