Uses of Interface
software.amazon.awssdk.services.appfabric.model.ListIngestionsResponse.Builder
-
Packages that use ListIngestionsResponse.Builder Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of ListIngestionsResponse.Builder in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return ListIngestionsResponse.Builder Modifier and Type Method Description static ListIngestionsResponse.BuilderListIngestionsResponse. builder()ListIngestionsResponse.BuilderListIngestionsResponse.Builder. ingestions(Collection<IngestionSummary> ingestions)Contains a list of ingestion summaries.ListIngestionsResponse.BuilderListIngestionsResponse.Builder. ingestions(Consumer<IngestionSummary.Builder>... ingestions)Contains a list of ingestion summaries.ListIngestionsResponse.BuilderListIngestionsResponse.Builder. ingestions(IngestionSummary... ingestions)Contains a list of ingestion summaries.ListIngestionsResponse.BuilderListIngestionsResponse.Builder. nextToken(String nextToken)IfnextTokenis returned, there are more results available.ListIngestionsResponse.BuilderListIngestionsResponse. toBuilder()Methods in software.amazon.awssdk.services.appfabric.model that return types with arguments of type ListIngestionsResponse.Builder Modifier and Type Method Description static Class<? extends ListIngestionsResponse.Builder>ListIngestionsResponse. serializableBuilderClass()
-