@Generated(value="software.amazon.awssdk:codegen") public interface PinpointAsyncClient extends SdkClient
builder()
method.
Doc Engage API - Amazon Pinpoint API
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static PinpointAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
PinpointAsyncClient. |
static PinpointAsyncClient |
create()
Create a
PinpointAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CompletableFuture<CreateAppResponse> |
createApp(Consumer<CreateAppRequest.Builder> createAppRequest)
Creates an application.
|
default CompletableFuture<CreateAppResponse> |
createApp(CreateAppRequest createAppRequest)
Creates an application.
|
default CompletableFuture<CreateCampaignResponse> |
createCampaign(Consumer<CreateCampaignRequest.Builder> createCampaignRequest)
Creates a new campaign for an application or updates the settings of an existing campaign for an application.
|
default CompletableFuture<CreateCampaignResponse> |
createCampaign(CreateCampaignRequest createCampaignRequest)
Creates a new campaign for an application or updates the settings of an existing campaign for an application.
|
default CompletableFuture<CreateEmailTemplateResponse> |
createEmailTemplate(Consumer<CreateEmailTemplateRequest.Builder> createEmailTemplateRequest)
Creates a message template for messages that are sent through the email channel.
|
default CompletableFuture<CreateEmailTemplateResponse> |
createEmailTemplate(CreateEmailTemplateRequest createEmailTemplateRequest)
Creates a message template for messages that are sent through the email channel.
|
default CompletableFuture<CreateExportJobResponse> |
createExportJob(Consumer<CreateExportJobRequest.Builder> createExportJobRequest)
Creates an export job for an application.
|
default CompletableFuture<CreateExportJobResponse> |
createExportJob(CreateExportJobRequest createExportJobRequest)
Creates an export job for an application.
|
default CompletableFuture<CreateImportJobResponse> |
createImportJob(Consumer<CreateImportJobRequest.Builder> createImportJobRequest)
Creates an import job for an application.
|
default CompletableFuture<CreateImportJobResponse> |
createImportJob(CreateImportJobRequest createImportJobRequest)
Creates an import job for an application.
|
default CompletableFuture<CreateJourneyResponse> |
createJourney(Consumer<CreateJourneyRequest.Builder> createJourneyRequest)
Creates a journey for an application.
|
default CompletableFuture<CreateJourneyResponse> |
createJourney(CreateJourneyRequest createJourneyRequest)
Creates a journey for an application.
|
default CompletableFuture<CreatePushTemplateResponse> |
createPushTemplate(Consumer<CreatePushTemplateRequest.Builder> createPushTemplateRequest)
Creates a message template for messages that are sent through a push notification channel.
|
default CompletableFuture<CreatePushTemplateResponse> |
createPushTemplate(CreatePushTemplateRequest createPushTemplateRequest)
Creates a message template for messages that are sent through a push notification channel.
|
default CompletableFuture<CreateSegmentResponse> |
createSegment(Consumer<CreateSegmentRequest.Builder> createSegmentRequest)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an
existing segment that's associated with an application.
|
default CompletableFuture<CreateSegmentResponse> |
createSegment(CreateSegmentRequest createSegmentRequest)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an
existing segment that's associated with an application.
|
default CompletableFuture<CreateSmsTemplateResponse> |
createSmsTemplate(Consumer<CreateSmsTemplateRequest.Builder> createSmsTemplateRequest)
Creates a message template for messages that are sent through the SMS channel.
|
default CompletableFuture<CreateSmsTemplateResponse> |
createSmsTemplate(CreateSmsTemplateRequest createSmsTemplateRequest)
Creates a message template for messages that are sent through the SMS channel.
|
default CompletableFuture<CreateVoiceTemplateResponse> |
createVoiceTemplate(Consumer<CreateVoiceTemplateRequest.Builder> createVoiceTemplateRequest)
Creates a message template for messages that are sent through the voice channel.
|
default CompletableFuture<CreateVoiceTemplateResponse> |
createVoiceTemplate(CreateVoiceTemplateRequest createVoiceTemplateRequest)
Creates a message template for messages that are sent through the voice channel.
|
default CompletableFuture<DeleteAdmChannelResponse> |
deleteAdmChannel(Consumer<DeleteAdmChannelRequest.Builder> deleteAdmChannelRequest)
Disables the ADM channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteAdmChannelResponse> |
deleteAdmChannel(DeleteAdmChannelRequest deleteAdmChannelRequest)
Disables the ADM channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteApnsChannelResponse> |
deleteApnsChannel(Consumer<DeleteApnsChannelRequest.Builder> deleteApnsChannelRequest)
Disables the APNs channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteApnsChannelResponse> |
deleteApnsChannel(DeleteApnsChannelRequest deleteApnsChannelRequest)
Disables the APNs channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteApnsSandboxChannelResponse> |
deleteApnsSandboxChannel(Consumer<DeleteApnsSandboxChannelRequest.Builder> deleteApnsSandboxChannelRequest)
Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteApnsSandboxChannelResponse> |
deleteApnsSandboxChannel(DeleteApnsSandboxChannelRequest deleteApnsSandboxChannelRequest)
Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteApnsVoipChannelResponse> |
deleteApnsVoipChannel(Consumer<DeleteApnsVoipChannelRequest.Builder> deleteApnsVoipChannelRequest)
Disables the APNs VoIP channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteApnsVoipChannelResponse> |
deleteApnsVoipChannel(DeleteApnsVoipChannelRequest deleteApnsVoipChannelRequest)
Disables the APNs VoIP channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteApnsVoipSandboxChannelResponse> |
deleteApnsVoipSandboxChannel(Consumer<DeleteApnsVoipSandboxChannelRequest.Builder> deleteApnsVoipSandboxChannelRequest)
Disables the APNs VoIP sandbox channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteApnsVoipSandboxChannelResponse> |
deleteApnsVoipSandboxChannel(DeleteApnsVoipSandboxChannelRequest deleteApnsVoipSandboxChannelRequest)
Disables the APNs VoIP sandbox channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteAppResponse> |
deleteApp(Consumer<DeleteAppRequest.Builder> deleteAppRequest)
Deletes an application.
|
default CompletableFuture<DeleteAppResponse> |
deleteApp(DeleteAppRequest deleteAppRequest)
Deletes an application.
|
default CompletableFuture<DeleteBaiduChannelResponse> |
deleteBaiduChannel(Consumer<DeleteBaiduChannelRequest.Builder> deleteBaiduChannelRequest)
Disables the Baidu channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteBaiduChannelResponse> |
deleteBaiduChannel(DeleteBaiduChannelRequest deleteBaiduChannelRequest)
Disables the Baidu channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteCampaignResponse> |
deleteCampaign(Consumer<DeleteCampaignRequest.Builder> deleteCampaignRequest)
Deletes a campaign from an application.
|
default CompletableFuture<DeleteCampaignResponse> |
deleteCampaign(DeleteCampaignRequest deleteCampaignRequest)
Deletes a campaign from an application.
|
default CompletableFuture<DeleteEmailChannelResponse> |
deleteEmailChannel(Consumer<DeleteEmailChannelRequest.Builder> deleteEmailChannelRequest)
Disables the email channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteEmailChannelResponse> |
deleteEmailChannel(DeleteEmailChannelRequest deleteEmailChannelRequest)
Disables the email channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteEmailTemplateResponse> |
deleteEmailTemplate(Consumer<DeleteEmailTemplateRequest.Builder> deleteEmailTemplateRequest)
Deletes a message template for messages that were sent through the email channel.
|
default CompletableFuture<DeleteEmailTemplateResponse> |
deleteEmailTemplate(DeleteEmailTemplateRequest deleteEmailTemplateRequest)
Deletes a message template for messages that were sent through the email channel.
|
default CompletableFuture<DeleteEndpointResponse> |
deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)
Deletes an endpoint from an application.
|
default CompletableFuture<DeleteEndpointResponse> |
deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes an endpoint from an application.
|
default CompletableFuture<DeleteEventStreamResponse> |
deleteEventStream(Consumer<DeleteEventStreamRequest.Builder> deleteEventStreamRequest)
Deletes the event stream for an application.
|
default CompletableFuture<DeleteEventStreamResponse> |
deleteEventStream(DeleteEventStreamRequest deleteEventStreamRequest)
Deletes the event stream for an application.
|
default CompletableFuture<DeleteGcmChannelResponse> |
deleteGcmChannel(Consumer<DeleteGcmChannelRequest.Builder> deleteGcmChannelRequest)
Disables the GCM channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteGcmChannelResponse> |
deleteGcmChannel(DeleteGcmChannelRequest deleteGcmChannelRequest)
Disables the GCM channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteJourneyResponse> |
deleteJourney(Consumer<DeleteJourneyRequest.Builder> deleteJourneyRequest)
Deletes a journey from an application.
|
default CompletableFuture<DeleteJourneyResponse> |
deleteJourney(DeleteJourneyRequest deleteJourneyRequest)
Deletes a journey from an application.
|
default CompletableFuture<DeletePushTemplateResponse> |
deletePushTemplate(Consumer<DeletePushTemplateRequest.Builder> deletePushTemplateRequest)
Deletes a message template for messages that were sent through a push notification channel.
|
default CompletableFuture<DeletePushTemplateResponse> |
deletePushTemplate(DeletePushTemplateRequest deletePushTemplateRequest)
Deletes a message template for messages that were sent through a push notification channel.
|
default CompletableFuture<DeleteSegmentResponse> |
deleteSegment(Consumer<DeleteSegmentRequest.Builder> deleteSegmentRequest)
Deletes a segment from an application.
|
default CompletableFuture<DeleteSegmentResponse> |
deleteSegment(DeleteSegmentRequest deleteSegmentRequest)
Deletes a segment from an application.
|
default CompletableFuture<DeleteSmsChannelResponse> |
deleteSmsChannel(Consumer<DeleteSmsChannelRequest.Builder> deleteSmsChannelRequest)
Disables the SMS channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteSmsChannelResponse> |
deleteSmsChannel(DeleteSmsChannelRequest deleteSmsChannelRequest)
Disables the SMS channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteSmsTemplateResponse> |
deleteSmsTemplate(Consumer<DeleteSmsTemplateRequest.Builder> deleteSmsTemplateRequest)
Deletes a message template for messages that were sent through the SMS channel.
|
default CompletableFuture<DeleteSmsTemplateResponse> |
deleteSmsTemplate(DeleteSmsTemplateRequest deleteSmsTemplateRequest)
Deletes a message template for messages that were sent through the SMS channel.
|
default CompletableFuture<DeleteUserEndpointsResponse> |
deleteUserEndpoints(Consumer<DeleteUserEndpointsRequest.Builder> deleteUserEndpointsRequest)
Deletes all the endpoints that are associated with a specific user ID.
|
default CompletableFuture<DeleteUserEndpointsResponse> |
deleteUserEndpoints(DeleteUserEndpointsRequest deleteUserEndpointsRequest)
Deletes all the endpoints that are associated with a specific user ID.
|
default CompletableFuture<DeleteVoiceChannelResponse> |
deleteVoiceChannel(Consumer<DeleteVoiceChannelRequest.Builder> deleteVoiceChannelRequest)
Disables the voice channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteVoiceChannelResponse> |
deleteVoiceChannel(DeleteVoiceChannelRequest deleteVoiceChannelRequest)
Disables the voice channel for an application and deletes any existing settings for the channel.
|
default CompletableFuture<DeleteVoiceTemplateResponse> |
deleteVoiceTemplate(Consumer<DeleteVoiceTemplateRequest.Builder> deleteVoiceTemplateRequest)
Deletes a message template for messages that were sent through the voice channel.
|
default CompletableFuture<DeleteVoiceTemplateResponse> |
deleteVoiceTemplate(DeleteVoiceTemplateRequest deleteVoiceTemplateRequest)
Deletes a message template for messages that were sent through the voice channel.
|
default CompletableFuture<GetAdmChannelResponse> |
getAdmChannel(Consumer<GetAdmChannelRequest.Builder> getAdmChannelRequest)
Retrieves information about the status and settings of the ADM channel for an application.
|
default CompletableFuture<GetAdmChannelResponse> |
getAdmChannel(GetAdmChannelRequest getAdmChannelRequest)
Retrieves information about the status and settings of the ADM channel for an application.
|
default CompletableFuture<GetApnsChannelResponse> |
getApnsChannel(Consumer<GetApnsChannelRequest.Builder> getApnsChannelRequest)
Retrieves information about the status and settings of the APNs channel for an application.
|
default CompletableFuture<GetApnsChannelResponse> |
getApnsChannel(GetApnsChannelRequest getApnsChannelRequest)
Retrieves information about the status and settings of the APNs channel for an application.
|
default CompletableFuture<GetApnsSandboxChannelResponse> |
getApnsSandboxChannel(Consumer<GetApnsSandboxChannelRequest.Builder> getApnsSandboxChannelRequest)
Retrieves information about the status and settings of the APNs sandbox channel for an application.
|
default CompletableFuture<GetApnsSandboxChannelResponse> |
getApnsSandboxChannel(GetApnsSandboxChannelRequest getApnsSandboxChannelRequest)
Retrieves information about the status and settings of the APNs sandbox channel for an application.
|
default CompletableFuture<GetApnsVoipChannelResponse> |
getApnsVoipChannel(Consumer<GetApnsVoipChannelRequest.Builder> getApnsVoipChannelRequest)
Retrieves information about the status and settings of the APNs VoIP channel for an application.
|
default CompletableFuture<GetApnsVoipChannelResponse> |
getApnsVoipChannel(GetApnsVoipChannelRequest getApnsVoipChannelRequest)
Retrieves information about the status and settings of the APNs VoIP channel for an application.
|
default CompletableFuture<GetApnsVoipSandboxChannelResponse> |
getApnsVoipSandboxChannel(Consumer<GetApnsVoipSandboxChannelRequest.Builder> getApnsVoipSandboxChannelRequest)
Retrieves information about the status and settings of the APNs VoIP sandbox channel for an application.
|
default CompletableFuture<GetApnsVoipSandboxChannelResponse> |
getApnsVoipSandboxChannel(GetApnsVoipSandboxChannelRequest getApnsVoipSandboxChannelRequest)
Retrieves information about the status and settings of the APNs VoIP sandbox channel for an application.
|
default CompletableFuture<GetAppResponse> |
getApp(Consumer<GetAppRequest.Builder> getAppRequest)
Retrieves information about an application.
|
default CompletableFuture<GetAppResponse> |
getApp(GetAppRequest getAppRequest)
Retrieves information about an application.
|
default CompletableFuture<GetApplicationDateRangeKpiResponse> |
getApplicationDateRangeKpi(Consumer<GetApplicationDateRangeKpiRequest.Builder> getApplicationDateRangeKpiRequest)
Retrieves (queries) pre-aggregated data for a standard metric that applies to an application.
|
default CompletableFuture<GetApplicationDateRangeKpiResponse> |
getApplicationDateRangeKpi(GetApplicationDateRangeKpiRequest getApplicationDateRangeKpiRequest)
Retrieves (queries) pre-aggregated data for a standard metric that applies to an application.
|
default CompletableFuture<GetApplicationSettingsResponse> |
getApplicationSettings(Consumer<GetApplicationSettingsRequest.Builder> getApplicationSettingsRequest)
Retrieves information about the settings for an application.
|
default CompletableFuture<GetApplicationSettingsResponse> |
getApplicationSettings(GetApplicationSettingsRequest getApplicationSettingsRequest)
Retrieves information about the settings for an application.
|
default CompletableFuture<GetAppsResponse> |
getApps(Consumer<GetAppsRequest.Builder> getAppsRequest)
Retrieves information about all the applications that are associated with your Amazon Pinpoint account.
|
default CompletableFuture<GetAppsResponse> |
getApps(GetAppsRequest getAppsRequest)
Retrieves information about all the applications that are associated with your Amazon Pinpoint account.
|
default CompletableFuture<GetBaiduChannelResponse> |
getBaiduChannel(Consumer<GetBaiduChannelRequest.Builder> getBaiduChannelRequest)
Retrieves information about the status and settings of the Baidu channel for an application.
|
default CompletableFuture<GetBaiduChannelResponse> |
getBaiduChannel(GetBaiduChannelRequest getBaiduChannelRequest)
Retrieves information about the status and settings of the Baidu channel for an application.
|
default CompletableFuture<GetCampaignResponse> |
getCampaign(Consumer<GetCampaignRequest.Builder> getCampaignRequest)
Retrieves information about the status, configuration, and other settings for a campaign.
|
default CompletableFuture<GetCampaignResponse> |
getCampaign(GetCampaignRequest getCampaignRequest)
Retrieves information about the status, configuration, and other settings for a campaign.
|
default CompletableFuture<GetCampaignActivitiesResponse> |
getCampaignActivities(Consumer<GetCampaignActivitiesRequest.Builder> getCampaignActivitiesRequest)
Retrieves information about all the activities for a campaign.
|
default CompletableFuture<GetCampaignActivitiesResponse> |
getCampaignActivities(GetCampaignActivitiesRequest getCampaignActivitiesRequest)
Retrieves information about all the activities for a campaign.
|
default CompletableFuture<GetCampaignDateRangeKpiResponse> |
getCampaignDateRangeKpi(Consumer<GetCampaignDateRangeKpiRequest.Builder> getCampaignDateRangeKpiRequest)
Retrieves (queries) pre-aggregated data for a standard metric that applies to a campaign.
|
default CompletableFuture<GetCampaignDateRangeKpiResponse> |
getCampaignDateRangeKpi(GetCampaignDateRangeKpiRequest getCampaignDateRangeKpiRequest)
Retrieves (queries) pre-aggregated data for a standard metric that applies to a campaign.
|
default CompletableFuture<GetCampaignsResponse> |
getCampaigns(Consumer<GetCampaignsRequest.Builder> getCampaignsRequest)
Retrieves information about the status, configuration, and other settings for all the campaigns that are
associated with an application.
|
default CompletableFuture<GetCampaignsResponse> |
getCampaigns(GetCampaignsRequest getCampaignsRequest)
Retrieves information about the status, configuration, and other settings for all the campaigns that are
associated with an application.
|
default CompletableFuture<GetCampaignVersionResponse> |
getCampaignVersion(Consumer<GetCampaignVersionRequest.Builder> getCampaignVersionRequest)
Retrieves information about the status, configuration, and other settings for a specific version of a campaign.
|
default CompletableFuture<GetCampaignVersionResponse> |
getCampaignVersion(GetCampaignVersionRequest getCampaignVersionRequest)
Retrieves information about the status, configuration, and other settings for a specific version of a campaign.
|
default CompletableFuture<GetCampaignVersionsResponse> |
getCampaignVersions(Consumer<GetCampaignVersionsRequest.Builder> getCampaignVersionsRequest)
Retrieves information about the status, configuration, and other settings for all versions of a campaign.
|
default CompletableFuture<GetCampaignVersionsResponse> |
getCampaignVersions(GetCampaignVersionsRequest getCampaignVersionsRequest)
Retrieves information about the status, configuration, and other settings for all versions of a campaign.
|
default CompletableFuture<GetChannelsResponse> |
getChannels(Consumer<GetChannelsRequest.Builder> getChannelsRequest)
Retrieves information about the history and status of each channel for an application.
|
default CompletableFuture<GetChannelsResponse> |
getChannels(GetChannelsRequest getChannelsRequest)
Retrieves information about the history and status of each channel for an application.
|
default CompletableFuture<GetEmailChannelResponse> |
getEmailChannel(Consumer<GetEmailChannelRequest.Builder> getEmailChannelRequest)
Retrieves information about the status and settings of the email channel for an application.
|
default CompletableFuture<GetEmailChannelResponse> |
getEmailChannel(GetEmailChannelRequest getEmailChannelRequest)
Retrieves information about the status and settings of the email channel for an application.
|
default CompletableFuture<GetEmailTemplateResponse> |
getEmailTemplate(Consumer<GetEmailTemplateRequest.Builder> getEmailTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through the email channel.
|
default CompletableFuture<GetEmailTemplateResponse> |
getEmailTemplate(GetEmailTemplateRequest getEmailTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through the email channel.
|
default CompletableFuture<GetEndpointResponse> |
getEndpoint(Consumer<GetEndpointRequest.Builder> getEndpointRequest)
Retrieves information about the settings and attributes of a specific endpoint for an application.
|
default CompletableFuture<GetEndpointResponse> |
getEndpoint(GetEndpointRequest getEndpointRequest)
Retrieves information about the settings and attributes of a specific endpoint for an application.
|
default CompletableFuture<GetEventStreamResponse> |
getEventStream(Consumer<GetEventStreamRequest.Builder> getEventStreamRequest)
Retrieves information about the event stream settings for an application.
|
default CompletableFuture<GetEventStreamResponse> |
getEventStream(GetEventStreamRequest getEventStreamRequest)
Retrieves information about the event stream settings for an application.
|
default CompletableFuture<GetExportJobResponse> |
getExportJob(Consumer<GetExportJobRequest.Builder> getExportJobRequest)
Retrieves information about the status and settings of a specific export job for an application.
|
default CompletableFuture<GetExportJobResponse> |
getExportJob(GetExportJobRequest getExportJobRequest)
Retrieves information about the status and settings of a specific export job for an application.
|
default CompletableFuture<GetExportJobsResponse> |
getExportJobs(Consumer<GetExportJobsRequest.Builder> getExportJobsRequest)
Retrieves information about the status and settings of all the export jobs for an application.
|
default CompletableFuture<GetExportJobsResponse> |
getExportJobs(GetExportJobsRequest getExportJobsRequest)
Retrieves information about the status and settings of all the export jobs for an application.
|
default CompletableFuture<GetGcmChannelResponse> |
getGcmChannel(Consumer<GetGcmChannelRequest.Builder> getGcmChannelRequest)
Retrieves information about the status and settings of the GCM channel for an application.
|
default CompletableFuture<GetGcmChannelResponse> |
getGcmChannel(GetGcmChannelRequest getGcmChannelRequest)
Retrieves information about the status and settings of the GCM channel for an application.
|
default CompletableFuture<GetImportJobResponse> |
getImportJob(Consumer<GetImportJobRequest.Builder> getImportJobRequest)
Retrieves information about the status and settings of a specific import job for an application.
|
default CompletableFuture<GetImportJobResponse> |
getImportJob(GetImportJobRequest getImportJobRequest)
Retrieves information about the status and settings of a specific import job for an application.
|
default CompletableFuture<GetImportJobsResponse> |
getImportJobs(Consumer<GetImportJobsRequest.Builder> getImportJobsRequest)
Retrieves information about the status and settings of all the import jobs for an application.
|
default CompletableFuture<GetImportJobsResponse> |
getImportJobs(GetImportJobsRequest getImportJobsRequest)
Retrieves information about the status and settings of all the import jobs for an application.
|
default CompletableFuture<GetJourneyResponse> |
getJourney(Consumer<GetJourneyRequest.Builder> getJourneyRequest)
Retrieves information about the status, configuration, and other settings for a journey.
|
default CompletableFuture<GetJourneyResponse> |
getJourney(GetJourneyRequest getJourneyRequest)
Retrieves information about the status, configuration, and other settings for a journey.
|
default CompletableFuture<GetJourneyDateRangeKpiResponse> |
getJourneyDateRangeKpi(Consumer<GetJourneyDateRangeKpiRequest.Builder> getJourneyDateRangeKpiRequest)
Retrieves (queries) pre-aggregated data for a standard engagement metric that applies to a journey.
|
default CompletableFuture<GetJourneyDateRangeKpiResponse> |
getJourneyDateRangeKpi(GetJourneyDateRangeKpiRequest getJourneyDateRangeKpiRequest)
Retrieves (queries) pre-aggregated data for a standard engagement metric that applies to a journey.
|
default CompletableFuture<GetJourneyExecutionActivityMetricsResponse> |
getJourneyExecutionActivityMetrics(Consumer<GetJourneyExecutionActivityMetricsRequest.Builder> getJourneyExecutionActivityMetricsRequest)
Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey activity.
|
default CompletableFuture<GetJourneyExecutionActivityMetricsResponse> |
getJourneyExecutionActivityMetrics(GetJourneyExecutionActivityMetricsRequest getJourneyExecutionActivityMetricsRequest)
Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey activity.
|
default CompletableFuture<GetJourneyExecutionMetricsResponse> |
getJourneyExecutionMetrics(Consumer<GetJourneyExecutionMetricsRequest.Builder> getJourneyExecutionMetricsRequest)
Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey.
|
default CompletableFuture<GetJourneyExecutionMetricsResponse> |
getJourneyExecutionMetrics(GetJourneyExecutionMetricsRequest getJourneyExecutionMetricsRequest)
Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey.
|
default CompletableFuture<GetPushTemplateResponse> |
getPushTemplate(Consumer<GetPushTemplateRequest.Builder> getPushTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through a push notification
channel.
|
default CompletableFuture<GetPushTemplateResponse> |
getPushTemplate(GetPushTemplateRequest getPushTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through a push notification
channel.
|
default CompletableFuture<GetSegmentResponse> |
getSegment(Consumer<GetSegmentRequest.Builder> getSegmentRequest)
Retrieves information about the configuration, dimension, and other settings for a specific segment that's
associated with an application.
|
default CompletableFuture<GetSegmentResponse> |
getSegment(GetSegmentRequest getSegmentRequest)
Retrieves information about the configuration, dimension, and other settings for a specific segment that's
associated with an application.
|
default CompletableFuture<GetSegmentExportJobsResponse> |
getSegmentExportJobs(Consumer<GetSegmentExportJobsRequest.Builder> getSegmentExportJobsRequest)
Retrieves information about the status and settings of the export jobs for a segment.
|
default CompletableFuture<GetSegmentExportJobsResponse> |
getSegmentExportJobs(GetSegmentExportJobsRequest getSegmentExportJobsRequest)
Retrieves information about the status and settings of the export jobs for a segment.
|
default CompletableFuture<GetSegmentImportJobsResponse> |
getSegmentImportJobs(Consumer<GetSegmentImportJobsRequest.Builder> getSegmentImportJobsRequest)
Retrieves information about the status and settings of the import jobs for a segment.
|
default CompletableFuture<GetSegmentImportJobsResponse> |
getSegmentImportJobs(GetSegmentImportJobsRequest getSegmentImportJobsRequest)
Retrieves information about the status and settings of the import jobs for a segment.
|
default CompletableFuture<GetSegmentsResponse> |
getSegments(Consumer<GetSegmentsRequest.Builder> getSegmentsRequest)
Retrieves information about the configuration, dimension, and other settings for all the segments that are
associated with an application.
|
default CompletableFuture<GetSegmentsResponse> |
getSegments(GetSegmentsRequest getSegmentsRequest)
Retrieves information about the configuration, dimension, and other settings for all the segments that are
associated with an application.
|
default CompletableFuture<GetSegmentVersionResponse> |
getSegmentVersion(Consumer<GetSegmentVersionRequest.Builder> getSegmentVersionRequest)
Retrieves information about the configuration, dimension, and other settings for a specific version of a segment
that's associated with an application.
|
default CompletableFuture<GetSegmentVersionResponse> |
getSegmentVersion(GetSegmentVersionRequest getSegmentVersionRequest)
Retrieves information about the configuration, dimension, and other settings for a specific version of a segment
that's associated with an application.
|
default CompletableFuture<GetSegmentVersionsResponse> |
getSegmentVersions(Consumer<GetSegmentVersionsRequest.Builder> getSegmentVersionsRequest)
Retrieves information about the configuration, dimension, and other settings for all the versions of a specific
segment that's associated with an application.
|
default CompletableFuture<GetSegmentVersionsResponse> |
getSegmentVersions(GetSegmentVersionsRequest getSegmentVersionsRequest)
Retrieves information about the configuration, dimension, and other settings for all the versions of a specific
segment that's associated with an application.
|
default CompletableFuture<GetSmsChannelResponse> |
getSmsChannel(Consumer<GetSmsChannelRequest.Builder> getSmsChannelRequest)
Retrieves information about the status and settings of the SMS channel for an application.
|
default CompletableFuture<GetSmsChannelResponse> |
getSmsChannel(GetSmsChannelRequest getSmsChannelRequest)
Retrieves information about the status and settings of the SMS channel for an application.
|
default CompletableFuture<GetSmsTemplateResponse> |
getSmsTemplate(Consumer<GetSmsTemplateRequest.Builder> getSmsTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through the SMS channel.
|
default CompletableFuture<GetSmsTemplateResponse> |
getSmsTemplate(GetSmsTemplateRequest getSmsTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through the SMS channel.
|
default CompletableFuture<GetUserEndpointsResponse> |
getUserEndpoints(Consumer<GetUserEndpointsRequest.Builder> getUserEndpointsRequest)
Retrieves information about all the endpoints that are associated with a specific user ID.
|
default CompletableFuture<GetUserEndpointsResponse> |
getUserEndpoints(GetUserEndpointsRequest getUserEndpointsRequest)
Retrieves information about all the endpoints that are associated with a specific user ID.
|
default CompletableFuture<GetVoiceChannelResponse> |
getVoiceChannel(Consumer<GetVoiceChannelRequest.Builder> getVoiceChannelRequest)
Retrieves information about the status and settings of the voice channel for an application.
|
default CompletableFuture<GetVoiceChannelResponse> |
getVoiceChannel(GetVoiceChannelRequest getVoiceChannelRequest)
Retrieves information about the status and settings of the voice channel for an application.
|
default CompletableFuture<GetVoiceTemplateResponse> |
getVoiceTemplate(Consumer<GetVoiceTemplateRequest.Builder> getVoiceTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through the voice channel.
|
default CompletableFuture<GetVoiceTemplateResponse> |
getVoiceTemplate(GetVoiceTemplateRequest getVoiceTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through the voice channel.
|
default CompletableFuture<ListJourneysResponse> |
listJourneys(Consumer<ListJourneysRequest.Builder> listJourneysRequest)
Retrieves information about the status, configuration, and other settings for all the journeys that are
associated with an application.
|
default CompletableFuture<ListJourneysResponse> |
listJourneys(ListJourneysRequest listJourneysRequest)
Retrieves information about the status, configuration, and other settings for all the journeys that are
associated with an application.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieves all the tags (keys and values) that are associated with an application, campaign, journey, message
template, or segment.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves all the tags (keys and values) that are associated with an application, campaign, journey, message
template, or segment.
|
default CompletableFuture<ListTemplatesResponse> |
listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)
Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.
|
default CompletableFuture<ListTemplatesResponse> |
listTemplates(ListTemplatesRequest listTemplatesRequest)
Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.
|
default CompletableFuture<ListTemplateVersionsResponse> |
listTemplateVersions(Consumer<ListTemplateVersionsRequest.Builder> listTemplateVersionsRequest)
Retrieves information about all the versions of a specific message template.
|
default CompletableFuture<ListTemplateVersionsResponse> |
listTemplateVersions(ListTemplateVersionsRequest listTemplateVersionsRequest)
Retrieves information about all the versions of a specific message template.
|
default CompletableFuture<PhoneNumberValidateResponse> |
phoneNumberValidate(Consumer<PhoneNumberValidateRequest.Builder> phoneNumberValidateRequest)
Retrieves information about a phone number.
|
default CompletableFuture<PhoneNumberValidateResponse> |
phoneNumberValidate(PhoneNumberValidateRequest phoneNumberValidateRequest)
Retrieves information about a phone number.
|
default CompletableFuture<PutEventsResponse> |
putEvents(Consumer<PutEventsRequest.Builder> putEventsRequest)
Creates a new event to record for endpoints, or creates or updates endpoint data that existing events are
associated with.
|
default CompletableFuture<PutEventsResponse> |
putEvents(PutEventsRequest putEventsRequest)
Creates a new event to record for endpoints, or creates or updates endpoint data that existing events are
associated with.
|
default CompletableFuture<PutEventStreamResponse> |
putEventStream(Consumer<PutEventStreamRequest.Builder> putEventStreamRequest)
Creates a new event stream for an application or updates the settings of an existing event stream for an
application.
|
default CompletableFuture<PutEventStreamResponse> |
putEventStream(PutEventStreamRequest putEventStreamRequest)
Creates a new event stream for an application or updates the settings of an existing event stream for an
application.
|
default CompletableFuture<RemoveAttributesResponse> |
removeAttributes(Consumer<RemoveAttributesRequest.Builder> removeAttributesRequest)
Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an
application.
|
default CompletableFuture<RemoveAttributesResponse> |
removeAttributes(RemoveAttributesRequest removeAttributesRequest)
Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an
application.
|
default CompletableFuture<SendMessagesResponse> |
sendMessages(Consumer<SendMessagesRequest.Builder> sendMessagesRequest)
Creates and sends a direct message.
|
default CompletableFuture<SendMessagesResponse> |
sendMessages(SendMessagesRequest sendMessagesRequest)
Creates and sends a direct message.
|
default CompletableFuture<SendUsersMessagesResponse> |
sendUsersMessages(Consumer<SendUsersMessagesRequest.Builder> sendUsersMessagesRequest)
Creates and sends a message to a list of users.
|
default CompletableFuture<SendUsersMessagesResponse> |
sendUsersMessages(SendUsersMessagesRequest sendUsersMessagesRequest)
Creates and sends a message to a list of users.
|
default CompletableFuture<TagResourceResponse> |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags (keys and values) to an application, campaign, journey, message template, or segment.
|
default CompletableFuture<TagResourceResponse> |
tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags (keys and values) to an application, campaign, journey, message template, or segment.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags (keys and values) from an application, campaign, journey, message template, or segment.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags (keys and values) from an application, campaign, journey, message template, or segment.
|
default CompletableFuture<UpdateAdmChannelResponse> |
updateAdmChannel(Consumer<UpdateAdmChannelRequest.Builder> updateAdmChannelRequest)
Enables the ADM channel for an application or updates the status and settings of the ADM channel for an
application.
|
default CompletableFuture<UpdateAdmChannelResponse> |
updateAdmChannel(UpdateAdmChannelRequest updateAdmChannelRequest)
Enables the ADM channel for an application or updates the status and settings of the ADM channel for an
application.
|
default CompletableFuture<UpdateApnsChannelResponse> |
updateApnsChannel(Consumer<UpdateApnsChannelRequest.Builder> updateApnsChannelRequest)
Enables the APNs channel for an application or updates the status and settings of the APNs channel for an
application.
|
default CompletableFuture<UpdateApnsChannelResponse> |
updateApnsChannel(UpdateApnsChannelRequest updateApnsChannelRequest)
Enables the APNs channel for an application or updates the status and settings of the APNs channel for an
application.
|
default CompletableFuture<UpdateApnsSandboxChannelResponse> |
updateApnsSandboxChannel(Consumer<UpdateApnsSandboxChannelRequest.Builder> updateApnsSandboxChannelRequest)
Enables the APNs sandbox channel for an application or updates the status and settings of the APNs sandbox
channel for an application.
|
default CompletableFuture<UpdateApnsSandboxChannelResponse> |
updateApnsSandboxChannel(UpdateApnsSandboxChannelRequest updateApnsSandboxChannelRequest)
Enables the APNs sandbox channel for an application or updates the status and settings of the APNs sandbox
channel for an application.
|
default CompletableFuture<UpdateApnsVoipChannelResponse> |
updateApnsVoipChannel(Consumer<UpdateApnsVoipChannelRequest.Builder> updateApnsVoipChannelRequest)
Enables the APNs VoIP channel for an application or updates the status and settings of the APNs VoIP channel for
an application.
|
default CompletableFuture<UpdateApnsVoipChannelResponse> |
updateApnsVoipChannel(UpdateApnsVoipChannelRequest updateApnsVoipChannelRequest)
Enables the APNs VoIP channel for an application or updates the status and settings of the APNs VoIP channel for
an application.
|
default CompletableFuture<UpdateApnsVoipSandboxChannelResponse> |
updateApnsVoipSandboxChannel(Consumer<UpdateApnsVoipSandboxChannelRequest.Builder> updateApnsVoipSandboxChannelRequest)
Enables the APNs VoIP sandbox channel for an application or updates the status and settings of the APNs VoIP
sandbox channel for an application.
|
default CompletableFuture<UpdateApnsVoipSandboxChannelResponse> |
updateApnsVoipSandboxChannel(UpdateApnsVoipSandboxChannelRequest updateApnsVoipSandboxChannelRequest)
Enables the APNs VoIP sandbox channel for an application or updates the status and settings of the APNs VoIP
sandbox channel for an application.
|
default CompletableFuture<UpdateApplicationSettingsResponse> |
updateApplicationSettings(Consumer<UpdateApplicationSettingsRequest.Builder> updateApplicationSettingsRequest)
Updates the settings for an application.
|
default CompletableFuture<UpdateApplicationSettingsResponse> |
updateApplicationSettings(UpdateApplicationSettingsRequest updateApplicationSettingsRequest)
Updates the settings for an application.
|
default CompletableFuture<UpdateBaiduChannelResponse> |
updateBaiduChannel(Consumer<UpdateBaiduChannelRequest.Builder> updateBaiduChannelRequest)
Enables the Baidu channel for an application or updates the status and settings of the Baidu channel for an
application.
|
default CompletableFuture<UpdateBaiduChannelResponse> |
updateBaiduChannel(UpdateBaiduChannelRequest updateBaiduChannelRequest)
Enables the Baidu channel for an application or updates the status and settings of the Baidu channel for an
application.
|
default CompletableFuture<UpdateCampaignResponse> |
updateCampaign(Consumer<UpdateCampaignRequest.Builder> updateCampaignRequest)
Updates the configuration and other settings for a campaign.
|
default CompletableFuture<UpdateCampaignResponse> |
updateCampaign(UpdateCampaignRequest updateCampaignRequest)
Updates the configuration and other settings for a campaign.
|
default CompletableFuture<UpdateEmailChannelResponse> |
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 CompletableFuture<UpdateEmailChannelResponse> |
updateEmailChannel(UpdateEmailChannelRequest updateEmailChannelRequest)
Enables the email channel for an application or updates the status and settings of the email channel for an
application.
|
default CompletableFuture<UpdateEmailTemplateResponse> |
updateEmailTemplate(Consumer<UpdateEmailTemplateRequest.Builder> updateEmailTemplateRequest)
Updates an existing message template for messages that are sent through the email channel.
|
default CompletableFuture<UpdateEmailTemplateResponse> |
updateEmailTemplate(UpdateEmailTemplateRequest updateEmailTemplateRequest)
Updates an existing message template for messages that are sent through the email channel.
|
default CompletableFuture<UpdateEndpointResponse> |
updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)
Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an
application.
|
default CompletableFuture<UpdateEndpointResponse> |
updateEndpoint(UpdateEndpointRequest updateEndpointRequest)
Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an
application.
|
default CompletableFuture<UpdateEndpointsBatchResponse> |
updateEndpointsBatch(Consumer<UpdateEndpointsBatchRequest.Builder> updateEndpointsBatchRequest)
Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing
endpoints for an application.
|
default CompletableFuture<UpdateEndpointsBatchResponse> |
updateEndpointsBatch(UpdateEndpointsBatchRequest updateEndpointsBatchRequest)
Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing
endpoints for an application.
|
default CompletableFuture<UpdateGcmChannelResponse> |
updateGcmChannel(Consumer<UpdateGcmChannelRequest.Builder> updateGcmChannelRequest)
Enables the GCM channel for an application or updates the status and settings of the GCM channel for an
application.
|
default CompletableFuture<UpdateGcmChannelResponse> |
updateGcmChannel(UpdateGcmChannelRequest updateGcmChannelRequest)
Enables the GCM channel for an application or updates the status and settings of the GCM channel for an
application.
|
default CompletableFuture<UpdateJourneyResponse> |
updateJourney(Consumer<UpdateJourneyRequest.Builder> updateJourneyRequest)
Updates the configuration and other settings for a journey.
|
default CompletableFuture<UpdateJourneyResponse> |
updateJourney(UpdateJourneyRequest updateJourneyRequest)
Updates the configuration and other settings for a journey.
|
default CompletableFuture<UpdateJourneyStateResponse> |
updateJourneyState(Consumer<UpdateJourneyStateRequest.Builder> updateJourneyStateRequest)
Cancels (stops) an active journey.
|
default CompletableFuture<UpdateJourneyStateResponse> |
updateJourneyState(UpdateJourneyStateRequest updateJourneyStateRequest)
Cancels (stops) an active journey.
|
default CompletableFuture<UpdatePushTemplateResponse> |
updatePushTemplate(Consumer<UpdatePushTemplateRequest.Builder> updatePushTemplateRequest)
Updates an existing message template for messages that are sent through a push notification channel.
|
default CompletableFuture<UpdatePushTemplateResponse> |
updatePushTemplate(UpdatePushTemplateRequest updatePushTemplateRequest)
Updates an existing message template for messages that are sent through a push notification channel.
|
default CompletableFuture<UpdateSegmentResponse> |
updateSegment(Consumer<UpdateSegmentRequest.Builder> updateSegmentRequest)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an
existing segment that's associated with an application.
|
default CompletableFuture<UpdateSegmentResponse> |
updateSegment(UpdateSegmentRequest updateSegmentRequest)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an
existing segment that's associated with an application.
|
default CompletableFuture<UpdateSmsChannelResponse> |
updateSmsChannel(Consumer<UpdateSmsChannelRequest.Builder> updateSmsChannelRequest)
Enables the SMS channel for an application or updates the status and settings of the SMS channel for an
application.
|
default CompletableFuture<UpdateSmsChannelResponse> |
updateSmsChannel(UpdateSmsChannelRequest updateSmsChannelRequest)
Enables the SMS channel for an application or updates the status and settings of the SMS channel for an
application.
|
default CompletableFuture<UpdateSmsTemplateResponse> |
updateSmsTemplate(Consumer<UpdateSmsTemplateRequest.Builder> updateSmsTemplateRequest)
Updates an existing message template for messages that are sent through the SMS channel.
|
default CompletableFuture<UpdateSmsTemplateResponse> |
updateSmsTemplate(UpdateSmsTemplateRequest updateSmsTemplateRequest)
Updates an existing message template for messages that are sent through the SMS channel.
|
default CompletableFuture<UpdateTemplateActiveVersionResponse> |
updateTemplateActiveVersion(Consumer<UpdateTemplateActiveVersionRequest.Builder> updateTemplateActiveVersionRequest)
Changes the status of a specific version of a message template to active.
|
default CompletableFuture<UpdateTemplateActiveVersionResponse> |
updateTemplateActiveVersion(UpdateTemplateActiveVersionRequest updateTemplateActiveVersionRequest)
Changes the status of a specific version of a message template to active.
|
default CompletableFuture<UpdateVoiceChannelResponse> |
updateVoiceChannel(Consumer<UpdateVoiceChannelRequest.Builder> updateVoiceChannelRequest)
Enables the voice channel for an application or updates the status and settings of the voice channel for an
application.
|
default CompletableFuture<UpdateVoiceChannelResponse> |
updateVoiceChannel(UpdateVoiceChannelRequest updateVoiceChannelRequest)
Enables the voice channel for an application or updates the status and settings of the voice channel for an
application.
|
default CompletableFuture<UpdateVoiceTemplateResponse> |
updateVoiceTemplate(Consumer<UpdateVoiceTemplateRequest.Builder> updateVoiceTemplateRequest)
Updates an existing message template for messages that are sent through the voice channel.
|
default CompletableFuture<UpdateVoiceTemplateResponse> |
updateVoiceTemplate(UpdateVoiceTemplateRequest updateVoiceTemplateRequest)
Updates an existing message template for messages that are sent through the voice channel.
|
serviceNameclosestatic final String SERVICE_NAME
static PinpointAsyncClient create()
PinpointAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static PinpointAsyncClientBuilder builder()
PinpointAsyncClient.default CompletableFuture<CreateAppResponse> createApp(CreateAppRequest createAppRequest)
Creates an application.
createAppRequest - default CompletableFuture<CreateAppResponse> createApp(Consumer<CreateAppRequest.Builder> createAppRequest)
Creates an application.
This is a convenience which creates an instance of the CreateAppRequest.Builder avoiding the need to
create one manually via CreateAppRequest.builder()
createAppRequest - A Consumer that will call methods on CreateAppRequest.Builder to create a request.default CompletableFuture<CreateCampaignResponse> createCampaign(CreateCampaignRequest createCampaignRequest)
Creates a new campaign for an application or updates the settings of an existing campaign for an application.
createCampaignRequest - default CompletableFuture<CreateCampaignResponse> createCampaign(Consumer<CreateCampaignRequest.Builder> createCampaignRequest)
Creates a new campaign for an application or updates the settings of an existing campaign for an application.
This is a convenience which creates an instance of the CreateCampaignRequest.Builder avoiding the need to
create one manually via CreateCampaignRequest.builder()
createCampaignRequest - A Consumer that will call methods on CreateCampaignRequest.Builder to create a request.default CompletableFuture<CreateEmailTemplateResponse> createEmailTemplate(CreateEmailTemplateRequest createEmailTemplateRequest)
Creates a message template for messages that are sent through the email channel.
createEmailTemplateRequest - default CompletableFuture<CreateEmailTemplateResponse> createEmailTemplate(Consumer<CreateEmailTemplateRequest.Builder> createEmailTemplateRequest)
Creates a message template for messages that are sent through the email channel.
This is a convenience which creates an instance of the CreateEmailTemplateRequest.Builder avoiding the
need to create one manually via CreateEmailTemplateRequest.builder()
createEmailTemplateRequest - A Consumer that will call methods on CreateEmailTemplateRequest.Builder to create a
request.default CompletableFuture<CreateExportJobResponse> createExportJob(CreateExportJobRequest createExportJobRequest)
Creates an export job for an application.
createExportJobRequest - default CompletableFuture<CreateExportJobResponse> createExportJob(Consumer<CreateExportJobRequest.Builder> createExportJobRequest)
Creates an export job for an application.
This is a convenience which creates an instance of the CreateExportJobRequest.Builder avoiding the need
to create one manually via CreateExportJobRequest.builder()
createExportJobRequest - A Consumer that will call methods on CreateExportJobRequest.Builder to create a request.default CompletableFuture<CreateImportJobResponse> createImportJob(CreateImportJobRequest createImportJobRequest)
Creates an import job for an application.
createImportJobRequest - default CompletableFuture<CreateImportJobResponse> createImportJob(Consumer<CreateImportJobRequest.Builder> createImportJobRequest)
Creates an import job for an application.
This is a convenience which creates an instance of the CreateImportJobRequest.Builder avoiding the need
to create one manually via CreateImportJobRequest.builder()
createImportJobRequest - A Consumer that will call methods on CreateImportJobRequest.Builder to create a request.default CompletableFuture<CreateJourneyResponse> createJourney(CreateJourneyRequest createJourneyRequest)
Creates a journey for an application.
createJourneyRequest - default CompletableFuture<CreateJourneyResponse> createJourney(Consumer<CreateJourneyRequest.Builder> createJourneyRequest)
Creates a journey for an application.
This is a convenience which creates an instance of the CreateJourneyRequest.Builder avoiding the need to
create one manually via CreateJourneyRequest.builder()
createJourneyRequest - A Consumer that will call methods on CreateJourneyRequest.Builder to create a request.default CompletableFuture<CreatePushTemplateResponse> createPushTemplate(CreatePushTemplateRequest createPushTemplateRequest)
Creates a message template for messages that are sent through a push notification channel.
createPushTemplateRequest - default CompletableFuture<CreatePushTemplateResponse> createPushTemplate(Consumer<CreatePushTemplateRequest.Builder> createPushTemplateRequest)
Creates a message template for messages that are sent through a push notification channel.
This is a convenience which creates an instance of the CreatePushTemplateRequest.Builder avoiding the
need to create one manually via CreatePushTemplateRequest.builder()
createPushTemplateRequest - A Consumer that will call methods on CreatePushTemplateRequest.Builder to create a
request.default CompletableFuture<CreateSegmentResponse> createSegment(CreateSegmentRequest createSegmentRequest)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.
createSegmentRequest - default CompletableFuture<CreateSegmentResponse> createSegment(Consumer<CreateSegmentRequest.Builder> createSegmentRequest)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.
This is a convenience which creates an instance of the CreateSegmentRequest.Builder avoiding the need to
create one manually via CreateSegmentRequest.builder()
createSegmentRequest - A Consumer that will call methods on CreateSegmentRequest.Builder to create a request.default CompletableFuture<CreateSmsTemplateResponse> createSmsTemplate(CreateSmsTemplateRequest createSmsTemplateRequest)
Creates a message template for messages that are sent through the SMS channel.
createSmsTemplateRequest - default CompletableFuture<CreateSmsTemplateResponse> createSmsTemplate(Consumer<CreateSmsTemplateRequest.Builder> createSmsTemplateRequest)
Creates a message template for messages that are sent through the SMS channel.
This is a convenience which creates an instance of the CreateSmsTemplateRequest.Builder avoiding the need
to create one manually via CreateSmsTemplateRequest.builder()
createSmsTemplateRequest - A Consumer that will call methods on CreateSmsTemplateRequest.Builder to create a request.default CompletableFuture<CreateVoiceTemplateResponse> createVoiceTemplate(CreateVoiceTemplateRequest createVoiceTemplateRequest)
Creates a message template for messages that are sent through the voice channel.
createVoiceTemplateRequest - default CompletableFuture<CreateVoiceTemplateResponse> createVoiceTemplate(Consumer<CreateVoiceTemplateRequest.Builder> createVoiceTemplateRequest)
Creates a message template for messages that are sent through the voice channel.
This is a convenience which creates an instance of the CreateVoiceTemplateRequest.Builder avoiding the
need to create one manually via CreateVoiceTemplateRequest.builder()
createVoiceTemplateRequest - A Consumer that will call methods on CreateVoiceTemplateRequest.Builder to create a
request.default CompletableFuture<DeleteAdmChannelResponse> deleteAdmChannel(DeleteAdmChannelRequest deleteAdmChannelRequest)
Disables the ADM channel for an application and deletes any existing settings for the channel.
deleteAdmChannelRequest - default CompletableFuture<DeleteAdmChannelResponse> deleteAdmChannel(Consumer<DeleteAdmChannelRequest.Builder> deleteAdmChannelRequest)
Disables the ADM channel for an application and deletes any existing settings for the channel.
This is a convenience which creates an instance of the DeleteAdmChannelRequest.Builder avoiding the need
to create one manually via DeleteAdmChannelRequest.builder()
deleteAdmChannelRequest - A Consumer that will call methods on DeleteAdmChannelRequest.Builder to create a request.default CompletableFuture<DeleteApnsChannelResponse> deleteApnsChannel(DeleteApnsChannelRequest deleteApnsChannelRequest)
Disables the APNs channel for an application and deletes any existing settings for the channel.
deleteApnsChannelRequest - default CompletableFuture<DeleteApnsChannelResponse> deleteApnsChannel(Consumer<DeleteApnsChannelRequest.Builder> deleteApnsChannelRequest)
Disables the APNs channel for an application and deletes any existing settings for the channel.
This is a convenience which creates an instance of the DeleteApnsChannelRequest.Builder avoiding the need
to create one manually via DeleteApnsChannelRequest.builder()
deleteApnsChannelRequest - A Consumer that will call methods on DeleteApnsChannelRequest.Builder to create a request.default CompletableFuture<DeleteApnsSandboxChannelResponse> deleteApnsSandboxChannel(DeleteApnsSandboxChannelRequest deleteApnsSandboxChannelRequest)
Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.
deleteApnsSandboxChannelRequest - default CompletableFuture<DeleteApnsSandboxChannelResponse> deleteApnsSandboxChannel(Consumer<DeleteApnsSandboxChannelRequest.Builder> deleteApnsSandboxChannelRequest)
Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.
This is a convenience which creates an instance of the DeleteApnsSandboxChannelRequest.Builder avoiding
the need to create one manually via DeleteApnsSandboxChannelRequest.builder()
deleteApnsSandboxChannelRequest - A Consumer that will call methods on DeleteApnsSandboxChannelRequest.Builder to create a
request.default CompletableFuture<DeleteApnsVoipChannelResponse> deleteApnsVoipChannel(DeleteApnsVoipChannelRequest deleteApnsVoipChannelRequest)
Disables the APNs VoIP channel for an application and deletes any existing settings for the channel.
deleteApnsVoipChannelRequest - default CompletableFuture<DeleteApnsVoipChannelResponse> deleteApnsVoipChannel(Consumer<DeleteApnsVoipChannelRequest.Builder> deleteApnsVoipChannelRequest)
Disables the APNs VoIP channel for an application and deletes any existing settings for the channel.
This is a convenience which creates an instance of the DeleteApnsVoipChannelRequest.Builder avoiding the
need to create one manually via DeleteApnsVoipChannelRequest.builder()
deleteApnsVoipChannelRequest - A Consumer that will call methods on DeleteApnsVoipChannelRequest.Builder to create a
request.default CompletableFuture<DeleteApnsVoipSandboxChannelResponse> deleteApnsVoipSandboxChannel(DeleteApnsVoipSandboxChannelRequest deleteApnsVoipSandboxChannelRequest)
Disables the APNs VoIP sandbox channel for an application and deletes any existing settings for the channel.
deleteApnsVoipSandboxChannelRequest - default CompletableFuture<DeleteApnsVoipSandboxChannelResponse> deleteApnsVoipSandboxChannel(Consumer<DeleteApnsVoipSandboxChannelRequest.Builder> deleteApnsVoipSandboxChannelRequest)
Disables the APNs VoIP sandbox channel for an application and deletes any existing settings for the channel.
This is a convenience which creates an instance of the DeleteApnsVoipSandboxChannelRequest.Builder
avoiding the need to create one manually via DeleteApnsVoipSandboxChannelRequest.builder()
deleteApnsVoipSandboxChannelRequest - A Consumer that will call methods on DeleteApnsVoipSandboxChannelRequest.Builder to create
a request.default CompletableFuture<DeleteAppResponse> deleteApp(DeleteAppRequest deleteAppRequest)
Deletes an application.
deleteAppRequest - default CompletableFuture<DeleteAppResponse> deleteApp(Consumer<DeleteAppRequest.Builder> deleteAppRequest)
Deletes an application.
This is a convenience which creates an instance of the DeleteAppRequest.Builder avoiding the need to
create one manually via DeleteAppRequest.builder()
deleteAppRequest - A Consumer that will call methods on DeleteAppRequest.Builder to create a request.default CompletableFuture<DeleteBaiduChannelResponse> deleteBaiduChannel(DeleteBaiduChannelRequest deleteBaiduChannelRequest)
Disables the Baidu channel for an application and deletes any existing settings for the channel.
deleteBaiduChannelRequest - default CompletableFuture<DeleteBaiduChannelResponse> deleteBaiduChannel(Consumer<DeleteBaiduChannelRequest.Builder> deleteBaiduChannelRequest)
Disables the Baidu channel for an application and deletes any existing settings for the channel.
This is a convenience which creates an instance of the DeleteBaiduChannelRequest.Builder avoiding the
need to create one manually via DeleteBaiduChannelRequest.builder()
deleteBaiduChannelRequest - A Consumer that will call methods on DeleteBaiduChannelRequest.Builder to create a
request.default CompletableFuture<DeleteCampaignResponse> deleteCampaign(DeleteCampaignRequest deleteCampaignRequest)
Deletes a campaign from an application.
deleteCampaignRequest - default CompletableFuture<DeleteCampaignResponse> deleteCampaign(Consumer<DeleteCampaignRequest.Builder> deleteCampaignRequest)
Deletes a campaign from an application.
This is a convenience which creates an instance of the DeleteCampaignRequest.Builder avoiding the need to
create one manually via DeleteCampaignRequest.builder()
deleteCampaignRequest - A Consumer that will call methods on DeleteCampaignRequest.Builder to create a request.default CompletableFuture<DeleteEmailChannelResponse> deleteEmailChannel(DeleteEmailChannelRequest deleteEmailChannelRequest)
Disables the email channel for an application and deletes any existing settings for the channel.
deleteEmailChannelRequest - default CompletableFuture<DeleteEmailChannelResponse> deleteEmailChannel(Consumer<DeleteEmailChannelRequest.Builder> deleteEmailChannelRequest)
Disables the email channel for an application and deletes any existing settings for the channel.
This is a convenience which creates an instance of the DeleteEmailChannelRequest.Builder avoiding the
need to create one manually via DeleteEmailChannelRequest.builder()
deleteEmailChannelRequest - A Consumer that will call methods on DeleteEmailChannelRequest.Builder to create a
request.default CompletableFuture<DeleteEmailTemplateResponse> deleteEmailTemplate(DeleteEmailTemplateRequest deleteEmailTemplateRequest)
Deletes a message template for messages that were sent through the email channel.
deleteEmailTemplateRequest - default CompletableFuture<DeleteEmailTemplateResponse> deleteEmailTemplate(Consumer<DeleteEmailTemplateRequest.Builder> deleteEmailTemplateRequest)
Deletes a message template for messages that were sent through the email channel.
This is a convenience which creates an instance of the DeleteEmailTemplateRequest.Builder avoiding the
need to create one manually via DeleteEmailTemplateRequest.builder()
deleteEmailTemplateRequest - A Consumer that will call methods on DeleteEmailTemplateRequest.Builder to create a
request.default CompletableFuture<DeleteEndpointResponse> deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)
Deletes an endpoint from an application.
deleteEndpointRequest - default CompletableFuture<DeleteEndpointResponse> deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)
Deletes an endpoint from an application.
This is a convenience which creates an instance of the DeleteEndpointRequest.Builder avoiding the need to
create one manually via DeleteEndpointRequest.builder()
deleteEndpointRequest - A Consumer that will call methods on DeleteEndpointRequest.Builder to create a request.default CompletableFuture<DeleteEventStreamResponse> deleteEventStream(DeleteEventStreamRequest deleteEventStreamRequest)
Deletes the event stream for an application.
deleteEventStreamRequest - default CompletableFuture<DeleteEventStreamResponse> deleteEventStream(Consumer<DeleteEventStreamRequest.Builder> deleteEventStreamRequest)
Deletes the event stream for an application.
This is a convenience which creates an instance of the DeleteEventStreamRequest.Builder avoiding the need
to create one manually via DeleteEventStreamRequest.builder()
deleteEventStreamRequest - A Consumer that will call methods on DeleteEventStreamRequest.Builder to create a request.default CompletableFuture<DeleteGcmChannelResponse> deleteGcmChannel(DeleteGcmChannelRequest deleteGcmChannelRequest)
Disables the GCM channel for an application and deletes any existing settings for the channel.
deleteGcmChannelRequest - default CompletableFuture<DeleteGcmChannelResponse> deleteGcmChannel(Consumer<DeleteGcmChannelRequest.Builder> deleteGcmChannelRequest)
Disables the GCM channel for an application and deletes any existing settings for the channel.
This is a convenience which creates an instance of the DeleteGcmChannelRequest.Builder avoiding the need
to create one manually via DeleteGcmChannelRequest.builder()
deleteGcmChannelRequest - A Consumer that will call methods on DeleteGcmChannelRequest.Builder to create a request.default CompletableFuture<DeleteJourneyResponse> deleteJourney(DeleteJourneyRequest deleteJourneyRequest)
Deletes a journey from an application.
deleteJourneyRequest - default CompletableFuture<DeleteJourneyResponse> deleteJourney(Consumer<DeleteJourneyRequest.Builder> deleteJourneyRequest)
Deletes a journey from an application.
This is a convenience which creates an instance of the DeleteJourneyRequest.Builder avoiding the need to
create one manually via DeleteJourneyRequest.builder()
deleteJourneyRequest - A Consumer that will call methods on DeleteJourneyRequest.Builder to create a request.default CompletableFuture<DeletePushTemplateResponse> deletePushTemplate(DeletePushTemplateRequest deletePushTemplateRequest)
Deletes a message template for messages that were sent through a push notification channel.
deletePushTemplateRequest - default CompletableFuture<DeletePushTemplateResponse> deletePushTemplate(Consumer<DeletePushTemplateRequest.Builder> deletePushTemplateRequest)
Deletes a message template for messages that were sent through a push notification channel.
This is a convenience which creates an instance of the DeletePushTemplateRequest.Builder avoiding the
need to create one manually via DeletePushTemplateRequest.builder()
deletePushTemplateRequest - A Consumer that will call methods on DeletePushTemplateRequest.Builder to create a
request.default CompletableFuture<DeleteSegmentResponse> deleteSegment(DeleteSegmentRequest deleteSegmentRequest)
Deletes a segment from an application.
deleteSegmentRequest - default CompletableFuture<DeleteSegmentResponse> deleteSegment(Consumer<DeleteSegmentRequest.Builder> deleteSegmentRequest)
Deletes a segment from an application.
This is a convenience which creates an instance of the DeleteSegmentRequest.Builder avoiding the need to
create one manually via DeleteSegmentRequest.builder()
deleteSegmentRequest - A Consumer that will call methods on DeleteSegmentRequest.Builder to create a request.default CompletableFuture<DeleteSmsChannelResponse> deleteSmsChannel(DeleteSmsChannelRequest deleteSmsChannelRequest)
Disables the SMS channel for an application and deletes any existing settings for the channel.
deleteSmsChannelRequest - default CompletableFuture<DeleteSmsChannelResponse> deleteSmsChannel(Consumer<DeleteSmsChannelRequest.Builder> deleteSmsChannelRequest)
Disables the SMS channel for an application and deletes any existing settings for the channel.
This is a convenience which creates an instance of the DeleteSmsChannelRequest.Builder avoiding the need
to create one manually via DeleteSmsChannelRequest.builder()
deleteSmsChannelRequest - A Consumer that will call methods on DeleteSmsChannelRequest.Builder to create a request.default CompletableFuture<DeleteSmsTemplateResponse> deleteSmsTemplate(DeleteSmsTemplateRequest deleteSmsTemplateRequest)
Deletes a message template for messages that were sent through the SMS channel.
deleteSmsTemplateRequest - default CompletableFuture<DeleteSmsTemplateResponse> deleteSmsTemplate(Consumer<DeleteSmsTemplateRequest.Builder> deleteSmsTemplateRequest)
Deletes a message template for messages that were sent through the SMS channel.
This is a convenience which creates an instance of the DeleteSmsTemplateRequest.Builder avoiding the need
to create one manually via DeleteSmsTemplateRequest.builder()
deleteSmsTemplateRequest - A Consumer that will call methods on DeleteSmsTemplateRequest.Builder to create a request.default CompletableFuture<DeleteUserEndpointsResponse> deleteUserEndpoints(DeleteUserEndpointsRequest deleteUserEndpointsRequest)
Deletes all the endpoints that are associated with a specific user ID.
deleteUserEndpointsRequest - default CompletableFuture<DeleteUserEndpointsResponse> deleteUserEndpoints(Consumer<DeleteUserEndpointsRequest.Builder> deleteUserEndpointsRequest)
Deletes all the endpoints that are associated with a specific user ID.
This is a convenience which creates an instance of the DeleteUserEndpointsRequest.Builder avoiding the
need to create one manually via DeleteUserEndpointsRequest.builder()
deleteUserEndpointsRequest - A Consumer that will call methods on DeleteUserEndpointsRequest.Builder to create a
request.default CompletableFuture<DeleteVoiceChannelResponse> deleteVoiceChannel(DeleteVoiceChannelRequest deleteVoiceChannelRequest)
Disables the voice channel for an application and deletes any existing settings for the channel.
deleteVoiceChannelRequest - default CompletableFuture<DeleteVoiceChannelResponse> deleteVoiceChannel(Consumer<DeleteVoiceChannelRequest.Builder> deleteVoiceChannelRequest)
Disables the voice channel for an application and deletes any existing settings for the channel.
This is a convenience which creates an instance of the DeleteVoiceChannelRequest.Builder avoiding the
need to create one manually via DeleteVoiceChannelRequest.builder()
deleteVoiceChannelRequest - A Consumer that will call methods on DeleteVoiceChannelRequest.Builder to create a
request.default CompletableFuture<DeleteVoiceTemplateResponse> deleteVoiceTemplate(DeleteVoiceTemplateRequest deleteVoiceTemplateRequest)
Deletes a message template for messages that were sent through the voice channel.
deleteVoiceTemplateRequest - default CompletableFuture<DeleteVoiceTemplateResponse> deleteVoiceTemplate(Consumer<DeleteVoiceTemplateRequest.Builder> deleteVoiceTemplateRequest)
Deletes a message template for messages that were sent through the voice channel.
This is a convenience which creates an instance of the DeleteVoiceTemplateRequest.Builder avoiding the
need to create one manually via DeleteVoiceTemplateRequest.builder()
deleteVoiceTemplateRequest - A Consumer that will call methods on DeleteVoiceTemplateRequest.Builder to create a
request.default CompletableFuture<GetAdmChannelResponse> getAdmChannel(GetAdmChannelRequest getAdmChannelRequest)
Retrieves information about the status and settings of the ADM channel for an application.
getAdmChannelRequest - default CompletableFuture<GetAdmChannelResponse> getAdmChannel(Consumer<GetAdmChannelRequest.Builder> getAdmChannelRequest)
Retrieves information about the status and settings of the ADM channel for an application.
This is a convenience which creates an instance of the GetAdmChannelRequest.Builder avoiding the need to
create one manually via GetAdmChannelRequest.builder()
getAdmChannelRequest - A Consumer that will call methods on GetAdmChannelRequest.Builder to create a request.default CompletableFuture<GetApnsChannelResponse> getApnsChannel(GetApnsChannelRequest getApnsChannelRequest)
Retrieves information about the status and settings of the APNs channel for an application.
getApnsChannelRequest - default CompletableFuture<GetApnsChannelResponse> getApnsChannel(Consumer<GetApnsChannelRequest.Builder> getApnsChannelRequest)
Retrieves information about the status and settings of the APNs channel for an application.
This is a convenience which creates an instance of the GetApnsChannelRequest.Builder avoiding the need to
create one manually via GetApnsChannelRequest.builder()
getApnsChannelRequest - A Consumer that will call methods on GetApnsChannelRequest.Builder to create a request.default CompletableFuture<GetApnsSandboxChannelResponse> getApnsSandboxChannel(GetApnsSandboxChannelRequest getApnsSandboxChannelRequest)
Retrieves information about the status and settings of the APNs sandbox channel for an application.
getApnsSandboxChannelRequest - default CompletableFuture<GetApnsSandboxChannelResponse> getApnsSandboxChannel(Consumer<GetApnsSandboxChannelRequest.Builder> getApnsSandboxChannelRequest)
Retrieves information about the status and settings of the APNs sandbox channel for an application.
This is a convenience which creates an instance of the GetApnsSandboxChannelRequest.Builder avoiding the
need to create one manually via GetApnsSandboxChannelRequest.builder()
getApnsSandboxChannelRequest - A Consumer that will call methods on GetApnsSandboxChannelRequest.Builder to create a
request.default CompletableFuture<GetApnsVoipChannelResponse> getApnsVoipChannel(GetApnsVoipChannelRequest getApnsVoipChannelRequest)
Retrieves information about the status and settings of the APNs VoIP channel for an application.
getApnsVoipChannelRequest - default CompletableFuture<GetApnsVoipChannelResponse> getApnsVoipChannel(Consumer<GetApnsVoipChannelRequest.Builder> getApnsVoipChannelRequest)
Retrieves information about the status and settings of the APNs VoIP channel for an application.
This is a convenience which creates an instance of the GetApnsVoipChannelRequest.Builder avoiding the
need to create one manually via GetApnsVoipChannelRequest.builder()
getApnsVoipChannelRequest - A Consumer that will call methods on GetApnsVoipChannelRequest.Builder to create a
request.default CompletableFuture<GetApnsVoipSandboxChannelResponse> getApnsVoipSandboxChannel(GetApnsVoipSandboxChannelRequest getApnsVoipSandboxChannelRequest)
Retrieves information about the status and settings of the APNs VoIP sandbox channel for an application.
getApnsVoipSandboxChannelRequest - default CompletableFuture<GetApnsVoipSandboxChannelResponse> getApnsVoipSandboxChannel(Consumer<GetApnsVoipSandboxChannelRequest.Builder> getApnsVoipSandboxChannelRequest)
Retrieves information about the status and settings of the APNs VoIP sandbox channel for an application.
This is a convenience which creates an instance of the GetApnsVoipSandboxChannelRequest.Builder avoiding
the need to create one manually via GetApnsVoipSandboxChannelRequest.builder()
getApnsVoipSandboxChannelRequest - A Consumer that will call methods on GetApnsVoipSandboxChannelRequest.Builder to create a
request.default CompletableFuture<GetAppResponse> getApp(GetAppRequest getAppRequest)
Retrieves information about an application.
getAppRequest - default CompletableFuture<GetAppResponse> getApp(Consumer<GetAppRequest.Builder> getAppRequest)
Retrieves information about an application.
This is a convenience which creates an instance of the GetAppRequest.Builder avoiding the need to create
one manually via GetAppRequest.builder()
getAppRequest - A Consumer that will call methods on GetAppRequest.Builder to create a request.default CompletableFuture<GetApplicationDateRangeKpiResponse> getApplicationDateRangeKpi(GetApplicationDateRangeKpiRequest getApplicationDateRangeKpiRequest)
Retrieves (queries) pre-aggregated data for a standard metric that applies to an application.
getApplicationDateRangeKpiRequest - default CompletableFuture<GetApplicationDateRangeKpiResponse> getApplicationDateRangeKpi(Consumer<GetApplicationDateRangeKpiRequest.Builder> getApplicationDateRangeKpiRequest)
Retrieves (queries) pre-aggregated data for a standard metric that applies to an application.
This is a convenience which creates an instance of the GetApplicationDateRangeKpiRequest.Builder avoiding
the need to create one manually via GetApplicationDateRangeKpiRequest.builder()
getApplicationDateRangeKpiRequest - A Consumer that will call methods on GetApplicationDateRangeKpiRequest.Builder to create a
request.default CompletableFuture<GetApplicationSettingsResponse> getApplicationSettings(GetApplicationSettingsRequest getApplicationSettingsRequest)
Retrieves information about the settings for an application.
getApplicationSettingsRequest - default CompletableFuture<GetApplicationSettingsResponse> getApplicationSettings(Consumer<GetApplicationSettingsRequest.Builder> getApplicationSettingsRequest)
Retrieves information about the settings for an application.
This is a convenience which creates an instance of the GetApplicationSettingsRequest.Builder avoiding the
need to create one manually via GetApplicationSettingsRequest.builder()
getApplicationSettingsRequest - A Consumer that will call methods on GetApplicationSettingsRequest.Builder to create a
request.default CompletableFuture<GetAppsResponse> getApps(GetAppsRequest getAppsRequest)
Retrieves information about all the applications that are associated with your Amazon Pinpoint account.
getAppsRequest - default CompletableFuture<GetAppsResponse> getApps(Consumer<GetAppsRequest.Builder> getAppsRequest)
Retrieves information about all the applications that are associated with your Amazon Pinpoint account.
This is a convenience which creates an instance of the GetAppsRequest.Builder avoiding the need to create
one manually via GetAppsRequest.builder()
getAppsRequest - A Consumer that will call methods on GetAppsRequest.Builder to create a request.default CompletableFuture<GetBaiduChannelResponse> getBaiduChannel(GetBaiduChannelRequest getBaiduChannelRequest)
Retrieves information about the status and settings of the Baidu channel for an application.
getBaiduChannelRequest - default CompletableFuture<GetBaiduChannelResponse> getBaiduChannel(Consumer<GetBaiduChannelRequest.Builder> getBaiduChannelRequest)
Retrieves information about the status and settings of the Baidu channel for an application.
This is a convenience which creates an instance of the GetBaiduChannelRequest.Builder avoiding the need
to create one manually via GetBaiduChannelRequest.builder()
getBaiduChannelRequest - A Consumer that will call methods on GetBaiduChannelRequest.Builder to create a request.default CompletableFuture<GetCampaignResponse> getCampaign(GetCampaignRequest getCampaignRequest)
Retrieves information about the status, configuration, and other settings for a campaign.
getCampaignRequest - default CompletableFuture<GetCampaignResponse> getCampaign(Consumer<GetCampaignRequest.Builder> getCampaignRequest)
Retrieves information about the status, configuration, and other settings for a campaign.
This is a convenience which creates an instance of the GetCampaignRequest.Builder avoiding the need to
create one manually via GetCampaignRequest.builder()
getCampaignRequest - A Consumer that will call methods on GetCampaignRequest.Builder to create a request.default CompletableFuture<GetCampaignActivitiesResponse> getCampaignActivities(GetCampaignActivitiesRequest getCampaignActivitiesRequest)
Retrieves information about all the activities for a campaign.
getCampaignActivitiesRequest - default CompletableFuture<GetCampaignActivitiesResponse> getCampaignActivities(Consumer<GetCampaignActivitiesRequest.Builder> getCampaignActivitiesRequest)
Retrieves information about all the activities for a campaign.
This is a convenience which creates an instance of the GetCampaignActivitiesRequest.Builder avoiding the
need to create one manually via GetCampaignActivitiesRequest.builder()
getCampaignActivitiesRequest - A Consumer that will call methods on GetCampaignActivitiesRequest.Builder to create a
request.default CompletableFuture<GetCampaignDateRangeKpiResponse> getCampaignDateRangeKpi(GetCampaignDateRangeKpiRequest getCampaignDateRangeKpiRequest)
Retrieves (queries) pre-aggregated data for a standard metric that applies to a campaign.
getCampaignDateRangeKpiRequest - default CompletableFuture<GetCampaignDateRangeKpiResponse> getCampaignDateRangeKpi(Consumer<GetCampaignDateRangeKpiRequest.Builder> getCampaignDateRangeKpiRequest)
Retrieves (queries) pre-aggregated data for a standard metric that applies to a campaign.
This is a convenience which creates an instance of the GetCampaignDateRangeKpiRequest.Builder avoiding
the need to create one manually via GetCampaignDateRangeKpiRequest.builder()
getCampaignDateRangeKpiRequest - A Consumer that will call methods on GetCampaignDateRangeKpiRequest.Builder to create a
request.default CompletableFuture<GetCampaignVersionResponse> getCampaignVersion(GetCampaignVersionRequest getCampaignVersionRequest)
Retrieves information about the status, configuration, and other settings for a specific version of a campaign.
getCampaignVersionRequest - default CompletableFuture<GetCampaignVersionResponse> getCampaignVersion(Consumer<GetCampaignVersionRequest.Builder> getCampaignVersionRequest)
Retrieves information about the status, configuration, and other settings for a specific version of a campaign.
This is a convenience which creates an instance of the GetCampaignVersionRequest.Builder avoiding the
need to create one manually via GetCampaignVersionRequest.builder()
getCampaignVersionRequest - A Consumer that will call methods on GetCampaignVersionRequest.Builder to create a
request.default CompletableFuture<GetCampaignVersionsResponse> getCampaignVersions(GetCampaignVersionsRequest getCampaignVersionsRequest)
Retrieves information about the status, configuration, and other settings for all versions of a campaign.
getCampaignVersionsRequest - default CompletableFuture<GetCampaignVersionsResponse> getCampaignVersions(Consumer<GetCampaignVersionsRequest.Builder> getCampaignVersionsRequest)
Retrieves information about the status, configuration, and other settings for all versions of a campaign.
This is a convenience which creates an instance of the GetCampaignVersionsRequest.Builder avoiding the
need to create one manually via GetCampaignVersionsRequest.builder()
getCampaignVersionsRequest - A Consumer that will call methods on GetCampaignVersionsRequest.Builder to create a
request.default CompletableFuture<GetCampaignsResponse> getCampaigns(GetCampaignsRequest getCampaignsRequest)
Retrieves information about the status, configuration, and other settings for all the campaigns that are associated with an application.
getCampaignsRequest - default CompletableFuture<GetCampaignsResponse> getCampaigns(Consumer<GetCampaignsRequest.Builder> getCampaignsRequest)
Retrieves information about the status, configuration, and other settings for all the campaigns that are associated with an application.
This is a convenience which creates an instance of the GetCampaignsRequest.Builder avoiding the need to
create one manually via GetCampaignsRequest.builder()
getCampaignsRequest - A Consumer that will call methods on GetCampaignsRequest.Builder to create a request.default CompletableFuture<GetChannelsResponse> getChannels(GetChannelsRequest getChannelsRequest)
Retrieves information about the history and status of each channel for an application.
getChannelsRequest - default CompletableFuture<GetChannelsResponse> getChannels(Consumer<GetChannelsRequest.Builder> getChannelsRequest)
Retrieves information about the history and status of each channel for an application.
This is a convenience which creates an instance of the GetChannelsRequest.Builder avoiding the need to
create one manually via GetChannelsRequest.builder()
getChannelsRequest - A Consumer that will call methods on GetChannelsRequest.Builder to create a request.default CompletableFuture<GetEmailChannelResponse> getEmailChannel(GetEmailChannelRequest getEmailChannelRequest)
Retrieves information about the status and settings of the email channel for an application.
getEmailChannelRequest - default CompletableFuture<GetEmailChannelResponse> getEmailChannel(Consumer<GetEmailChannelRequest.Builder> getEmailChannelRequest)
Retrieves information about the status and settings of the email channel for an application.
This is a convenience which creates an instance of the GetEmailChannelRequest.Builder avoiding the need
to create one manually via GetEmailChannelRequest.builder()
getEmailChannelRequest - A Consumer that will call methods on GetEmailChannelRequest.Builder to create a request.default CompletableFuture<GetEmailTemplateResponse> getEmailTemplate(GetEmailTemplateRequest getEmailTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through the email channel.
getEmailTemplateRequest - default CompletableFuture<GetEmailTemplateResponse> getEmailTemplate(Consumer<GetEmailTemplateRequest.Builder> getEmailTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through the email channel.
This is a convenience which creates an instance of the GetEmailTemplateRequest.Builder avoiding the need
to create one manually via GetEmailTemplateRequest.builder()
getEmailTemplateRequest - A Consumer that will call methods on GetEmailTemplateRequest.Builder to create a request.default CompletableFuture<GetEndpointResponse> getEndpoint(GetEndpointRequest getEndpointRequest)
Retrieves information about the settings and attributes of a specific endpoint for an application.
getEndpointRequest - default CompletableFuture<GetEndpointResponse> getEndpoint(Consumer<GetEndpointRequest.Builder> getEndpointRequest)
Retrieves information about the settings and attributes of a specific endpoint for an application.
This is a convenience which creates an instance of the GetEndpointRequest.Builder avoiding the need to
create one manually via GetEndpointRequest.builder()
getEndpointRequest - A Consumer that will call methods on GetEndpointRequest.Builder to create a request.default CompletableFuture<GetEventStreamResponse> getEventStream(GetEventStreamRequest getEventStreamRequest)
Retrieves information about the event stream settings for an application.
getEventStreamRequest - default CompletableFuture<GetEventStreamResponse> getEventStream(Consumer<GetEventStreamRequest.Builder> getEventStreamRequest)
Retrieves information about the event stream settings for an application.
This is a convenience which creates an instance of the GetEventStreamRequest.Builder avoiding the need to
create one manually via GetEventStreamRequest.builder()
getEventStreamRequest - A Consumer that will call methods on GetEventStreamRequest.Builder to create a request.default CompletableFuture<GetExportJobResponse> getExportJob(GetExportJobRequest getExportJobRequest)
Retrieves information about the status and settings of a specific export job for an application.
getExportJobRequest - default CompletableFuture<GetExportJobResponse> getExportJob(Consumer<GetExportJobRequest.Builder> getExportJobRequest)
Retrieves information about the status and settings of a specific export job for an application.
This is a convenience which creates an instance of the GetExportJobRequest.Builder avoiding the need to
create one manually via GetExportJobRequest.builder()
getExportJobRequest - A Consumer that will call methods on GetExportJobRequest.Builder to create a request.default CompletableFuture<GetExportJobsResponse> getExportJobs(GetExportJobsRequest getExportJobsRequest)
Retrieves information about the status and settings of all the export jobs for an application.
getExportJobsRequest - default CompletableFuture<GetExportJobsResponse> getExportJobs(Consumer<GetExportJobsRequest.Builder> getExportJobsRequest)
Retrieves information about the status and settings of all the export jobs for an application.
This is a convenience which creates an instance of the GetExportJobsRequest.Builder avoiding the need to
create one manually via GetExportJobsRequest.builder()
getExportJobsRequest - A Consumer that will call methods on GetExportJobsRequest.Builder to create a request.default CompletableFuture<GetGcmChannelResponse> getGcmChannel(GetGcmChannelRequest getGcmChannelRequest)
Retrieves information about the status and settings of the GCM channel for an application.
getGcmChannelRequest - default CompletableFuture<GetGcmChannelResponse> getGcmChannel(Consumer<GetGcmChannelRequest.Builder> getGcmChannelRequest)
Retrieves information about the status and settings of the GCM channel for an application.
This is a convenience which creates an instance of the GetGcmChannelRequest.Builder avoiding the need to
create one manually via GetGcmChannelRequest.builder()
getGcmChannelRequest - A Consumer that will call methods on GetGcmChannelRequest.Builder to create a request.default CompletableFuture<GetImportJobResponse> getImportJob(GetImportJobRequest getImportJobRequest)
Retrieves information about the status and settings of a specific import job for an application.
getImportJobRequest - default CompletableFuture<GetImportJobResponse> getImportJob(Consumer<GetImportJobRequest.Builder> getImportJobRequest)
Retrieves information about the status and settings of a specific import job for an application.
This is a convenience which creates an instance of the GetImportJobRequest.Builder avoiding the need to
create one manually via GetImportJobRequest.builder()
getImportJobRequest - A Consumer that will call methods on GetImportJobRequest.Builder to create a request.default CompletableFuture<GetImportJobsResponse> getImportJobs(GetImportJobsRequest getImportJobsRequest)
Retrieves information about the status and settings of all the import jobs for an application.
getImportJobsRequest - default CompletableFuture<GetImportJobsResponse> getImportJobs(Consumer<GetImportJobsRequest.Builder> getImportJobsRequest)
Retrieves information about the status and settings of all the import jobs for an application.
This is a convenience which creates an instance of the GetImportJobsRequest.Builder avoiding the need to
create one manually via GetImportJobsRequest.builder()
getImportJobsRequest - A Consumer that will call methods on GetImportJobsRequest.Builder to create a request.default CompletableFuture<GetJourneyResponse> getJourney(GetJourneyRequest getJourneyRequest)
Retrieves information about the status, configuration, and other settings for a journey.
getJourneyRequest - default CompletableFuture<GetJourneyResponse> getJourney(Consumer<GetJourneyRequest.Builder> getJourneyRequest)
Retrieves information about the status, configuration, and other settings for a journey.
This is a convenience which creates an instance of the GetJourneyRequest.Builder avoiding the need to
create one manually via GetJourneyRequest.builder()
getJourneyRequest - A Consumer that will call methods on GetJourneyRequest.Builder to create a request.default CompletableFuture<GetJourneyDateRangeKpiResponse> getJourneyDateRangeKpi(GetJourneyDateRangeKpiRequest getJourneyDateRangeKpiRequest)
Retrieves (queries) pre-aggregated data for a standard engagement metric that applies to a journey.
getJourneyDateRangeKpiRequest - default CompletableFuture<GetJourneyDateRangeKpiResponse> getJourneyDateRangeKpi(Consumer<GetJourneyDateRangeKpiRequest.Builder> getJourneyDateRangeKpiRequest)
Retrieves (queries) pre-aggregated data for a standard engagement metric that applies to a journey.
This is a convenience which creates an instance of the GetJourneyDateRangeKpiRequest.Builder avoiding the
need to create one manually via GetJourneyDateRangeKpiRequest.builder()
getJourneyDateRangeKpiRequest - A Consumer that will call methods on GetJourneyDateRangeKpiRequest.Builder to create a
request.default CompletableFuture<GetJourneyExecutionActivityMetricsResponse> getJourneyExecutionActivityMetrics(GetJourneyExecutionActivityMetricsRequest getJourneyExecutionActivityMetricsRequest)
Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey activity.
getJourneyExecutionActivityMetricsRequest - default CompletableFuture<GetJourneyExecutionActivityMetricsResponse> getJourneyExecutionActivityMetrics(Consumer<GetJourneyExecutionActivityMetricsRequest.Builder> getJourneyExecutionActivityMetricsRequest)
Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey activity.
This is a convenience which creates an instance of the GetJourneyExecutionActivityMetricsRequest.Builder
avoiding the need to create one manually via GetJourneyExecutionActivityMetricsRequest.builder()
getJourneyExecutionActivityMetricsRequest - A Consumer that will call methods on GetJourneyExecutionActivityMetricsRequest.Builder to
create a request.default CompletableFuture<GetJourneyExecutionMetricsResponse> getJourneyExecutionMetrics(GetJourneyExecutionMetricsRequest getJourneyExecutionMetricsRequest)
Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey.
getJourneyExecutionMetricsRequest - default CompletableFuture<GetJourneyExecutionMetricsResponse> getJourneyExecutionMetrics(Consumer<GetJourneyExecutionMetricsRequest.Builder> getJourneyExecutionMetricsRequest)
Retrieves (queries) pre-aggregated data for a standard execution metric that applies to a journey.
This is a convenience which creates an instance of the GetJourneyExecutionMetricsRequest.Builder avoiding
the need to create one manually via GetJourneyExecutionMetricsRequest.builder()
getJourneyExecutionMetricsRequest - A Consumer that will call methods on GetJourneyExecutionMetricsRequest.Builder to create a
request.default CompletableFuture<GetPushTemplateResponse> getPushTemplate(GetPushTemplateRequest getPushTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through a push notification channel.
getPushTemplateRequest - default CompletableFuture<GetPushTemplateResponse> getPushTemplate(Consumer<GetPushTemplateRequest.Builder> getPushTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through a push notification channel.
This is a convenience which creates an instance of the GetPushTemplateRequest.Builder avoiding the need
to create one manually via GetPushTemplateRequest.builder()
getPushTemplateRequest - A Consumer that will call methods on GetPushTemplateRequest.Builder to create a request.default CompletableFuture<GetSegmentResponse> getSegment(GetSegmentRequest getSegmentRequest)
Retrieves information about the configuration, dimension, and other settings for a specific segment that's associated with an application.
getSegmentRequest - default CompletableFuture<GetSegmentResponse> getSegment(Consumer<GetSegmentRequest.Builder> getSegmentRequest)
Retrieves information about the configuration, dimension, and other settings for a specific segment that's associated with an application.
This is a convenience which creates an instance of the GetSegmentRequest.Builder avoiding the need to
create one manually via GetSegmentRequest.builder()
getSegmentRequest - A Consumer that will call methods on GetSegmentRequest.Builder to create a request.default CompletableFuture<GetSegmentExportJobsResponse> getSegmentExportJobs(GetSegmentExportJobsRequest getSegmentExportJobsRequest)
Retrieves information about the status and settings of the export jobs for a segment.
getSegmentExportJobsRequest - default CompletableFuture<GetSegmentExportJobsResponse> getSegmentExportJobs(Consumer<GetSegmentExportJobsRequest.Builder> getSegmentExportJobsRequest)
Retrieves information about the status and settings of the export jobs for a segment.
This is a convenience which creates an instance of the GetSegmentExportJobsRequest.Builder avoiding the
need to create one manually via GetSegmentExportJobsRequest.builder()
getSegmentExportJobsRequest - A Consumer that will call methods on GetSegmentExportJobsRequest.Builder to create a
request.default CompletableFuture<GetSegmentImportJobsResponse> getSegmentImportJobs(GetSegmentImportJobsRequest getSegmentImportJobsRequest)
Retrieves information about the status and settings of the import jobs for a segment.
getSegmentImportJobsRequest - default CompletableFuture<GetSegmentImportJobsResponse> getSegmentImportJobs(Consumer<GetSegmentImportJobsRequest.Builder> getSegmentImportJobsRequest)
Retrieves information about the status and settings of the import jobs for a segment.
This is a convenience which creates an instance of the GetSegmentImportJobsRequest.Builder avoiding the
need to create one manually via GetSegmentImportJobsRequest.builder()
getSegmentImportJobsRequest - A Consumer that will call methods on GetSegmentImportJobsRequest.Builder to create a
request.default CompletableFuture<GetSegmentVersionResponse> getSegmentVersion(GetSegmentVersionRequest getSegmentVersionRequest)
Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application.
getSegmentVersionRequest - default CompletableFuture<GetSegmentVersionResponse> getSegmentVersion(Consumer<GetSegmentVersionRequest.Builder> getSegmentVersionRequest)
Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application.
This is a convenience which creates an instance of the GetSegmentVersionRequest.Builder avoiding the need
to create one manually via GetSegmentVersionRequest.builder()
getSegmentVersionRequest - A Consumer that will call methods on GetSegmentVersionRequest.Builder to create a request.default CompletableFuture<GetSegmentVersionsResponse> getSegmentVersions(GetSegmentVersionsRequest getSegmentVersionsRequest)
Retrieves information about the configuration, dimension, and other settings for all the versions of a specific segment that's associated with an application.
getSegmentVersionsRequest - default CompletableFuture<GetSegmentVersionsResponse> getSegmentVersions(Consumer<GetSegmentVersionsRequest.Builder> getSegmentVersionsRequest)
Retrieves information about the configuration, dimension, and other settings for all the versions of a specific segment that's associated with an application.
This is a convenience which creates an instance of the GetSegmentVersionsRequest.Builder avoiding the
need to create one manually via GetSegmentVersionsRequest.builder()
getSegmentVersionsRequest - A Consumer that will call methods on GetSegmentVersionsRequest.Builder to create a
request.default CompletableFuture<GetSegmentsResponse> getSegments(GetSegmentsRequest getSegmentsRequest)
Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.
getSegmentsRequest - default CompletableFuture<GetSegmentsResponse> getSegments(Consumer<GetSegmentsRequest.Builder> getSegmentsRequest)
Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.
This is a convenience which creates an instance of the GetSegmentsRequest.Builder avoiding the need to
create one manually via GetSegmentsRequest.builder()
getSegmentsRequest - A Consumer that will call methods on GetSegmentsRequest.Builder to create a request.default CompletableFuture<GetSmsChannelResponse> getSmsChannel(GetSmsChannelRequest getSmsChannelRequest)
Retrieves information about the status and settings of the SMS channel for an application.
getSmsChannelRequest - default CompletableFuture<GetSmsChannelResponse> getSmsChannel(Consumer<GetSmsChannelRequest.Builder> getSmsChannelRequest)
Retrieves information about the status and settings of the SMS channel for an application.
This is a convenience which creates an instance of the GetSmsChannelRequest.Builder avoiding the need to
create one manually via GetSmsChannelRequest.builder()
getSmsChannelRequest - A Consumer that will call methods on GetSmsChannelRequest.Builder to create a request.default CompletableFuture<GetSmsTemplateResponse> getSmsTemplate(GetSmsTemplateRequest getSmsTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through the SMS channel.
getSmsTemplateRequest - default CompletableFuture<GetSmsTemplateResponse> getSmsTemplate(Consumer<GetSmsTemplateRequest.Builder> getSmsTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through the SMS channel.
This is a convenience which creates an instance of the GetSmsTemplateRequest.Builder avoiding the need to
create one manually via GetSmsTemplateRequest.builder()
getSmsTemplateRequest - A Consumer that will call methods on GetSmsTemplateRequest.Builder to create a request.default CompletableFuture<GetUserEndpointsResponse> getUserEndpoints(GetUserEndpointsRequest getUserEndpointsRequest)
Retrieves information about all the endpoints that are associated with a specific user ID.
getUserEndpointsRequest - default CompletableFuture<GetUserEndpointsResponse> getUserEndpoints(Consumer<GetUserEndpointsRequest.Builder> getUserEndpointsRequest)
Retrieves information about all the endpoints that are associated with a specific user ID.
This is a convenience which creates an instance of the GetUserEndpointsRequest.Builder avoiding the need
to create one manually via GetUserEndpointsRequest.builder()
getUserEndpointsRequest - A Consumer that will call methods on GetUserEndpointsRequest.Builder to create a request.default CompletableFuture<GetVoiceChannelResponse> getVoiceChannel(GetVoiceChannelRequest getVoiceChannelRequest)
Retrieves information about the status and settings of the voice channel for an application.
getVoiceChannelRequest - default CompletableFuture<GetVoiceChannelResponse> getVoiceChannel(Consumer<GetVoiceChannelRequest.Builder> getVoiceChannelRequest)
Retrieves information about the status and settings of the voice channel for an application.
This is a convenience which creates an instance of the GetVoiceChannelRequest.Builder avoiding the need
to create one manually via GetVoiceChannelRequest.builder()
getVoiceChannelRequest - A Consumer that will call methods on GetVoiceChannelRequest.Builder to create a request.default CompletableFuture<GetVoiceTemplateResponse> getVoiceTemplate(GetVoiceTemplateRequest getVoiceTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through the voice channel.
getVoiceTemplateRequest - default CompletableFuture<GetVoiceTemplateResponse> getVoiceTemplate(Consumer<GetVoiceTemplateRequest.Builder> getVoiceTemplateRequest)
Retrieves the content and settings of a message template for messages that are sent through the voice channel.
This is a convenience which creates an instance of the GetVoiceTemplateRequest.Builder avoiding the need
to create one manually via GetVoiceTemplateRequest.builder()
getVoiceTemplateRequest - A Consumer that will call methods on GetVoiceTemplateRequest.Builder to create a request.default CompletableFuture<ListJourneysResponse> listJourneys(ListJourneysRequest listJourneysRequest)
Retrieves information about the status, configuration, and other settings for all the journeys that are associated with an application.
listJourneysRequest - default CompletableFuture<ListJourneysResponse> listJourneys(Consumer<ListJourneysRequest.Builder> listJourneysRequest)
Retrieves information about the status, configuration, and other settings for all the journeys that are associated with an application.
This is a convenience which creates an instance of the ListJourneysRequest.Builder avoiding the need to
create one manually via ListJourneysRequest.builder()
listJourneysRequest - A Consumer that will call methods on ListJourneysRequest.Builder to create a request.default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Retrieves all the tags (keys and values) that are associated with an application, campaign, journey, message template, or segment.
listTagsForResourceRequest - default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieves all the tags (keys and values) that are associated with an application, campaign, journey, message template, or segment.
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.default CompletableFuture<ListTemplateVersionsResponse> listTemplateVersions(ListTemplateVersionsRequest listTemplateVersionsRequest)
Retrieves information about all the versions of a specific message template.
listTemplateVersionsRequest - default CompletableFuture<ListTemplateVersionsResponse> listTemplateVersions(Consumer<ListTemplateVersionsRequest.Builder> listTemplateVersionsRequest)
Retrieves information about all the versions of a specific message template.
This is a convenience which creates an instance of the ListTemplateVersionsRequest.Builder avoiding the
need to create one manually via ListTemplateVersionsRequest.builder()
listTemplateVersionsRequest - A Consumer that will call methods on ListTemplateVersionsRequest.Builder to create a
request.default CompletableFuture<ListTemplatesResponse> listTemplates(ListTemplatesRequest listTemplatesRequest)
Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.
listTemplatesRequest - default CompletableFuture<ListTemplatesResponse> listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)
Retrieves information about all the message templates that are associated with your Amazon Pinpoint account.
This is a convenience which creates an instance of the ListTemplatesRequest.Builder avoiding the need to
create one manually via ListTemplatesRequest.builder()
listTemplatesRequest - A Consumer that will call methods on ListTemplatesRequest.Builder to create a request.default CompletableFuture<PhoneNumberValidateResponse> phoneNumberValidate(PhoneNumberValidateRequest phoneNumberValidateRequest)
Retrieves information about a phone number.
phoneNumberValidateRequest - default CompletableFuture<PhoneNumberValidateResponse> phoneNumberValidate(Consumer<PhoneNumberValidateRequest.Builder> phoneNumberValidateRequest)
Retrieves information about a phone number.
This is a convenience which creates an instance of the PhoneNumberValidateRequest.Builder avoiding the
need to create one manually via PhoneNumberValidateRequest.builder()
phoneNumberValidateRequest - A Consumer that will call methods on PhoneNumberValidateRequest.Builder to create a
request.default CompletableFuture<PutEventStreamResponse> putEventStream(PutEventStreamRequest putEventStreamRequest)
Creates a new event stream for an application or updates the settings of an existing event stream for an application.
putEventStreamRequest - default CompletableFuture<PutEventStreamResponse> putEventStream(Consumer<PutEventStreamRequest.Builder> putEventStreamRequest)
Creates a new event stream for an application or updates the settings of an existing event stream for an application.
This is a convenience which creates an instance of the PutEventStreamRequest.Builder avoiding the need to
create one manually via PutEventStreamRequest.builder()
putEventStreamRequest - A Consumer that will call methods on PutEventStreamRequest.Builder to create a request.default CompletableFuture<PutEventsResponse> putEvents(PutEventsRequest putEventsRequest)
Creates a new event to record for endpoints, or creates or updates endpoint data that existing events are associated with.
putEventsRequest - default CompletableFuture<PutEventsResponse> putEvents(Consumer<PutEventsRequest.Builder> putEventsRequest)
Creates a new event to record for endpoints, or creates or updates endpoint data that existing events are associated with.
This is a convenience which creates an instance of the PutEventsRequest.Builder avoiding the need to
create one manually via PutEventsRequest.builder()
putEventsRequest - A Consumer that will call methods on PutEventsRequest.Builder to create a request.default CompletableFuture<RemoveAttributesResponse> removeAttributes(RemoveAttributesRequest removeAttributesRequest)
Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application.
removeAttributesRequest - default CompletableFuture<RemoveAttributesResponse> removeAttributes(Consumer<RemoveAttributesRequest.Builder> removeAttributesRequest)
Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application.
This is a convenience which creates an instance of the RemoveAttributesRequest.Builder avoiding the need
to create one manually via RemoveAttributesRequest.builder()
removeAttributesRequest - A Consumer that will call methods on RemoveAttributesRequest.Builder to create a request.default CompletableFuture<SendMessagesResponse> sendMessages(SendMessagesRequest sendMessagesRequest)
Creates and sends a direct message.
sendMessagesRequest - default CompletableFuture<SendMessagesResponse> sendMessages(Consumer<SendMessagesRequest.Builder> sendMessagesRequest)
Creates and sends a direct message.
This is a convenience which creates an instance of the SendMessagesRequest.Builder avoiding the need to
create one manually via SendMessagesRequest.builder()
sendMessagesRequest - A Consumer that will call methods on SendMessagesRequest.Builder to create a request.default CompletableFuture<SendUsersMessagesResponse> sendUsersMessages(SendUsersMessagesRequest sendUsersMessagesRequest)
Creates and sends a message to a list of users.
sendUsersMessagesRequest - default CompletableFuture<SendUsersMessagesResponse> sendUsersMessages(Consumer<SendUsersMessagesRequest.Builder> sendUsersMessagesRequest)
Creates and sends a message to a list of users.
This is a convenience which creates an instance of the SendUsersMessagesRequest.Builder avoiding the need
to create one manually via SendUsersMessagesRequest.builder()
sendUsersMessagesRequest - A Consumer that will call methods on SendUsersMessagesRequest.Builder to create a request.default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags (keys and values) to an application, campaign, journey, message template, or segment.
tagResourceRequest - default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags (keys and values) to an application, campaign, journey, message template, or segment.
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request.default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags (keys and values) from an application, campaign, journey, message template, or segment.
untagResourceRequest - default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags (keys and values) from an application, campaign, journey, message template, or segment.
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.default CompletableFuture<UpdateAdmChannelResponse> updateAdmChannel(UpdateAdmChannelRequest updateAdmChannelRequest)
Enables the ADM channel for an application or updates the status and settings of the ADM channel for an application.
updateAdmChannelRequest - default CompletableFuture<UpdateAdmChannelResponse> updateAdmChannel(Consumer<UpdateAdmChannelRequest.Builder> updateAdmChannelRequest)
Enables the ADM channel for an application or updates the status and settings of the ADM channel for an application.
This is a convenience which creates an instance of the UpdateAdmChannelRequest.Builder avoiding the need
to create one manually via UpdateAdmChannelRequest.builder()
updateAdmChannelRequest - A Consumer that will call methods on UpdateAdmChannelRequest.Builder to create a request.default CompletableFuture<UpdateApnsChannelResponse> updateApnsChannel(UpdateApnsChannelRequest updateApnsChannelRequest)
Enables the APNs channel for an application or updates the status and settings of the APNs channel for an application.
updateApnsChannelRequest - default CompletableFuture<UpdateApnsChannelResponse> updateApnsChannel(Consumer<UpdateApnsChannelRequest.Builder> updateApnsChannelRequest)
Enables the APNs channel for an application or updates the status and settings of the APNs channel for an application.
This is a convenience which creates an instance of the UpdateApnsChannelRequest.Builder avoiding the need
to create one manually via UpdateApnsChannelRequest.builder()
updateApnsChannelRequest - A Consumer that will call methods on UpdateApnsChannelRequest.Builder to create a request.default CompletableFuture<UpdateApnsSandboxChannelResponse> updateApnsSandboxChannel(UpdateApnsSandboxChannelRequest updateApnsSandboxChannelRequest)
Enables the APNs sandbox channel for an application or updates the status and settings of the APNs sandbox channel for an application.
updateApnsSandboxChannelRequest - default CompletableFuture<UpdateApnsSandboxChannelResponse> updateApnsSandboxChannel(Consumer<UpdateApnsSandboxChannelRequest.Builder> updateApnsSandboxChannelRequest)
Enables the APNs sandbox channel for an application or updates the status and settings of the APNs sandbox channel for an application.
This is a convenience which creates an instance of the UpdateApnsSandboxChannelRequest.Builder avoiding
the need to create one manually via UpdateApnsSandboxChannelRequest.builder()
updateApnsSandboxChannelRequest - A Consumer that will call methods on UpdateApnsSandboxChannelRequest.Builder to create a
request.default CompletableFuture<UpdateApnsVoipChannelResponse> updateApnsVoipChannel(UpdateApnsVoipChannelRequest updateApnsVoipChannelRequest)
Enables the APNs VoIP channel for an application or updates the status and settings of the APNs VoIP channel for an application.
updateApnsVoipChannelRequest - default CompletableFuture<UpdateApnsVoipChannelResponse> updateApnsVoipChannel(Consumer<UpdateApnsVoipChannelRequest.Builder> updateApnsVoipChannelRequest)
Enables the APNs VoIP channel for an application or updates the status and settings of the APNs VoIP channel for an application.
This is a convenience which creates an instance of the UpdateApnsVoipChannelRequest.Builder avoiding the
need to create one manually via UpdateApnsVoipChannelRequest.builder()
updateApnsVoipChannelRequest - A Consumer that will call methods on UpdateApnsVoipChannelRequest.Builder to create a
request.default CompletableFuture<UpdateApnsVoipSandboxChannelResponse> updateApnsVoipSandboxChannel(UpdateApnsVoipSandboxChannelRequest updateApnsVoipSandboxChannelRequest)
Enables the APNs VoIP sandbox channel for an application or updates the status and settings of the APNs VoIP sandbox channel for an application.
updateApnsVoipSandboxChannelRequest - default CompletableFuture<UpdateApnsVoipSandboxChannelResponse> updateApnsVoipSandboxChannel(Consumer<UpdateApnsVoipSandboxChannelRequest.Builder> updateApnsVoipSandboxChannelRequest)
Enables the APNs VoIP sandbox channel for an application or updates the status and settings of the APNs VoIP sandbox channel for an application.
This is a convenience which creates an instance of the UpdateApnsVoipSandboxChannelRequest.Builder
avoiding the need to create one manually via UpdateApnsVoipSandboxChannelRequest.builder()
updateApnsVoipSandboxChannelRequest - A Consumer that will call methods on UpdateApnsVoipSandboxChannelRequest.Builder to create
a request.default CompletableFuture<UpdateApplicationSettingsResponse> updateApplicationSettings(UpdateApplicationSettingsRequest updateApplicationSettingsRequest)
Updates the settings for an application.
updateApplicationSettingsRequest - default CompletableFuture<UpdateApplicationSettingsResponse> updateApplicationSettings(Consumer<UpdateApplicationSettingsRequest.Builder> updateApplicationSettingsRequest)
Updates the settings for an application.
This is a convenience which creates an instance of the UpdateApplicationSettingsRequest.Builder avoiding
the need to create one manually via UpdateApplicationSettingsRequest.builder()
updateApplicationSettingsRequest - A Consumer that will call methods on UpdateApplicationSettingsRequest.Builder to create a
request.default CompletableFuture<UpdateBaiduChannelResponse> updateBaiduChannel(UpdateBaiduChannelRequest updateBaiduChannelRequest)
Enables the Baidu channel for an application or updates the status and settings of the Baidu channel for an application.
updateBaiduChannelRequest - default CompletableFuture<UpdateBaiduChannelResponse> updateBaiduChannel(Consumer<UpdateBaiduChannelRequest.Builder> updateBaiduChannelRequest)
Enables the Baidu channel for an application or updates the status and settings of the Baidu channel for an application.
This is a convenience which creates an instance of the UpdateBaiduChannelRequest.Builder avoiding the
need to create one manually via UpdateBaiduChannelRequest.builder()
updateBaiduChannelRequest - A Consumer that will call methods on UpdateBaiduChannelRequest.Builder to create a
request.default CompletableFuture<UpdateCampaignResponse> updateCampaign(UpdateCampaignRequest updateCampaignRequest)
Updates the configuration and other settings for a campaign.
updateCampaignRequest - default CompletableFuture<UpdateCampaignResponse> updateCampaign(Consumer<UpdateCampaignRequest.Builder> updateCampaignRequest)
Updates the configuration and other settings for a campaign.
This is a convenience which creates an instance of the UpdateCampaignRequest.Builder avoiding the need to
create one manually via UpdateCampaignRequest.builder()
updateCampaignRequest - A Consumer that will call methods on UpdateCampaignRequest.Builder to create a request.default CompletableFuture<UpdateEmailChannelResponse> updateEmailChannel(UpdateEmailChannelRequest updateEmailChannelRequest)
Enables the email channel for an application or updates the status and settings of the email channel for an application.
updateEmailChannelRequest - default CompletableFuture<UpdateEmailChannelResponse> 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.
This is a convenience which creates an instance of the UpdateEmailChannelRequest.Builder avoiding the
need to create one manually via UpdateEmailChannelRequest.builder()
updateEmailChannelRequest - A Consumer that will call methods on UpdateEmailChannelRequest.Builder to create a
request.default CompletableFuture<UpdateEmailTemplateResponse> updateEmailTemplate(UpdateEmailTemplateRequest updateEmailTemplateRequest)
Updates an existing message template for messages that are sent through the email channel.
updateEmailTemplateRequest - default CompletableFuture<UpdateEmailTemplateResponse> updateEmailTemplate(Consumer<UpdateEmailTemplateRequest.Builder> updateEmailTemplateRequest)
Updates an existing message template for messages that are sent through the email channel.
This is a convenience which creates an instance of the UpdateEmailTemplateRequest.Builder avoiding the
need to create one manually via UpdateEmailTemplateRequest.builder()
updateEmailTemplateRequest - A Consumer that will call methods on UpdateEmailTemplateRequest.Builder to create a
request.default CompletableFuture<UpdateEndpointResponse> updateEndpoint(UpdateEndpointRequest updateEndpointRequest)
Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an application. You can also use this operation to define custom attributes (Attributes, Metrics, and UserAttributes properties) for an endpoint.
updateEndpointRequest - default CompletableFuture<UpdateEndpointResponse> updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)
Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an application. You can also use this operation to define custom attributes (Attributes, Metrics, and UserAttributes properties) for an endpoint.
This is a convenience which creates an instance of the UpdateEndpointRequest.Builder avoiding the need to
create one manually via UpdateEndpointRequest.builder()
updateEndpointRequest - A Consumer that will call methods on UpdateEndpointRequest.Builder to create a request.default CompletableFuture<UpdateEndpointsBatchResponse> updateEndpointsBatch(UpdateEndpointsBatchRequest updateEndpointsBatchRequest)
Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing endpoints for an application. You can also use this operation to define custom attributes (Attributes, Metrics, and UserAttributes properties) for a batch of endpoints.
updateEndpointsBatchRequest - default CompletableFuture<UpdateEndpointsBatchResponse> updateEndpointsBatch(Consumer<UpdateEndpointsBatchRequest.Builder> updateEndpointsBatchRequest)
Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing endpoints for an application. You can also use this operation to define custom attributes (Attributes, Metrics, and UserAttributes properties) for a batch of endpoints.
This is a convenience which creates an instance of the UpdateEndpointsBatchRequest.Builder avoiding the
need to create one manually via UpdateEndpointsBatchRequest.builder()
updateEndpointsBatchRequest - A Consumer that will call methods on UpdateEndpointsBatchRequest.Builder to create a
request.default CompletableFuture<UpdateGcmChannelResponse> updateGcmChannel(UpdateGcmChannelRequest updateGcmChannelRequest)
Enables the GCM channel for an application or updates the status and settings of the GCM channel for an application.
updateGcmChannelRequest - default CompletableFuture<UpdateGcmChannelResponse> updateGcmChannel(Consumer<UpdateGcmChannelRequest.Builder> updateGcmChannelRequest)
Enables the GCM channel for an application or updates the status and settings of the GCM channel for an application.
This is a convenience which creates an instance of the UpdateGcmChannelRequest.Builder avoiding the need
to create one manually via UpdateGcmChannelRequest.builder()
updateGcmChannelRequest - A Consumer that will call methods on UpdateGcmChannelRequest.Builder to create a request.default CompletableFuture<UpdateJourneyResponse> updateJourney(UpdateJourneyRequest updateJourneyRequest)
Updates the configuration and other settings for a journey.
updateJourneyRequest - default CompletableFuture<UpdateJourneyResponse> updateJourney(Consumer<UpdateJourneyRequest.Builder> updateJourneyRequest)
Updates the configuration and other settings for a journey.
This is a convenience which creates an instance of the UpdateJourneyRequest.Builder avoiding the need to
create one manually via UpdateJourneyRequest.builder()
updateJourneyRequest - A Consumer that will call methods on UpdateJourneyRequest.Builder to create a request.default CompletableFuture<UpdateJourneyStateResponse> updateJourneyState(UpdateJourneyStateRequest updateJourneyStateRequest)
Cancels (stops) an active journey.
updateJourneyStateRequest - default CompletableFuture<UpdateJourneyStateResponse> updateJourneyState(Consumer<UpdateJourneyStateRequest.Builder> updateJourneyStateRequest)
Cancels (stops) an active journey.
This is a convenience which creates an instance of the UpdateJourneyStateRequest.Builder avoiding the
need to create one manually via UpdateJourneyStateRequest.builder()
updateJourneyStateRequest - A Consumer that will call methods on UpdateJourneyStateRequest.Builder to create a
request.default CompletableFuture<UpdatePushTemplateResponse> updatePushTemplate(UpdatePushTemplateRequest updatePushTemplateRequest)
Updates an existing message template for messages that are sent through a push notification channel.
updatePushTemplateRequest - default CompletableFuture<UpdatePushTemplateResponse> updatePushTemplate(Consumer<UpdatePushTemplateRequest.Builder> updatePushTemplateRequest)
Updates an existing message template for messages that are sent through a push notification channel.
This is a convenience which creates an instance of the UpdatePushTemplateRequest.Builder avoiding the
need to create one manually via UpdatePushTemplateRequest.builder()
updatePushTemplateRequest - A Consumer that will call methods on UpdatePushTemplateRequest.Builder to create a
request.default CompletableFuture<UpdateSegmentResponse> updateSegment(UpdateSegmentRequest updateSegmentRequest)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.
updateSegmentRequest - default CompletableFuture<UpdateSegmentResponse> updateSegment(Consumer<UpdateSegmentRequest.Builder> updateSegmentRequest)
Creates a new segment for an application or updates the configuration, dimension, and other settings for an existing segment that's associated with an application.
This is a convenience which creates an instance of the UpdateSegmentRequest.Builder avoiding the need to
create one manually via UpdateSegmentRequest.builder()
updateSegmentRequest - A Consumer that will call methods on UpdateSegmentRequest.Builder to create a request.default CompletableFuture<UpdateSmsChannelResponse> updateSmsChannel(UpdateSmsChannelRequest updateSmsChannelRequest)
Enables the SMS channel for an application or updates the status and settings of the SMS channel for an application.
updateSmsChannelRequest - default CompletableFuture<UpdateSmsChannelResponse> updateSmsChannel(Consumer<UpdateSmsChannelRequest.Builder> updateSmsChannelRequest)
Enables the SMS channel for an application or updates the status and settings of the SMS channel for an application.
This is a convenience which creates an instance of the UpdateSmsChannelRequest.Builder avoiding the need
to create one manually via UpdateSmsChannelRequest.builder()
updateSmsChannelRequest - A Consumer that will call methods on UpdateSmsChannelRequest.Builder to create a request.default CompletableFuture<UpdateSmsTemplateResponse> updateSmsTemplate(UpdateSmsTemplateRequest updateSmsTemplateRequest)
Updates an existing message template for messages that are sent through the SMS channel.
updateSmsTemplateRequest - default CompletableFuture<UpdateSmsTemplateResponse> updateSmsTemplate(Consumer<UpdateSmsTemplateRequest.Builder> updateSmsTemplateRequest)
Updates an existing message template for messages that are sent through the SMS channel.
This is a convenience which creates an instance of the UpdateSmsTemplateRequest.Builder avoiding the need
to create one manually via UpdateSmsTemplateRequest.builder()
updateSmsTemplateRequest - A Consumer that will call methods on UpdateSmsTemplateRequest.Builder to create a request.default CompletableFuture<UpdateTemplateActiveVersionResponse> updateTemplateActiveVersion(UpdateTemplateActiveVersionRequest updateTemplateActiveVersionRequest)
Changes the status of a specific version of a message template to active.
updateTemplateActiveVersionRequest - default CompletableFuture<UpdateTemplateActiveVersionResponse> updateTemplateActiveVersion(Consumer<UpdateTemplateActiveVersionRequest.Builder> updateTemplateActiveVersionRequest)
Changes the status of a specific version of a message template to active.
This is a convenience which creates an instance of the UpdateTemplateActiveVersionRequest.Builder
avoiding the need to create one manually via UpdateTemplateActiveVersionRequest.builder()
updateTemplateActiveVersionRequest - A Consumer that will call methods on UpdateTemplateActiveVersionRequest.Builder to create
a request.default CompletableFuture<UpdateVoiceChannelResponse> updateVoiceChannel(UpdateVoiceChannelRequest updateVoiceChannelRequest)
Enables the voice channel for an application or updates the status and settings of the voice channel for an application.
updateVoiceChannelRequest - default CompletableFuture<UpdateVoiceChannelResponse> updateVoiceChannel(Consumer<UpdateVoiceChannelRequest.Builder> updateVoiceChannelRequest)
Enables the voice channel for an application or updates the status and settings of the voice channel for an application.
This is a convenience which creates an instance of the UpdateVoiceChannelRequest.Builder avoiding the
need to create one manually via UpdateVoiceChannelRequest.builder()
updateVoiceChannelRequest - A Consumer that will call methods on UpdateVoiceChannelRequest.Builder to create a
request.default CompletableFuture<UpdateVoiceTemplateResponse> updateVoiceTemplate(UpdateVoiceTemplateRequest updateVoiceTemplateRequest)
Updates an existing message template for messages that are sent through the voice channel.
updateVoiceTemplateRequest - default CompletableFuture<UpdateVoiceTemplateResponse> updateVoiceTemplate(Consumer<UpdateVoiceTemplateRequest.Builder> updateVoiceTemplateRequest)
Updates an existing message template for messages that are sent through the voice channel.
This is a convenience which creates an instance of the UpdateVoiceTemplateRequest.Builder avoiding the
need to create one manually via UpdateVoiceTemplateRequest.builder()
updateVoiceTemplateRequest - A Consumer that will call methods on UpdateVoiceTemplateRequest.Builder to create a
request.Copyright © 2019. All rights reserved.