Uses of Class
software.amazon.awssdk.services.mediatailor.model.SourceLocation
-
Packages that use SourceLocation Package Description software.amazon.awssdk.services.mediatailor.model software.amazon.awssdk.services.mediatailor.paginators -
-
Uses of SourceLocation in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type SourceLocation Modifier and Type Method Description List<SourceLocation>ListSourceLocationsResponse. items()A list of source locations.Methods in software.amazon.awssdk.services.mediatailor.model with parameters of type SourceLocation Modifier and Type Method Description ListSourceLocationsResponse.BuilderListSourceLocationsResponse.Builder. items(SourceLocation... items)A list of source locations.Method parameters in software.amazon.awssdk.services.mediatailor.model with type arguments of type SourceLocation Modifier and Type Method Description ListSourceLocationsResponse.BuilderListSourceLocationsResponse.Builder. items(Collection<SourceLocation> items)A list of source locations. -
Uses of SourceLocation in software.amazon.awssdk.services.mediatailor.paginators
Methods in software.amazon.awssdk.services.mediatailor.paginators that return types with arguments of type SourceLocation Modifier and Type Method Description SdkIterable<SourceLocation>ListSourceLocationsIterable. items()Returns an iterable to iterate through the paginatedListSourceLocationsResponse.items()member.SdkPublisher<SourceLocation>ListSourceLocationsPublisher. items()Returns a publisher that can be used to get a stream of data.
-