| Package | Description |
|---|---|
| software.amazon.awssdk.services.appfabric.model |
| Modifier and Type | Method and Description |
|---|---|
static ListIngestionsResponse.Builder |
ListIngestionsResponse.builder() |
ListIngestionsResponse.Builder |
ListIngestionsResponse.Builder.ingestions(Collection<IngestionSummary> ingestions)
Contains a list of ingestion summaries.
|
ListIngestionsResponse.Builder |
ListIngestionsResponse.Builder.ingestions(Consumer<IngestionSummary.Builder>... ingestions)
Contains a list of ingestion summaries.
|
ListIngestionsResponse.Builder |
ListIngestionsResponse.Builder.ingestions(IngestionSummary... ingestions)
Contains a list of ingestion summaries.
|
ListIngestionsResponse.Builder |
ListIngestionsResponse.Builder.nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListIngestionsResponse.Builder |
ListIngestionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListIngestionsResponse.Builder> |
ListIngestionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.