Uses of Interface
software.amazon.awssdk.services.notifications.model.ListChannelsResponse.Builder
-
Packages that use ListChannelsResponse.Builder Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of ListChannelsResponse.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return ListChannelsResponse.Builder Modifier and Type Method Description static ListChannelsResponse.BuilderListChannelsResponse. builder()ListChannelsResponse.BuilderListChannelsResponse.Builder. channels(String... channels)A list of Channels.ListChannelsResponse.BuilderListChannelsResponse.Builder. channels(Collection<String> channels)A list of Channels.ListChannelsResponse.BuilderListChannelsResponse.Builder. nextToken(String nextToken)A pagination token.ListChannelsResponse.BuilderListChannelsResponse. toBuilder()Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type ListChannelsResponse.Builder Modifier and Type Method Description static Class<? extends ListChannelsResponse.Builder>ListChannelsResponse. serializableBuilderClass()
-