Uses of Interface
software.amazon.awssdk.services.pinpoint.model.GetEmailChannelRequest.Builder
-
Packages that use GetEmailChannelRequest.Builder Package Description software.amazon.awssdk.services.pinpoint Doc Engage API - Amazon Pinpoint APIsoftware.amazon.awssdk.services.pinpoint.model -
-
Uses of GetEmailChannelRequest.Builder in software.amazon.awssdk.services.pinpoint
Method parameters in software.amazon.awssdk.services.pinpoint with type arguments of type GetEmailChannelRequest.Builder Modifier and Type Method Description default CompletableFuture<GetEmailChannelResponse>PinpointAsyncClient. getEmailChannel(Consumer<GetEmailChannelRequest.Builder> getEmailChannelRequest)Retrieves information about the status and settings of the email channel for an application.default GetEmailChannelResponsePinpointClient. getEmailChannel(Consumer<GetEmailChannelRequest.Builder> getEmailChannelRequest)Retrieves information about the status and settings of the email channel for an application. -
Uses of GetEmailChannelRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return GetEmailChannelRequest.Builder Modifier and Type Method Description GetEmailChannelRequest.BuilderGetEmailChannelRequest.Builder. applicationId(String applicationId)The unique identifier for the application.static GetEmailChannelRequest.BuilderGetEmailChannelRequest. builder()GetEmailChannelRequest.BuilderGetEmailChannelRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEmailChannelRequest.BuilderGetEmailChannelRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEmailChannelRequest.BuilderGetEmailChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type GetEmailChannelRequest.Builder Modifier and Type Method Description static Class<? extends GetEmailChannelRequest.Builder>GetEmailChannelRequest. serializableBuilderClass()
-