| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model | |
| software.amazon.awssdk.services.appfabric.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<IngestionSummary> |
ListIngestionsResponse.ingestions()
Contains a list of ingestion summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListIngestionsResponse.Builder |
ListIngestionsResponse.Builder.ingestions(IngestionSummary... ingestions)
Contains a list of ingestion summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListIngestionsResponse.Builder |
ListIngestionsResponse.Builder.ingestions(Collection<IngestionSummary> ingestions)
Contains a list of ingestion summaries.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<IngestionSummary> |
ListIngestionsIterable.ingestions()
Returns an iterable to iterate through the paginated
ListIngestionsResponse.ingestions() member. |
SdkPublisher<IngestionSummary> |
ListIngestionsPublisher.ingestions()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.