| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model | |
| software.amazon.awssdk.services.mediatailor.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<SourceLocation> |
ListSourceLocationsResponse.items()
A list of source locations.
|
| Modifier and Type | Method and Description |
|---|---|
ListSourceLocationsResponse.Builder |
ListSourceLocationsResponse.Builder.items(SourceLocation... items)
A list of source locations.
|
| Modifier and Type | Method and Description |
|---|---|
ListSourceLocationsResponse.Builder |
ListSourceLocationsResponse.Builder.items(Collection<SourceLocation> items)
A list of source locations.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<SourceLocation> |
ListSourceLocationsPublisher.items()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<SourceLocation> |
ListSourceLocationsIterable.items()
Returns an iterable to iterate through the paginated
ListSourceLocationsResponse.items() member. |
Copyright © 2023. All rights reserved.