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