Uses of Interface
software.amazon.awssdk.services.medialive.model.ListChannelsResponse.Builder
-
Packages that use ListChannelsResponse.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of ListChannelsResponse.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return ListChannelsResponse.Builder Modifier and Type Method Description static ListChannelsResponse.BuilderListChannelsResponse. builder()ListChannelsResponse.BuilderListChannelsResponse.Builder. channels(Collection<ChannelSummary> channels)Sets the value of the Channels property for this object.ListChannelsResponse.BuilderListChannelsResponse.Builder. channels(Consumer<ChannelSummary.Builder>... channels)Sets the value of the Channels property for this object.ListChannelsResponse.BuilderListChannelsResponse.Builder. channels(ChannelSummary... channels)Sets the value of the Channels property for this object.ListChannelsResponse.BuilderListChannelsResponse.Builder. nextToken(String nextToken)Sets the value of the NextToken property for this object.ListChannelsResponse.BuilderListChannelsResponse. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type ListChannelsResponse.Builder Modifier and Type Method Description static Class<? extends ListChannelsResponse.Builder>ListChannelsResponse. serializableBuilderClass()
-