Uses of Interface
software.amazon.awssdk.services.pinpoint.model.ChannelsResponse.Builder
-
Packages that use ChannelsResponse.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ChannelsResponse.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return ChannelsResponse.Builder Modifier and Type Method Description static ChannelsResponse.BuilderChannelsResponse. builder()ChannelsResponse.BuilderChannelsResponse.Builder. channels(Map<String,ChannelResponse> channels)A map that contains a multipart response for each channel.ChannelsResponse.BuilderChannelsResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ChannelsResponse.Builder Modifier and Type Method Description static Class<? extends ChannelsResponse.Builder>ChannelsResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type ChannelsResponse.Builder Modifier and Type Method Description default GetChannelsResponse.BuilderGetChannelsResponse.Builder. channelsResponse(Consumer<ChannelsResponse.Builder> channelsResponse)Sets the value of the ChannelsResponse property for this object.
-