@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonPinpoint extends Object implements AmazonPinpoint
AmazonPinpoint
. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier | Constructor and Description |
---|---|
protected |
AbstractAmazonPinpoint() |
Modifier and Type | Method and Description |
---|---|
CreateAppResult |
createApp(CreateAppRequest request)
Creates an application.
|
CreateCampaignResult |
createCampaign(CreateCampaignRequest request)
Creates a new campaign for an application or updates the settings of an existing campaign for an application.
|
CreateExportJobResult |
createExportJob(CreateExportJobRequest request)
Creates a new export job for an application.
|
CreateImportJobResult |
createImportJob(CreateImportJobRequest request)
Creates a new import job for an application.
|
CreateSegmentResult |
createSegment(CreateSegmentRequest request)
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.
|
DeleteAdmChannelResult |
deleteAdmChannel(DeleteAdmChannelRequest request)
Disables the ADM channel for an application and deletes any existing settings for the channel.
|
DeleteApnsChannelResult |
deleteApnsChannel(DeleteApnsChannelRequest request)
Disables the APNs channel for an application and deletes any existing settings for the channel.
|
DeleteApnsSandboxChannelResult |
deleteApnsSandboxChannel(DeleteApnsSandboxChannelRequest request)
Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.
|
DeleteApnsVoipChannelResult |
deleteApnsVoipChannel(DeleteApnsVoipChannelRequest request)
Disables the APNs VoIP channel for an application and deletes any existing settings for the channel.
|
DeleteApnsVoipSandboxChannelResult |
deleteApnsVoipSandboxChannel(DeleteApnsVoipSandboxChannelRequest request)
Disables the APNs VoIP sandbox channel for an application and deletes any existing settings for the channel.
|
DeleteAppResult |
deleteApp(DeleteAppRequest request)
Deletes an application.
|
DeleteBaiduChannelResult |
deleteBaiduChannel(DeleteBaiduChannelRequest request)
Disables the Baidu channel for an application and deletes any existing settings for the channel.
|
DeleteCampaignResult |
deleteCampaign(DeleteCampaignRequest request)
Deletes a campaign from an application.
|
DeleteEmailChannelResult |
deleteEmailChannel(DeleteEmailChannelRequest request)
Disables the email channel for an application and deletes any existing settings for the channel.
|
DeleteEndpointResult |
deleteEndpoint(DeleteEndpointRequest request)
Deletes an endpoint from an application.
|
DeleteEventStreamResult |
deleteEventStream(DeleteEventStreamRequest request)
Deletes the event stream for an application.
|
DeleteGcmChannelResult |
deleteGcmChannel(DeleteGcmChannelRequest request)
Disables the GCM channel for an application and deletes any existing settings for the channel.
|
DeleteSegmentResult |
deleteSegment(DeleteSegmentRequest request)
Deletes a segment from an application.
|
DeleteSmsChannelResult |
deleteSmsChannel(DeleteSmsChannelRequest request)
Disables the SMS channel for an application and deletes any existing settings for the channel.
|
DeleteUserEndpointsResult |
deleteUserEndpoints(DeleteUserEndpointsRequest request)
Deletes all the endpoints that are associated with a specific user ID.
|
DeleteVoiceChannelResult |
deleteVoiceChannel(DeleteVoiceChannelRequest request)
Disables the voice channel for an application and deletes any existing settings for the channel.
|
GetAdmChannelResult |
getAdmChannel(GetAdmChannelRequest request)
Retrieves information about the status and settings of the ADM channel for an application.
|
GetApnsChannelResult |
getApnsChannel(GetApnsChannelRequest request)
Retrieves information about the status and settings of the APNs channel for an application.
|
GetApnsSandboxChannelResult |
getApnsSandboxChannel(GetApnsSandboxChannelRequest request)
Retrieves information about the status and settings of the APNs sandbox channel for an application.
|
GetApnsVoipChannelResult |
getApnsVoipChannel(GetApnsVoipChannelRequest request)
Retrieves information about the status and settings of the APNs VoIP channel for an application.
|
GetApnsVoipSandboxChannelResult |
getApnsVoipSandboxChannel(GetApnsVoipSandboxChannelRequest request)
Retrieves information about the status and settings of the APNs VoIP sandbox channel for an application.
|
GetAppResult |
getApp(GetAppRequest request)
Retrieves information about an application.
|
GetApplicationDateRangeKpiResult |
getApplicationDateRangeKpi(GetApplicationDateRangeKpiRequest request)
Retrieves (queries) pre-aggregated data for a standard metric that applies to an application.
|
GetApplicationSettingsResult |
getApplicationSettings(GetApplicationSettingsRequest request)
Retrieves information about the settings for an application.
|
GetAppsResult |
getApps(GetAppsRequest request)
Retrieves information about all of your applications.
|
GetBaiduChannelResult |
getBaiduChannel(GetBaiduChannelRequest request)
Retrieves information about the status and settings of the Baidu Cloud Push channel for an application.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetCampaignResult |
getCampaign(GetCampaignRequest request)
Retrieves information about the status, configuration, and other settings for a campaign.
|
GetCampaignActivitiesResult |
getCampaignActivities(GetCampaignActivitiesRequest request)
Retrieves information about the activity performed by a campaign.
|
GetCampaignDateRangeKpiResult |
getCampaignDateRangeKpi(GetCampaignDateRangeKpiRequest request)
Retrieves (queries) pre-aggregated data for a standard metric that applies to a campaign.
|
GetCampaignsResult |
getCampaigns(GetCampaignsRequest request)
Retrieves information about the status, configuration, and other settings for all the campaigns that are
associated with an application.
|
GetCampaignVersionResult |
getCampaignVersion(GetCampaignVersionRequest request)
Retrieves information about the status, configuration, and other settings for a specific version of a campaign.
|
GetCampaignVersionsResult |
getCampaignVersions(GetCampaignVersionsRequest request)
Retrieves information about the status, configuration, and other settings for all versions of a specific
campaign.
|
GetChannelsResult |
getChannels(GetChannelsRequest request)
Retrieves information about the history and status of each channel for an application.
|
GetEmailChannelResult |
getEmailChannel(GetEmailChannelRequest request)
Retrieves information about the status and settings of the email channel for an application.
|
GetEndpointResult |
getEndpoint(GetEndpointRequest request)
Retrieves information about the settings and attributes of a specific endpoint for an application.
|
GetEventStreamResult |
getEventStream(GetEventStreamRequest request)
Retrieves information about the event stream settings for an application.
|
GetExportJobResult |
getExportJob(GetExportJobRequest request)
Retrieves information about the status and settings of a specific export job for an application.
|
GetExportJobsResult |
getExportJobs(GetExportJobsRequest request)
Retrieves information about the status and settings of all the export jobs for an application.
|
GetGcmChannelResult |
getGcmChannel(GetGcmChannelRequest request)
Retrieves information about the status and settings of the GCM channel for an application.
|
GetImportJobResult |
getImportJob(GetImportJobRequest request)
Retrieves information about the status and settings of a specific import job for an application.
|
GetImportJobsResult |
getImportJobs(GetImportJobsRequest request)
Retrieves information about the status and settings of all the import jobs for an application.
|
GetSegmentResult |
getSegment(GetSegmentRequest request)
Retrieves information about the configuration, dimension, and other settings for a specific segment that's
associated with an application.
|
GetSegmentExportJobsResult |
getSegmentExportJobs(GetSegmentExportJobsRequest request)
Retrieves information about the status and settings of the export jobs for a segment.
|
GetSegmentImportJobsResult |
getSegmentImportJobs(GetSegmentImportJobsRequest request)
Retrieves information about the status and settings of the import jobs for a segment.
|
GetSegmentsResult |
getSegments(GetSegmentsRequest request)
Retrieves information about the configuration, dimension, and other settings for all the segments that are
associated with an application.
|
GetSegmentVersionResult |
getSegmentVersion(GetSegmentVersionRequest request)
Retrieves information about the configuration, dimension, and other settings for a specific version of a segment
that's associated with an application.
|
GetSegmentVersionsResult |
getSegmentVersions(GetSegmentVersionsRequest request)
Retrieves information about the configuration, dimension, and other settings for all versions of a specific
segment that's associated with an application.
|
GetSmsChannelResult |
getSmsChannel(GetSmsChannelRequest request)
Retrieves information about the status and settings of the SMS channel for an application.
|
GetUserEndpointsResult |
getUserEndpoints(GetUserEndpointsRequest request)
Retrieves information about all the endpoints that are associated with a specific user ID.
|
GetVoiceChannelResult |
getVoiceChannel(GetVoiceChannelRequest request)
Retrieves information about the status and settings of the voice channel for an application.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Retrieves all the tags (keys and values) that are associated with an application, campaign, or segment.
|
PhoneNumberValidateResult |
phoneNumberValidate(PhoneNumberValidateRequest request)
Retrieves information about a phone number.
|
PutEventsResult |
putEvents(PutEventsRequest request)
Creates a new event to record for endpoints, or creates or updates endpoint data that existing events are
associated with.
|
PutEventStreamResult |
putEventStream(PutEventStreamRequest request)
Creates a new event stream for an application or updates the settings of an existing event stream for an
application.
|
RemoveAttributesResult |
removeAttributes(RemoveAttributesRequest request)
Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an
application.
|
SendMessagesResult |
sendMessages(SendMessagesRequest request)
Creates and sends a direct message.
|
SendUsersMessagesResult |
sendUsersMessages(SendUsersMessagesRequest request)
Creates and sends a message to a list of users.
|
void |
setEndpoint(String endpoint)
Overrides the default endpoint for this client ("https://pinpoint.us-east-1.amazonaws.com").
|
void |
setRegion(Region region)
An alternative to
AmazonPinpoint.setEndpoint(String) , sets the regional endpoint for this client's
service calls. |
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds one or more tags (keys and values) to an application, campaign, or segment.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes one or more tags (keys and values) from an application, campaign, or segment.
|
UpdateAdmChannelResult |
updateAdmChannel(UpdateAdmChannelRequest request)
Updates the ADM channel settings for an application.
|
UpdateApnsChannelResult |
updateApnsChannel(UpdateApnsChannelRequest request)
Updates the APNs channel settings for an application.
|
UpdateApnsSandboxChannelResult |
updateApnsSandboxChannel(UpdateApnsSandboxChannelRequest request)
Updates the APNs sandbox channel settings for an application.
|
UpdateApnsVoipChannelResult |
updateApnsVoipChannel(UpdateApnsVoipChannelRequest request)
Updates the APNs VoIP channel settings for an application.
|
UpdateApnsVoipSandboxChannelResult |
updateApnsVoipSandboxChannel(UpdateApnsVoipSandboxChannelRequest request)
Updates the settings for the APNs VoIP sandbox channel for an application.
|
UpdateApplicationSettingsResult |
updateApplicationSettings(UpdateApplicationSettingsRequest request)
Updates the settings for an application.
|
UpdateBaiduChannelResult |
updateBaiduChannel(UpdateBaiduChannelRequest request)
Updates the settings of the Baidu channel for an application.
|
UpdateCampaignResult |
updateCampaign(UpdateCampaignRequest request)
Updates the settings for a campaign.
|
UpdateEmailChannelResult |
updateEmailChannel(UpdateEmailChannelRequest request)
Updates the status and settings of the email channel for an application.
|
UpdateEndpointResult |
updateEndpoint(UpdateEndpointRequest request)
Creates a new endpoint for an application or updates the settings and attributes of an existing endpoint for an
application.
|
UpdateEndpointsBatchResult |
updateEndpointsBatch(UpdateEndpointsBatchRequest request)
Creates a new batch of endpoints for an application or updates the settings and attributes of a batch of existing
endpoints for an application.
|
UpdateGcmChannelResult |
updateGcmChannel(UpdateGcmChannelRequest request)
Updates the status and settings of the GCM channel for an application.
|
UpdateSegmentResult |
updateSegment(UpdateSegmentRequest request)
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.
|
UpdateSmsChannelResult |
updateSmsChannel(UpdateSmsChannelRequest request)
Updates the status and settings of the SMS channel for an application.
|
UpdateVoiceChannelResult |
updateVoiceChannel(UpdateVoiceChannelRequest request)
Updates the status and settings of the voice channel for an application.
|
public void setEndpoint(String endpoint)
AmazonPinpoint
Callers can pass in just the endpoint (ex: "pinpoint.us-east-1.amazonaws.com") or a full URL, including the
protocol (ex: "https://pinpoint.us-east-1.amazonaws.com"). If the protocol is not specified here, the default
protocol from this client's ClientConfiguration
will be used, which by default is HTTPS.
For more information on using AWS regions with the AWS SDK for Java, and a complete list of all available endpoints for all AWS services, see: https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-region-selection.html#region-selection- choose-endpoint
This method is not threadsafe. An endpoint should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setEndpoint
in interface AmazonPinpoint
endpoint
- The endpoint (ex: "pinpoint.us-east-1.amazonaws.com") or a full URL, including the protocol (ex:
"https://pinpoint.us-east-1.amazonaws.com") of the region specific AWS endpoint this client will
communicate with.public void setRegion(Region region)
AmazonPinpoint
AmazonPinpoint.setEndpoint(String)
, sets the regional endpoint for this client's
service calls. Callers can use this method to control which AWS region they want to work with.
By default, all service endpoints in all regions use the https protocol. To use http instead, specify it in the
ClientConfiguration
supplied at construction.
This method is not threadsafe. A region should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setRegion
in interface AmazonPinpoint
region
- The region this client will communicate with. See Region.getRegion(com.amazonaws.regions.Regions)
for accessing a given region. Must not be null and must be a region where the service is available.Region.getRegion(com.amazonaws.regions.Regions)
,
Region.createClient(Class, com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration)
,
Region.isServiceSupported(String)
public CreateAppResult createApp(CreateAppRequest request)
AmazonPinpoint
Creates an application.
createApp
in interface AmazonPinpoint
public CreateCampaignResult createCampaign(CreateCampaignRequest request)
AmazonPinpoint
Creates a new campaign for an application or updates the settings of an existing campaign for an application.
createCampaign
in interface AmazonPinpoint
public CreateExportJobResult createExportJob(CreateExportJobRequest request)
AmazonPinpoint
Creates a new export job for an application.
createExportJob
in interface AmazonPinpoint
public CreateImportJobResult createImportJob(CreateImportJobRequest request)
AmazonPinpoint
Creates a new import job for an application.
createImportJob
in interface AmazonPinpoint
public CreateSegmentResult createSegment(CreateSegmentRequest request)
AmazonPinpoint
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.
createSegment
in interface AmazonPinpoint
public DeleteAdmChannelResult deleteAdmChannel(DeleteAdmChannelRequest request)
AmazonPinpoint
Disables the ADM channel for an application and deletes any existing settings for the channel.
deleteAdmChannel
in interface AmazonPinpoint
public DeleteApnsChannelResult deleteApnsChannel(DeleteApnsChannelRequest request)
AmazonPinpoint
Disables the APNs channel for an application and deletes any existing settings for the channel.
deleteApnsChannel
in interface AmazonPinpoint
public DeleteApnsSandboxChannelResult deleteApnsSandboxChannel(DeleteApnsSandboxChannelRequest request)
AmazonPinpoint
Disables the APNs sandbox channel for an application and deletes any existing settings for the channel.
deleteApnsSandboxChannel
in interface AmazonPinpoint
public DeleteApnsVoipChannelResult deleteApnsVoipChannel(DeleteApnsVoipChannelRequest request)
AmazonPinpoint
Disables the APNs VoIP channel for an application and deletes any existing settings for the channel.
deleteApnsVoipChannel
in interface AmazonPinpoint
public DeleteApnsVoipSandboxChannelResult deleteApnsVoipSandboxChannel(DeleteApnsVoipSandboxChannelRequest request)
AmazonPinpoint
Disables the APNs VoIP sandbox channel for an application and deletes any existing settings for the channel.
deleteApnsVoipSandboxChannel
in interface AmazonPinpoint
public DeleteAppResult deleteApp(DeleteAppRequest request)
AmazonPinpoint
Deletes an application.
deleteApp
in interface AmazonPinpoint
public DeleteBaiduChannelResult deleteBaiduChannel(DeleteBaiduChannelRequest request)
AmazonPinpoint
Disables the Baidu channel for an application and deletes any existing settings for the channel.
deleteBaiduChannel
in interface AmazonPinpoint
public DeleteCampaignResult deleteCampaign(DeleteCampaignRequest request)
AmazonPinpoint
Deletes a campaign from an application.
deleteCampaign
in interface AmazonPinpoint
public DeleteEmailChannelResult deleteEmailChannel(DeleteEmailChannelRequest request)
AmazonPinpoint
Disables the email channel for an application and deletes any existing settings for the channel.
deleteEmailChannel
in interface AmazonPinpoint
public DeleteEndpointResult deleteEndpoint(DeleteEndpointRequest request)
AmazonPinpoint
Deletes an endpoint from an application.
deleteEndpoint
in interface AmazonPinpoint
public DeleteEventStreamResult deleteEventStream(DeleteEventStreamRequest request)
AmazonPinpoint
Deletes the event stream for an application.
deleteEventStream
in interface AmazonPinpoint
public DeleteGcmChannelResult deleteGcmChannel(DeleteGcmChannelRequest request)
AmazonPinpoint
Disables the GCM channel for an application and deletes any existing settings for the channel.
deleteGcmChannel
in interface AmazonPinpoint
public DeleteSegmentResult deleteSegment(DeleteSegmentRequest request)
AmazonPinpoint
Deletes a segment from an application.
deleteSegment
in interface AmazonPinpoint
public DeleteSmsChannelResult deleteSmsChannel(DeleteSmsChannelRequest request)
AmazonPinpoint
Disables the SMS channel for an application and deletes any existing settings for the channel.
deleteSmsChannel
in interface AmazonPinpoint
public DeleteUserEndpointsResult deleteUserEndpoints(DeleteUserEndpointsRequest request)
AmazonPinpoint
Deletes all the endpoints that are associated with a specific user ID.
deleteUserEndpoints
in interface AmazonPinpoint
public DeleteVoiceChannelResult deleteVoiceChannel(DeleteVoiceChannelRequest request)
AmazonPinpoint
Disables the voice channel for an application and deletes any existing settings for the channel.
deleteVoiceChannel
in interface AmazonPinpoint
public GetAdmChannelResult getAdmChannel(GetAdmChannelRequest request)
AmazonPinpoint
Retrieves information about the status and settings of the ADM channel for an application.
getAdmChannel
in interface AmazonPinpoint
public GetApnsChannelResult getApnsChannel(GetApnsChannelRequest request)
AmazonPinpoint
Retrieves information about the status and settings of the APNs channel for an application.
getApnsChannel
in interface AmazonPinpoint
public GetApnsSandboxChannelResult getApnsSandboxChannel(GetApnsSandboxChannelRequest request)
AmazonPinpoint
Retrieves information about the status and settings of the APNs sandbox channel for an application.
getApnsSandboxChannel
in interface AmazonPinpoint
public GetApnsVoipChannelResult getApnsVoipChannel(GetApnsVoipChannelRequest request)
AmazonPinpoint
Retrieves information about the status and settings of the APNs VoIP channel for an application.
getApnsVoipChannel
in interface AmazonPinpoint
public GetApnsVoipSandboxChannelResult getApnsVoipSandboxChannel(GetApnsVoipSandboxChannelRequest request)
AmazonPinpoint
Retrieves information about the status and settings of the APNs VoIP sandbox channel for an application.
getApnsVoipSandboxChannel
in interface AmazonPinpoint
public GetAppResult getApp(GetAppRequest request)
AmazonPinpoint
Retrieves information about an application.
getApp
in interface AmazonPinpoint
public GetApplicationDateRangeKpiResult getApplicationDateRangeKpi(GetApplicationDateRangeKpiRequest request)
AmazonPinpoint
Retrieves (queries) pre-aggregated data for a standard metric that applies to an application.
getApplicationDateRangeKpi
in interface AmazonPinpoint
public GetApplicationSettingsResult getApplicationSettings(GetApplicationSettingsRequest request)
AmazonPinpoint
Retrieves information about the settings for an application.
getApplicationSettings
in interface AmazonPinpoint
public GetAppsResult getApps(GetAppsRequest request)
AmazonPinpoint
Retrieves information about all of your applications.
getApps
in interface AmazonPinpoint
public GetBaiduChannelResult getBaiduChannel(GetBaiduChannelRequest request)
AmazonPinpoint
Retrieves information about the status and settings of the Baidu Cloud Push channel for an application.
getBaiduChannel
in interface AmazonPinpoint
public GetCampaignResult getCampaign(GetCampaignRequest request)
AmazonPinpoint
Retrieves information about the status, configuration, and other settings for a campaign.
getCampaign
in interface AmazonPinpoint
public GetCampaignActivitiesResult getCampaignActivities(GetCampaignActivitiesRequest request)
AmazonPinpoint
Retrieves information about the activity performed by a campaign.
getCampaignActivities
in interface AmazonPinpoint
public GetCampaignDateRangeKpiResult getCampaignDateRangeKpi(GetCampaignDateRangeKpiRequest request)
AmazonPinpoint
Retrieves (queries) pre-aggregated data for a standard metric that applies to a campaign.
getCampaignDateRangeKpi
in interface AmazonPinpoint
public GetCampaignVersionResult getCampaignVersion(GetCampaignVersionRequest request)
AmazonPinpoint
Retrieves information about the status, configuration, and other settings for a specific version of a campaign.
getCampaignVersion
in interface AmazonPinpoint
public GetCampaignVersionsResult getCampaignVersions(GetCampaignVersionsRequest request)
AmazonPinpoint
Retrieves information about the status, configuration, and other settings for all versions of a specific campaign.
getCampaignVersions
in interface AmazonPinpoint
public GetCampaignsResult getCampaigns(GetCampaignsRequest request)
AmazonPinpoint
Retrieves information about the status, configuration, and other settings for all the campaigns that are associated with an application.
getCampaigns
in interface AmazonPinpoint
public GetChannelsResult getChannels(GetChannelsRequest request)
AmazonPinpoint
Retrieves information about the history and status of each channel for an application.
getChannels
in interface AmazonPinpoint
public GetEmailChannelResult getEmailChannel(GetEmailChannelRequest request)
AmazonPinpoint
Retrieves information about the status and settings of the email channel for an application.
getEmailChannel
in interface AmazonPinpoint
public GetEndpointResult getEndpoint(GetEndpointRequest request)
AmazonPinpoint
Retrieves information about the settings and attributes of a specific endpoint for an application.
getEndpoint
in interface AmazonPinpoint
public GetEventStreamResult getEventStream(GetEventStreamRequest request)
AmazonPinpoint
Retrieves information about the event stream settings for an application.
getEventStream
in interface AmazonPinpoint
public GetExportJobResult getExportJob(GetExportJobRequest request)
AmazonPinpoint
Retrieves information about the status and settings of a specific export job for an application.
getExportJob
in interface AmazonPinpoint
public GetExportJobsResult getExportJobs(GetExportJobsRequest request)
AmazonPinpoint
Retrieves information about the status and settings of all the export jobs for an application.
getExportJobs
in interface AmazonPinpoint
public GetGcmChannelResult getGcmChannel(GetGcmChannelRequest request)
AmazonPinpoint
Retrieves information about the status and settings of the GCM channel for an application.
getGcmChannel
in interface AmazonPinpoint
public GetImportJobResult getImportJob(GetImportJobRequest request)
AmazonPinpoint
Retrieves information about the status and settings of a specific import job for an application.
getImportJob
in interface AmazonPinpoint
public GetImportJobsResult getImportJobs(GetImportJobsRequest request)
AmazonPinpoint
Retrieves information about the status and settings of all the import jobs for an application.
getImportJobs
in interface AmazonPinpoint
public GetSegmentResult getSegment(GetSegmentRequest request)
AmazonPinpoint
Retrieves information about the configuration, dimension, and other settings for a specific segment that's associated with an application.
getSegment
in interface AmazonPinpoint
public GetSegmentExportJobsResult getSegmentExportJobs(GetSegmentExportJobsRequest request)
AmazonPinpoint
Retrieves information about the status and settings of the export jobs for a segment.
getSegmentExportJobs
in interface AmazonPinpoint
public GetSegmentImportJobsResult getSegmentImportJobs(GetSegmentImportJobsRequest request)
AmazonPinpoint
Retrieves information about the status and settings of the import jobs for a segment.
getSegmentImportJobs
in interface AmazonPinpoint
public GetSegmentVersionResult getSegmentVersion(GetSegmentVersionRequest request)
AmazonPinpoint
Retrieves information about the configuration, dimension, and other settings for a specific version of a segment that's associated with an application.
getSegmentVersion
in interface AmazonPinpoint
public GetSegmentVersionsResult getSegmentVersions(GetSegmentVersionsRequest request)
AmazonPinpoint
Retrieves information about the configuration, dimension, and other settings for all versions of a specific segment that's associated with an application.
getSegmentVersions
in interface AmazonPinpoint
public GetSegmentsResult getSegments(GetSegmentsRequest request)
AmazonPinpoint
Retrieves information about the configuration, dimension, and other settings for all the segments that are associated with an application.
getSegments
in interface AmazonPinpoint
public GetSmsChannelResult getSmsChannel(GetSmsChannelRequest request)
AmazonPinpoint
Retrieves information about the status and settings of the SMS channel for an application.
getSmsChannel
in interface AmazonPinpoint
public GetUserEndpointsResult getUserEndpoints(GetUserEndpointsRequest request)
AmazonPinpoint
Retrieves information about all the endpoints that are associated with a specific user ID.
getUserEndpoints
in interface AmazonPinpoint
public GetVoiceChannelResult getVoiceChannel(GetVoiceChannelRequest request)
AmazonPinpoint
Retrieves information about the status and settings of the voice channel for an application.
getVoiceChannel
in interface AmazonPinpoint
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonPinpoint
Retrieves all the tags (keys and values) that are associated with an application, campaign, or segment.
listTagsForResource
in interface AmazonPinpoint
public PhoneNumberValidateResult phoneNumberValidate(PhoneNumberValidateRequest request)
AmazonPinpoint
Retrieves information about a phone number.
phoneNumberValidate
in interface AmazonPinpoint
public PutEventStreamResult putEventStream(PutEventStreamRequest request)
AmazonPinpoint
Creates a new event stream for an application or updates the settings of an existing event stream for an application.
putEventStream
in interface AmazonPinpoint
public PutEventsResult putEvents(PutEventsRequest request)
AmazonPinpoint
Creates a new event to record for endpoints, or creates or updates endpoint data that existing events are associated with.
putEvents
in interface AmazonPinpoint
public RemoveAttributesResult removeAttributes(RemoveAttributesRequest request)
AmazonPinpoint
Removes one or more attributes, of the same attribute type, from all the endpoints that are associated with an application.
removeAttributes
in interface AmazonPinpoint
public SendMessagesResult sendMessages(SendMessagesRequest request)
AmazonPinpoint
Creates and sends a direct message.
sendMessages
in interface AmazonPinpoint
public SendUsersMessagesResult sendUsersMessages(SendUsersMessagesRequest request)
AmazonPinpoint
Creates and sends a message to a list of users.
sendUsersMessages
in interface AmazonPinpoint
public TagResourceResult tagResource(TagResourceRequest request)
AmazonPinpoint
Adds one or more tags (keys and values) to an application, campaign, or segment.
tagResource
in interface AmazonPinpoint
public UntagResourceResult untagResource(UntagResourceRequest request)
AmazonPinpoint
Removes one or more tags (keys and values) from an application, campaign, or segment.
untagResource
in interface AmazonPinpoint
public UpdateAdmChannelResult updateAdmChannel(UpdateAdmChannelRequest request)
AmazonPinpoint
Updates the ADM channel settings for an application.
updateAdmChannel
in interface AmazonPinpoint
public UpdateApnsChannelResult updateApnsChannel(UpdateApnsChannelRequest request)
AmazonPinpoint
Updates the APNs channel settings for an application.
updateApnsChannel
in interface AmazonPinpoint
public UpdateApnsSandboxChannelResult updateApnsSandboxChannel(UpdateApnsSandboxChannelRequest request)
AmazonPinpoint
Updates the APNs sandbox channel settings for an application.
updateApnsSandboxChannel
in interface AmazonPinpoint
public UpdateApnsVoipChannelResult updateApnsVoipChannel(UpdateApnsVoipChannelRequest request)
AmazonPinpoint
Updates the APNs VoIP channel settings for an application.
updateApnsVoipChannel
in interface AmazonPinpoint
public UpdateApnsVoipSandboxChannelResult updateApnsVoipSandboxChannel(UpdateApnsVoipSandboxChannelRequest request)
AmazonPinpoint
Updates the settings for the APNs VoIP sandbox channel for an application.
updateApnsVoipSandboxChannel
in interface AmazonPinpoint
public UpdateApplicationSettingsResult updateApplicationSettings(UpdateApplicationSettingsRequest request)
AmazonPinpoint
Updates the settings for an application.
updateApplicationSettings
in interface AmazonPinpoint
public UpdateBaiduChannelResult updateBaiduChannel(UpdateBaiduChannelRequest request)
AmazonPinpoint
Updates the settings of the Baidu channel for an application.
updateBaiduChannel
in interface AmazonPinpoint
public UpdateCampaignResult updateCampaign(UpdateCampaignRequest request)
AmazonPinpoint
Updates the settings for a campaign.
updateCampaign
in interface AmazonPinpoint
public UpdateEmailChannelResult updateEmailChannel(UpdateEmailChannelRequest request)
AmazonPinpoint
Updates the status and settings of the email channel for an application.
updateEmailChannel
in interface AmazonPinpoint
public UpdateEndpointResult updateEndpoint(UpdateEndpointRequest request)
AmazonPinpoint
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.
updateEndpoint
in interface AmazonPinpoint
public UpdateEndpointsBatchResult updateEndpointsBatch(UpdateEndpointsBatchRequest request)
AmazonPinpoint
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.
updateEndpointsBatch
in interface AmazonPinpoint
public UpdateGcmChannelResult updateGcmChannel(UpdateGcmChannelRequest request)
AmazonPinpoint
Updates the status and settings of the GCM channel for an application.
updateGcmChannel
in interface AmazonPinpoint
public UpdateSegmentResult updateSegment(UpdateSegmentRequest request)
AmazonPinpoint
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.
updateSegment
in interface AmazonPinpoint
public UpdateSmsChannelResult updateSmsChannel(UpdateSmsChannelRequest request)
AmazonPinpoint
Updates the status and settings of the SMS channel for an application.
updateSmsChannel
in interface AmazonPinpoint
public UpdateVoiceChannelResult updateVoiceChannel(UpdateVoiceChannelRequest request)
AmazonPinpoint
Updates the status and settings of the voice channel for an application.
updateVoiceChannel
in interface AmazonPinpoint
public void shutdown()
AmazonPinpoint
shutdown
in interface AmazonPinpoint
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonPinpoint
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AmazonPinpoint
request
- The originally executed request.Copyright © 2019. All rights reserved.