Uses of Interface
software.amazon.awssdk.services.pinpoint.model.UpdateEmailChannelRequest.Builder
-
Packages that use UpdateEmailChannelRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of UpdateEmailChannelRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type UpdateEmailChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateEmailChannelResponse>PinpointAsyncClient. updateEmailChannel(Consumer<UpdateEmailChannelRequest.Builder> updateEmailChannelRequest)Enables the email channel for an application or updates the status and settings of the email channel for an application.default UpdateEmailChannelResponsePinpointClient. updateEmailChannel(Consumer<UpdateEmailChannelRequest.Builder> updateEmailChannelRequest)Enables the email channel for an application or updates the status and settings of the email channel for an application. -
Uses of UpdateEmailChannelRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return UpdateEmailChannelRequest.Builder Modifier and Type Method Description UpdateEmailChannelRequest.BuilderUpdateEmailChannelRequest.Builder. applicationId(String applicationId)The unique identifier for the application.static UpdateEmailChannelRequest.BuilderUpdateEmailChannelRequest. builder()default UpdateEmailChannelRequest.BuilderUpdateEmailChannelRequest.Builder. emailChannelRequest(Consumer<EmailChannelRequest.Builder> emailChannelRequest)Sets the value of the EmailChannelRequest property for this object.UpdateEmailChannelRequest.BuilderUpdateEmailChannelRequest.Builder. emailChannelRequest(EmailChannelRequest emailChannelRequest)Sets the value of the EmailChannelRequest property for this object.UpdateEmailChannelRequest.BuilderUpdateEmailChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEmailChannelRequest.BuilderUpdateEmailChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEmailChannelRequest.BuilderUpdateEmailChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type UpdateEmailChannelRequest.Builder Modifier and Type Method Description static Class<? extends UpdateEmailChannelRequest.Builder>UpdateEmailChannelRequest. serializableBuilderClass()
-