Uses of Interface
software.amazon.awssdk.services.pinpoint.model.GetEmailChannelResponse.Builder
-
Packages that use GetEmailChannelResponse.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of GetEmailChannelResponse.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return GetEmailChannelResponse.Builder Modifier and Type Method Description static GetEmailChannelResponse.BuilderGetEmailChannelResponse. builder()default GetEmailChannelResponse.BuilderGetEmailChannelResponse.Builder. emailChannelResponse(Consumer<EmailChannelResponse.Builder> emailChannelResponse)Sets the value of the EmailChannelResponse property for this object.GetEmailChannelResponse.BuilderGetEmailChannelResponse.Builder. emailChannelResponse(EmailChannelResponse emailChannelResponse)Sets the value of the EmailChannelResponse property for this object.GetEmailChannelResponse.BuilderGetEmailChannelResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type GetEmailChannelResponse.Builder Modifier and Type Method Description static Class<? extends GetEmailChannelResponse.Builder>GetEmailChannelResponse. serializableBuilderClass()
-