Uses of Interface
software.amazon.awssdk.services.mediatailor.model.ListSourceLocationsResponse.Builder
-
Packages that use ListSourceLocationsResponse.Builder Package Description software.amazon.awssdk.services.mediatailor.model -
-
Uses of ListSourceLocationsResponse.Builder in software.amazon.awssdk.services.mediatailor.model
Methods in software.amazon.awssdk.services.mediatailor.model that return ListSourceLocationsResponse.Builder Modifier and Type Method Description static ListSourceLocationsResponse.BuilderListSourceLocationsResponse. builder()ListSourceLocationsResponse.BuilderListSourceLocationsResponse.Builder. items(Collection<SourceLocation> items)A list of source locations.ListSourceLocationsResponse.BuilderListSourceLocationsResponse.Builder. items(Consumer<SourceLocation.Builder>... items)A list of source locations.ListSourceLocationsResponse.BuilderListSourceLocationsResponse.Builder. items(SourceLocation... items)A list of source locations.ListSourceLocationsResponse.BuilderListSourceLocationsResponse.Builder. nextToken(String nextToken)Pagination token returned by the list request when results exceed the maximum allowed.ListSourceLocationsResponse.BuilderListSourceLocationsResponse. toBuilder()Methods in software.amazon.awssdk.services.mediatailor.model that return types with arguments of type ListSourceLocationsResponse.Builder Modifier and Type Method Description static Class<? extends ListSourceLocationsResponse.Builder>ListSourceLocationsResponse. serializableBuilderClass()
-