@Generated(value="software.amazon.awssdk:codegen") public interface PinpointAsyncClient extends SdkClient, SdkAutoCloseable
builder()
method.
nullModifier 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 or updates an app.
This is a convenience which creates an instance of the CreateAppRequest.Builder avoiding the need to
create one manually via CreateAppRequest.builder() |
default CompletableFuture<CreateAppResponse> |
createApp(CreateAppRequest createAppRequest)
Creates or updates an app.
|
default CompletableFuture<CreateCampaignResponse> |
createCampaign(Consumer<CreateCampaignRequest.Builder> createCampaignRequest)
Creates or updates a campaign.
This is a convenience which creates an instance of the CreateCampaignRequest.Builder avoiding the need to
create one manually via CreateCampaignRequest.builder() |
default CompletableFuture<CreateCampaignResponse> |
createCampaign(CreateCampaignRequest createCampaignRequest)
Creates or updates a campaign.
|
default CompletableFuture<CreateImportJobResponse> |
createImportJob(Consumer<CreateImportJobRequest.Builder> createImportJobRequest)
Creates or updates an import job.
This is a convenience which creates an instance of the CreateImportJobRequest.Builder avoiding the need
to create one manually via CreateImportJobRequest.builder() |
default CompletableFuture<CreateImportJobResponse> |
createImportJob(CreateImportJobRequest createImportJobRequest)
Creates or updates an import job.
|
default CompletableFuture<CreateSegmentResponse> |
createSegment(Consumer<CreateSegmentRequest.Builder> createSegmentRequest)
Used to create or update a segment.
This is a convenience which creates an instance of the CreateSegmentRequest.Builder avoiding the need to
create one manually via CreateSegmentRequest.builder() |
default CompletableFuture<CreateSegmentResponse> |
createSegment(CreateSegmentRequest createSegmentRequest)
Used to create or update a segment.
|
default CompletableFuture<DeleteAdmChannelResponse> |
deleteAdmChannel(Consumer<DeleteAdmChannelRequest.Builder> deleteAdmChannelRequest)
Delete an ADM channel
This is a convenience which creates an instance of the DeleteAdmChannelRequest.Builder avoiding the need
to create one manually via DeleteAdmChannelRequest.builder() |
default CompletableFuture<DeleteAdmChannelResponse> |
deleteAdmChannel(DeleteAdmChannelRequest deleteAdmChannelRequest)
Delete an ADM channel
|
default CompletableFuture<DeleteApnsChannelResponse> |
deleteApnsChannel(Consumer<DeleteApnsChannelRequest.Builder> deleteApnsChannelRequest)
Deletes the APNs channel for an app.
This is a convenience which creates an instance of the DeleteApnsChannelRequest.Builder avoiding the need
to create one manually via DeleteApnsChannelRequest.builder() |
default CompletableFuture<DeleteApnsChannelResponse> |
deleteApnsChannel(DeleteApnsChannelRequest deleteApnsChannelRequest)
Deletes the APNs channel for an app.
|
default CompletableFuture<DeleteApnsSandboxChannelResponse> |
deleteApnsSandboxChannel(Consumer<DeleteApnsSandboxChannelRequest.Builder> deleteApnsSandboxChannelRequest)
Delete an APNS sandbox channel
This is a convenience which creates an instance of the DeleteApnsSandboxChannelRequest.Builder avoiding
the need to create one manually via DeleteApnsSandboxChannelRequest.builder() |
default CompletableFuture<DeleteApnsSandboxChannelResponse> |
deleteApnsSandboxChannel(DeleteApnsSandboxChannelRequest deleteApnsSandboxChannelRequest)
Delete an APNS sandbox channel
|
default CompletableFuture<DeleteApnsVoipChannelResponse> |
deleteApnsVoipChannel(Consumer<DeleteApnsVoipChannelRequest.Builder> deleteApnsVoipChannelRequest)
Delete an APNS VoIP channel
This is a convenience which creates an instance of the DeleteApnsVoipChannelRequest.Builder avoiding the
need to create one manually via DeleteApnsVoipChannelRequest.builder() |
default CompletableFuture<DeleteApnsVoipChannelResponse> |
deleteApnsVoipChannel(DeleteApnsVoipChannelRequest deleteApnsVoipChannelRequest)
Delete an APNS VoIP channel
|
default CompletableFuture<DeleteApnsVoipSandboxChannelResponse> |
deleteApnsVoipSandboxChannel(Consumer<DeleteApnsVoipSandboxChannelRequest.Builder> deleteApnsVoipSandboxChannelRequest)
Delete an APNS VoIP sandbox channel
This is a convenience which creates an instance of the DeleteApnsVoipSandboxChannelRequest.Builder
avoiding the need to create one manually via DeleteApnsVoipSandboxChannelRequest.builder() |
default CompletableFuture<DeleteApnsVoipSandboxChannelResponse> |
deleteApnsVoipSandboxChannel(DeleteApnsVoipSandboxChannelRequest deleteApnsVoipSandboxChannelRequest)
Delete an APNS VoIP sandbox channel
|
default CompletableFuture<DeleteAppResponse> |
deleteApp(Consumer<DeleteAppRequest.Builder> deleteAppRequest)
Deletes an app.
This is a convenience which creates an instance of the DeleteAppRequest.Builder avoiding the need to
create one manually via DeleteAppRequest.builder() |
default CompletableFuture<DeleteAppResponse> |
deleteApp(DeleteAppRequest deleteAppRequest)
Deletes an app.
|
default CompletableFuture<DeleteBaiduChannelResponse> |
deleteBaiduChannel(Consumer<DeleteBaiduChannelRequest.Builder> deleteBaiduChannelRequest)
Delete a BAIDU GCM channel
This is a convenience which creates an instance of the DeleteBaiduChannelRequest.Builder avoiding the
need to create one manually via DeleteBaiduChannelRequest.builder() |
default CompletableFuture<DeleteBaiduChannelResponse> |
deleteBaiduChannel(DeleteBaiduChannelRequest deleteBaiduChannelRequest)
Delete a BAIDU GCM channel
|
default CompletableFuture<DeleteCampaignResponse> |
deleteCampaign(Consumer<DeleteCampaignRequest.Builder> deleteCampaignRequest)
Deletes a campaign.
This is a convenience which creates an instance of the DeleteCampaignRequest.Builder avoiding the need to
create one manually via DeleteCampaignRequest.builder() |
default CompletableFuture<DeleteCampaignResponse> |
deleteCampaign(DeleteCampaignRequest deleteCampaignRequest)
Deletes a campaign.
|
default CompletableFuture<DeleteEmailChannelResponse> |
deleteEmailChannel(Consumer<DeleteEmailChannelRequest.Builder> deleteEmailChannelRequest)
Delete an email channel
This is a convenience which creates an instance of the DeleteEmailChannelRequest.Builder avoiding the
need to create one manually via DeleteEmailChannelRequest.builder() |
default CompletableFuture<DeleteEmailChannelResponse> |
deleteEmailChannel(DeleteEmailChannelRequest deleteEmailChannelRequest)
Delete an email channel
|
default CompletableFuture<DeleteEventStreamResponse> |
deleteEventStream(Consumer<DeleteEventStreamRequest.Builder> deleteEventStreamRequest)
Deletes the event stream for an app.
This is a convenience which creates an instance of the DeleteEventStreamRequest.Builder avoiding the need
to create one manually via DeleteEventStreamRequest.builder() |
default CompletableFuture<DeleteEventStreamResponse> |
deleteEventStream(DeleteEventStreamRequest deleteEventStreamRequest)
Deletes the event stream for an app.
|
default CompletableFuture<DeleteGcmChannelResponse> |
deleteGcmChannel(Consumer<DeleteGcmChannelRequest.Builder> deleteGcmChannelRequest)
Deletes the GCM channel for an app.
This is a convenience which creates an instance of the DeleteGcmChannelRequest.Builder avoiding the need
to create one manually via DeleteGcmChannelRequest.builder() |
default CompletableFuture<DeleteGcmChannelResponse> |
deleteGcmChannel(DeleteGcmChannelRequest deleteGcmChannelRequest)
Deletes the GCM channel for an app.
|
default CompletableFuture<DeleteSegmentResponse> |
deleteSegment(Consumer<DeleteSegmentRequest.Builder> deleteSegmentRequest)
Deletes a segment.
This is a convenience which creates an instance of the DeleteSegmentRequest.Builder avoiding the need to
create one manually via DeleteSegmentRequest.builder() |
default CompletableFuture<DeleteSegmentResponse> |
deleteSegment(DeleteSegmentRequest deleteSegmentRequest)
Deletes a segment.
|
default CompletableFuture<DeleteSmsChannelResponse> |
deleteSmsChannel(Consumer<DeleteSmsChannelRequest.Builder> deleteSmsChannelRequest)
Delete an SMS channel
This is a convenience which creates an instance of the DeleteSmsChannelRequest.Builder avoiding the need
to create one manually via DeleteSmsChannelRequest.builder() |
default CompletableFuture<DeleteSmsChannelResponse> |
deleteSmsChannel(DeleteSmsChannelRequest deleteSmsChannelRequest)
Delete an SMS channel
|
default CompletableFuture<GetAdmChannelResponse> |
getAdmChannel(Consumer<GetAdmChannelRequest.Builder> getAdmChannelRequest)
Get an ADM channel
This is a convenience which creates an instance of the GetAdmChannelRequest.Builder avoiding the need to
create one manually via GetAdmChannelRequest.builder() |
default CompletableFuture<GetAdmChannelResponse> |
getAdmChannel(GetAdmChannelRequest getAdmChannelRequest)
Get an ADM channel
|
default CompletableFuture<GetApnsChannelResponse> |
getApnsChannel(Consumer<GetApnsChannelRequest.Builder> getApnsChannelRequest)
Returns information about the APNs channel for an app.
This is a convenience which creates an instance of the GetApnsChannelRequest.Builder avoiding the need to
create one manually via GetApnsChannelRequest.builder() |
default CompletableFuture<GetApnsChannelResponse> |
getApnsChannel(GetApnsChannelRequest getApnsChannelRequest)
Returns information about the APNs channel for an app.
|
default CompletableFuture<GetApnsSandboxChannelResponse> |
getApnsSandboxChannel(Consumer<GetApnsSandboxChannelRequest.Builder> getApnsSandboxChannelRequest)
Get an APNS sandbox channel
This is a convenience which creates an instance of the GetApnsSandboxChannelRequest.Builder avoiding the
need to create one manually via GetApnsSandboxChannelRequest.builder() |
default CompletableFuture<GetApnsSandboxChannelResponse> |
getApnsSandboxChannel(GetApnsSandboxChannelRequest getApnsSandboxChannelRequest)
Get an APNS sandbox channel
|
default CompletableFuture<GetApnsVoipChannelResponse> |
getApnsVoipChannel(Consumer<GetApnsVoipChannelRequest.Builder> getApnsVoipChannelRequest)
Get an APNS VoIP channel
This is a convenience which creates an instance of the GetApnsVoipChannelRequest.Builder avoiding the
need to create one manually via GetApnsVoipChannelRequest.builder() |
default CompletableFuture<GetApnsVoipChannelResponse> |
getApnsVoipChannel(GetApnsVoipChannelRequest getApnsVoipChannelRequest)
Get an APNS VoIP channel
|
default CompletableFuture<GetApnsVoipSandboxChannelResponse> |
getApnsVoipSandboxChannel(Consumer<GetApnsVoipSandboxChannelRequest.Builder> getApnsVoipSandboxChannelRequest)
Get an APNS VoipSandbox channel
This is a convenience which creates an instance of the GetApnsVoipSandboxChannelRequest.Builder avoiding
the need to create one manually via GetApnsVoipSandboxChannelRequest.builder() |
default CompletableFuture<GetApnsVoipSandboxChannelResponse> |
getApnsVoipSandboxChannel(GetApnsVoipSandboxChannelRequest getApnsVoipSandboxChannelRequest)
Get an APNS VoipSandbox channel
|
default CompletableFuture<GetAppResponse> |
getApp(Consumer<GetAppRequest.Builder> getAppRequest)
Returns information about an app.
This is a convenience which creates an instance of the GetAppRequest.Builder avoiding the need to create
one manually via GetAppRequest.builder() |
default CompletableFuture<GetAppResponse> |
getApp(GetAppRequest getAppRequest)
Returns information about an app.
|
default CompletableFuture<GetApplicationSettingsResponse> |
getApplicationSettings(Consumer<GetApplicationSettingsRequest.Builder> getApplicationSettingsRequest)
Used to request the settings for an app.
This is a convenience which creates an instance of the GetApplicationSettingsRequest.Builder avoiding the
need to create one manually via GetApplicationSettingsRequest.builder() |
default CompletableFuture<GetApplicationSettingsResponse> |
getApplicationSettings(GetApplicationSettingsRequest getApplicationSettingsRequest)
Used to request the settings for an app.
|
default CompletableFuture<GetAppsResponse> |
getApps(Consumer<GetAppsRequest.Builder> getAppsRequest)
Returns information about your apps.
This is a convenience which creates an instance of the GetAppsRequest.Builder avoiding the need to create
one manually via GetAppsRequest.builder() |
default CompletableFuture<GetAppsResponse> |
getApps(GetAppsRequest getAppsRequest)
Returns information about your apps.
|
default CompletableFuture<GetBaiduChannelResponse> |
getBaiduChannel(Consumer<GetBaiduChannelRequest.Builder> getBaiduChannelRequest)
Get a BAIDU GCM channel
This is a convenience which creates an instance of the GetBaiduChannelRequest.Builder avoiding the need
to create one manually via GetBaiduChannelRequest.builder() |
default CompletableFuture<GetBaiduChannelResponse> |
getBaiduChannel(GetBaiduChannelRequest getBaiduChannelRequest)
Get a BAIDU GCM channel
|
default CompletableFuture<GetCampaignResponse> |
getCampaign(Consumer<GetCampaignRequest.Builder> getCampaignRequest)
Returns information about a campaign.
This is a convenience which creates an instance of the GetCampaignRequest.Builder avoiding the need to
create one manually via GetCampaignRequest.builder() |
default CompletableFuture<GetCampaignResponse> |
getCampaign(GetCampaignRequest getCampaignRequest)
Returns information about a campaign.
|
default CompletableFuture<GetCampaignActivitiesResponse> |
getCampaignActivities(Consumer<GetCampaignActivitiesRequest.Builder> getCampaignActivitiesRequest)
Returns information about the activity performed by a campaign.
This is a convenience which creates an instance of the GetCampaignActivitiesRequest.Builder avoiding the
need to create one manually via GetCampaignActivitiesRequest.builder() |
default CompletableFuture<GetCampaignActivitiesResponse> |
getCampaignActivities(GetCampaignActivitiesRequest getCampaignActivitiesRequest)
Returns information about the activity performed by a campaign.
|
default CompletableFuture<GetCampaignsResponse> |
getCampaigns(Consumer<GetCampaignsRequest.Builder> getCampaignsRequest)
Returns information about your campaigns.
This is a convenience which creates an instance of the GetCampaignsRequest.Builder avoiding the need to
create one manually via GetCampaignsRequest.builder() |
default CompletableFuture<GetCampaignsResponse> |
getCampaigns(GetCampaignsRequest getCampaignsRequest)
Returns information about your campaigns.
|
default CompletableFuture<GetCampaignVersionResponse> |
getCampaignVersion(Consumer<GetCampaignVersionRequest.Builder> getCampaignVersionRequest)
Returns information about 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() |
default CompletableFuture<GetCampaignVersionResponse> |
getCampaignVersion(GetCampaignVersionRequest getCampaignVersionRequest)
Returns information about a specific version of a campaign.
|
default CompletableFuture<GetCampaignVersionsResponse> |
getCampaignVersions(Consumer<GetCampaignVersionsRequest.Builder> getCampaignVersionsRequest)
Returns information about your campaign versions.
This is a convenience which creates an instance of the GetCampaignVersionsRequest.Builder avoiding the
need to create one manually via GetCampaignVersionsRequest.builder() |
default CompletableFuture<GetCampaignVersionsResponse> |
getCampaignVersions(GetCampaignVersionsRequest getCampaignVersionsRequest)
Returns information about your campaign versions.
|
default CompletableFuture<GetEmailChannelResponse> |
getEmailChannel(Consumer<GetEmailChannelRequest.Builder> getEmailChannelRequest)
Get an email channel
This is a convenience which creates an instance of the GetEmailChannelRequest.Builder avoiding the need
to create one manually via GetEmailChannelRequest.builder() |
default CompletableFuture<GetEmailChannelResponse> |
getEmailChannel(GetEmailChannelRequest getEmailChannelRequest)
Get an email channel
|
default CompletableFuture<GetEndpointResponse> |
getEndpoint(Consumer<GetEndpointRequest.Builder> getEndpointRequest)
Returns information about an endpoint.
This is a convenience which creates an instance of the GetEndpointRequest.Builder avoiding the need to
create one manually via GetEndpointRequest.builder() |
default CompletableFuture<GetEndpointResponse> |
getEndpoint(GetEndpointRequest getEndpointRequest)
Returns information about an endpoint.
|
default CompletableFuture<GetEventStreamResponse> |
getEventStream(Consumer<GetEventStreamRequest.Builder> getEventStreamRequest)
Returns the event stream for an app.
This is a convenience which creates an instance of the GetEventStreamRequest.Builder avoiding the need to
create one manually via GetEventStreamRequest.builder() |
default CompletableFuture<GetEventStreamResponse> |
getEventStream(GetEventStreamRequest getEventStreamRequest)
Returns the event stream for an app.
|
default CompletableFuture<GetGcmChannelResponse> |
getGcmChannel(Consumer<GetGcmChannelRequest.Builder> getGcmChannelRequest)
Returns information about the GCM channel for an app.
This is a convenience which creates an instance of the GetGcmChannelRequest.Builder avoiding the need to
create one manually via GetGcmChannelRequest.builder() |
default CompletableFuture<GetGcmChannelResponse> |
getGcmChannel(GetGcmChannelRequest getGcmChannelRequest)
Returns information about the GCM channel for an app.
|
default CompletableFuture<GetImportJobResponse> |
getImportJob(Consumer<GetImportJobRequest.Builder> getImportJobRequest)
Returns information about an import job.
This is a convenience which creates an instance of the GetImportJobRequest.Builder avoiding the need to
create one manually via GetImportJobRequest.builder() |
default CompletableFuture<GetImportJobResponse> |
getImportJob(GetImportJobRequest getImportJobRequest)
Returns information about an import job.
|
default CompletableFuture<GetImportJobsResponse> |
getImportJobs(Consumer<GetImportJobsRequest.Builder> getImportJobsRequest)
Returns information about your import jobs.
This is a convenience which creates an instance of the GetImportJobsRequest.Builder avoiding the need to
create one manually via GetImportJobsRequest.builder() |
default CompletableFuture<GetImportJobsResponse> |
getImportJobs(GetImportJobsRequest getImportJobsRequest)
Returns information about your import jobs.
|
default CompletableFuture<GetSegmentResponse> |
getSegment(Consumer<GetSegmentRequest.Builder> getSegmentRequest)
Returns information about a segment.
This is a convenience which creates an instance of the GetSegmentRequest.Builder avoiding the need to
create one manually via GetSegmentRequest.builder() |
default CompletableFuture<GetSegmentResponse> |
getSegment(GetSegmentRequest getSegmentRequest)
Returns information about a segment.
|
default CompletableFuture<GetSegmentImportJobsResponse> |
getSegmentImportJobs(Consumer<GetSegmentImportJobsRequest.Builder> getSegmentImportJobsRequest)
Returns a list of import jobs for a specific segment.
This is a convenience which creates an instance of the GetSegmentImportJobsRequest.Builder avoiding the
need to create one manually via GetSegmentImportJobsRequest.builder() |
default CompletableFuture<GetSegmentImportJobsResponse> |
getSegmentImportJobs(GetSegmentImportJobsRequest getSegmentImportJobsRequest)
Returns a list of import jobs for a specific segment.
|
default CompletableFuture<GetSegmentsResponse> |
getSegments(Consumer<GetSegmentsRequest.Builder> getSegmentsRequest)
Used to get information about your segments.
This is a convenience which creates an instance of the GetSegmentsRequest.Builder avoiding the need to
create one manually via GetSegmentsRequest.builder() |
default CompletableFuture<GetSegmentsResponse> |
getSegments(GetSegmentsRequest getSegmentsRequest)
Used to get information about your segments.
|
default CompletableFuture<GetSegmentVersionResponse> |
getSegmentVersion(Consumer<GetSegmentVersionRequest.Builder> getSegmentVersionRequest)
Returns information about a segment version.
This is a convenience which creates an instance of the GetSegmentVersionRequest.Builder avoiding the need
to create one manually via GetSegmentVersionRequest.builder() |
default CompletableFuture<GetSegmentVersionResponse> |
getSegmentVersion(GetSegmentVersionRequest getSegmentVersionRequest)
Returns information about a segment version.
|
default CompletableFuture<GetSegmentVersionsResponse> |
getSegmentVersions(Consumer<GetSegmentVersionsRequest.Builder> getSegmentVersionsRequest)
Returns information about your segment versions.
This is a convenience which creates an instance of the GetSegmentVersionsRequest.Builder avoiding the
need to create one manually via GetSegmentVersionsRequest.builder() |
default CompletableFuture<GetSegmentVersionsResponse> |
getSegmentVersions(GetSegmentVersionsRequest getSegmentVersionsRequest)
Returns information about your segment versions.
|
default CompletableFuture<GetSmsChannelResponse> |
getSmsChannel(Consumer<GetSmsChannelRequest.Builder> getSmsChannelRequest)
Get an SMS channel
This is a convenience which creates an instance of the GetSmsChannelRequest.Builder avoiding the need to
create one manually via GetSmsChannelRequest.builder() |
default CompletableFuture<GetSmsChannelResponse> |
getSmsChannel(GetSmsChannelRequest getSmsChannelRequest)
Get an SMS channel
|
default CompletableFuture<PutEventStreamResponse> |
putEventStream(Consumer<PutEventStreamRequest.Builder> putEventStreamRequest)
Use to create or update the event stream for an app.
This is a convenience which creates an instance of the PutEventStreamRequest.Builder avoiding the need to
create one manually via PutEventStreamRequest.builder() |
default CompletableFuture<PutEventStreamResponse> |
putEventStream(PutEventStreamRequest putEventStreamRequest)
Use to create or update the event stream for an app.
|
default CompletableFuture<SendMessagesResponse> |
sendMessages(Consumer<SendMessagesRequest.Builder> sendMessagesRequest)
Send a batch of messages
This is a convenience which creates an instance of the SendMessagesRequest.Builder avoiding the need to
create one manually via SendMessagesRequest.builder() |
default CompletableFuture<SendMessagesResponse> |
sendMessages(SendMessagesRequest sendMessagesRequest)
Send a batch of messages
|
default CompletableFuture<SendUsersMessagesResponse> |
sendUsersMessages(Consumer<SendUsersMessagesRequest.Builder> sendUsersMessagesRequest)
Send a batch of messages to users
This is a convenience which creates an instance of the SendUsersMessagesRequest.Builder avoiding the need
to create one manually via SendUsersMessagesRequest.builder() |
default CompletableFuture<SendUsersMessagesResponse> |
sendUsersMessages(SendUsersMessagesRequest sendUsersMessagesRequest)
Send a batch of messages to users
|
default CompletableFuture<UpdateAdmChannelResponse> |
updateAdmChannel(Consumer<UpdateAdmChannelRequest.Builder> updateAdmChannelRequest)
Update an ADM channel
This is a convenience which creates an instance of the UpdateAdmChannelRequest.Builder avoiding the need
to create one manually via UpdateAdmChannelRequest.builder() |
default CompletableFuture<UpdateAdmChannelResponse> |
updateAdmChannel(UpdateAdmChannelRequest updateAdmChannelRequest)
Update an ADM channel
|
default CompletableFuture<UpdateApnsChannelResponse> |
updateApnsChannel(Consumer<UpdateApnsChannelRequest.Builder> updateApnsChannelRequest)
Use to update the APNs channel for an app.
This is a convenience which creates an instance of the UpdateApnsChannelRequest.Builder avoiding the need
to create one manually via UpdateApnsChannelRequest.builder() |
default CompletableFuture<UpdateApnsChannelResponse> |
updateApnsChannel(UpdateApnsChannelRequest updateApnsChannelRequest)
Use to update the APNs channel for an app.
|
default CompletableFuture<UpdateApnsSandboxChannelResponse> |
updateApnsSandboxChannel(Consumer<UpdateApnsSandboxChannelRequest.Builder> updateApnsSandboxChannelRequest)
Update an APNS sandbox channel
This is a convenience which creates an instance of the UpdateApnsSandboxChannelRequest.Builder avoiding
the need to create one manually via UpdateApnsSandboxChannelRequest.builder() |
default CompletableFuture<UpdateApnsSandboxChannelResponse> |
updateApnsSandboxChannel(UpdateApnsSandboxChannelRequest updateApnsSandboxChannelRequest)
Update an APNS sandbox channel
|
default CompletableFuture<UpdateApnsVoipChannelResponse> |
updateApnsVoipChannel(Consumer<UpdateApnsVoipChannelRequest.Builder> updateApnsVoipChannelRequest)
Update an APNS VoIP channel
This is a convenience which creates an instance of the UpdateApnsVoipChannelRequest.Builder avoiding the
need to create one manually via UpdateApnsVoipChannelRequest.builder() |
default CompletableFuture<UpdateApnsVoipChannelResponse> |
updateApnsVoipChannel(UpdateApnsVoipChannelRequest updateApnsVoipChannelRequest)
Update an APNS VoIP channel
|
default CompletableFuture<UpdateApnsVoipSandboxChannelResponse> |
updateApnsVoipSandboxChannel(Consumer<UpdateApnsVoipSandboxChannelRequest.Builder> updateApnsVoipSandboxChannelRequest)
Update an APNS VoIP sandbox channel
This is a convenience which creates an instance of the UpdateApnsVoipSandboxChannelRequest.Builder
avoiding the need to create one manually via UpdateApnsVoipSandboxChannelRequest.builder() |
default CompletableFuture<UpdateApnsVoipSandboxChannelResponse> |
updateApnsVoipSandboxChannel(UpdateApnsVoipSandboxChannelRequest updateApnsVoipSandboxChannelRequest)
Update an APNS VoIP sandbox channel
|
default CompletableFuture<UpdateApplicationSettingsResponse> |
updateApplicationSettings(Consumer<UpdateApplicationSettingsRequest.Builder> updateApplicationSettingsRequest)
Used to update the settings for an app.
This is a convenience which creates an instance of the UpdateApplicationSettingsRequest.Builder avoiding
the need to create one manually via UpdateApplicationSettingsRequest.builder() |
default CompletableFuture<UpdateApplicationSettingsResponse> |
updateApplicationSettings(UpdateApplicationSettingsRequest updateApplicationSettingsRequest)
Used to update the settings for an app.
|
default CompletableFuture<UpdateBaiduChannelResponse> |
updateBaiduChannel(Consumer<UpdateBaiduChannelRequest.Builder> updateBaiduChannelRequest)
Update a BAIDU GCM channel
This is a convenience which creates an instance of the UpdateBaiduChannelRequest.Builder avoiding the
need to create one manually via UpdateBaiduChannelRequest.builder() |
default CompletableFuture<UpdateBaiduChannelResponse> |
updateBaiduChannel(UpdateBaiduChannelRequest updateBaiduChannelRequest)
Update a BAIDU GCM channel
|
default CompletableFuture<UpdateCampaignResponse> |
updateCampaign(Consumer<UpdateCampaignRequest.Builder> updateCampaignRequest)
Use to update a campaign.
This is a convenience which creates an instance of the UpdateCampaignRequest.Builder avoiding the need to
create one manually via UpdateCampaignRequest.builder() |
default CompletableFuture<UpdateCampaignResponse> |
updateCampaign(UpdateCampaignRequest updateCampaignRequest)
Use to update a campaign.
|
default CompletableFuture<UpdateEmailChannelResponse> |
updateEmailChannel(Consumer<UpdateEmailChannelRequest.Builder> updateEmailChannelRequest)
Update an email channel
This is a convenience which creates an instance of the UpdateEmailChannelRequest.Builder avoiding the
need to create one manually via UpdateEmailChannelRequest.builder() |
default CompletableFuture<UpdateEmailChannelResponse> |
updateEmailChannel(UpdateEmailChannelRequest updateEmailChannelRequest)
Update an email channel
|
default CompletableFuture<UpdateEndpointResponse> |
updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)
Use to update an endpoint.
This is a convenience which creates an instance of the UpdateEndpointRequest.Builder avoiding the need to
create one manually via UpdateEndpointRequest.builder() |
default CompletableFuture<UpdateEndpointResponse> |
updateEndpoint(UpdateEndpointRequest updateEndpointRequest)
Use to update an endpoint.
|
default CompletableFuture<UpdateEndpointsBatchResponse> |
updateEndpointsBatch(Consumer<UpdateEndpointsBatchRequest.Builder> updateEndpointsBatchRequest)
Use to update 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() |
default CompletableFuture<UpdateEndpointsBatchResponse> |
updateEndpointsBatch(UpdateEndpointsBatchRequest updateEndpointsBatchRequest)
Use to update a batch of endpoints.
|
default CompletableFuture<UpdateGcmChannelResponse> |
updateGcmChannel(Consumer<UpdateGcmChannelRequest.Builder> updateGcmChannelRequest)
Use to update the GCM channel for an app.
This is a convenience which creates an instance of the UpdateGcmChannelRequest.Builder avoiding the need
to create one manually via UpdateGcmChannelRequest.builder() |
default CompletableFuture<UpdateGcmChannelResponse> |
updateGcmChannel(UpdateGcmChannelRequest updateGcmChannelRequest)
Use to update the GCM channel for an app.
|
default CompletableFuture<UpdateSegmentResponse> |
updateSegment(Consumer<UpdateSegmentRequest.Builder> updateSegmentRequest)
Use to update a segment.
This is a convenience which creates an instance of the UpdateSegmentRequest.Builder avoiding the need to
create one manually via UpdateSegmentRequest.builder() |
default CompletableFuture<UpdateSegmentResponse> |
updateSegment(UpdateSegmentRequest updateSegmentRequest)
Use to update a segment.
|
default CompletableFuture<UpdateSmsChannelResponse> |
updateSmsChannel(Consumer<UpdateSmsChannelRequest.Builder> updateSmsChannelRequest)
Update an SMS channel
This is a convenience which creates an instance of the UpdateSmsChannelRequest.Builder avoiding the need
to create one manually via UpdateSmsChannelRequest.builder() |
default CompletableFuture<UpdateSmsChannelResponse> |
updateSmsChannel(UpdateSmsChannelRequest updateSmsChannelRequest)
Update an SMS channel
|
serviceName
close
static 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)
createAppRequest
- default CompletableFuture<CreateAppResponse> createApp(Consumer<CreateAppRequest.Builder> createAppRequest)
CreateAppRequest.Builder
avoiding the need to
create one manually via CreateAppRequest.builder()
createAppRequest
- a Consumer
that will call methods on CreateAppRequest.Builder
.default CompletableFuture<CreateCampaignResponse> createCampaign(CreateCampaignRequest createCampaignRequest)
createCampaignRequest
- default CompletableFuture<CreateCampaignResponse> createCampaign(Consumer<CreateCampaignRequest.Builder> createCampaignRequest)
CreateCampaignRequest.Builder
avoiding the need to
create one manually via CreateCampaignRequest.builder()
createCampaignRequest
- a Consumer
that will call methods on CreateCampaignRequest.Builder
.default CompletableFuture<CreateImportJobResponse> createImportJob(CreateImportJobRequest createImportJobRequest)
createImportJobRequest
- default CompletableFuture<CreateImportJobResponse> createImportJob(Consumer<CreateImportJobRequest.Builder> createImportJobRequest)
CreateImportJobRequest.Builder
avoiding the need
to create one manually via CreateImportJobRequest.builder()
createImportJobRequest
- a Consumer
that will call methods on CreateImportJobRequest.Builder
.default CompletableFuture<CreateSegmentResponse> createSegment(CreateSegmentRequest createSegmentRequest)
createSegmentRequest
- default CompletableFuture<CreateSegmentResponse> createSegment(Consumer<CreateSegmentRequest.Builder> createSegmentRequest)
CreateSegmentRequest.Builder
avoiding the need to
create one manually via CreateSegmentRequest.builder()
createSegmentRequest
- a Consumer
that will call methods on CreateSegmentRequest.Builder
.default CompletableFuture<DeleteAdmChannelResponse> deleteAdmChannel(DeleteAdmChannelRequest deleteAdmChannelRequest)
deleteAdmChannelRequest
- default CompletableFuture<DeleteAdmChannelResponse> deleteAdmChannel(Consumer<DeleteAdmChannelRequest.Builder> deleteAdmChannelRequest)
DeleteAdmChannelRequest.Builder
avoiding the need
to create one manually via DeleteAdmChannelRequest.builder()
deleteAdmChannelRequest
- a Consumer
that will call methods on DeleteAdmChannelRequest.Builder
.default CompletableFuture<DeleteApnsChannelResponse> deleteApnsChannel(DeleteApnsChannelRequest deleteApnsChannelRequest)
deleteApnsChannelRequest
- default CompletableFuture<DeleteApnsChannelResponse> deleteApnsChannel(Consumer<DeleteApnsChannelRequest.Builder> deleteApnsChannelRequest)
DeleteApnsChannelRequest.Builder
avoiding the need
to create one manually via DeleteApnsChannelRequest.builder()
deleteApnsChannelRequest
- a Consumer
that will call methods on DeleteApnsChannelRequest.Builder
.default CompletableFuture<DeleteApnsSandboxChannelResponse> deleteApnsSandboxChannel(DeleteApnsSandboxChannelRequest deleteApnsSandboxChannelRequest)
deleteApnsSandboxChannelRequest
- default CompletableFuture<DeleteApnsSandboxChannelResponse> deleteApnsSandboxChannel(Consumer<DeleteApnsSandboxChannelRequest.Builder> deleteApnsSandboxChannelRequest)
DeleteApnsSandboxChannelRequest.Builder
avoiding
the need to create one manually via DeleteApnsSandboxChannelRequest.builder()
deleteApnsSandboxChannelRequest
- a Consumer
that will call methods on DeleteApnsSandboxChannelRequest.Builder
.default CompletableFuture<DeleteApnsVoipChannelResponse> deleteApnsVoipChannel(DeleteApnsVoipChannelRequest deleteApnsVoipChannelRequest)
deleteApnsVoipChannelRequest
- default CompletableFuture<DeleteApnsVoipChannelResponse> deleteApnsVoipChannel(Consumer<DeleteApnsVoipChannelRequest.Builder> deleteApnsVoipChannelRequest)
DeleteApnsVoipChannelRequest.Builder
avoiding the
need to create one manually via DeleteApnsVoipChannelRequest.builder()
deleteApnsVoipChannelRequest
- a Consumer
that will call methods on DeleteApnsVoipChannelRequest.Builder
.default CompletableFuture<DeleteApnsVoipSandboxChannelResponse> deleteApnsVoipSandboxChannel(DeleteApnsVoipSandboxChannelRequest deleteApnsVoipSandboxChannelRequest)
deleteApnsVoipSandboxChannelRequest
- default CompletableFuture<DeleteApnsVoipSandboxChannelResponse> deleteApnsVoipSandboxChannel(Consumer<DeleteApnsVoipSandboxChannelRequest.Builder> deleteApnsVoipSandboxChannelRequest)
DeleteApnsVoipSandboxChannelRequest.Builder
avoiding the need to create one manually via DeleteApnsVoipSandboxChannelRequest.builder()
deleteApnsVoipSandboxChannelRequest
- a Consumer
that will call methods on DeleteApnsVoipSandboxChannelRequest.Builder
.default CompletableFuture<DeleteAppResponse> deleteApp(DeleteAppRequest deleteAppRequest)
deleteAppRequest
- default CompletableFuture<DeleteAppResponse> deleteApp(Consumer<DeleteAppRequest.Builder> deleteAppRequest)
DeleteAppRequest.Builder
avoiding the need to
create one manually via DeleteAppRequest.builder()
deleteAppRequest
- a Consumer
that will call methods on DeleteAppRequest.Builder
.default CompletableFuture<DeleteBaiduChannelResponse> deleteBaiduChannel(DeleteBaiduChannelRequest deleteBaiduChannelRequest)
deleteBaiduChannelRequest
- default CompletableFuture<DeleteBaiduChannelResponse> deleteBaiduChannel(Consumer<DeleteBaiduChannelRequest.Builder> deleteBaiduChannelRequest)
DeleteBaiduChannelRequest.Builder
avoiding the
need to create one manually via DeleteBaiduChannelRequest.builder()
deleteBaiduChannelRequest
- a Consumer
that will call methods on DeleteBaiduChannelRequest.Builder
.default CompletableFuture<DeleteCampaignResponse> deleteCampaign(DeleteCampaignRequest deleteCampaignRequest)
deleteCampaignRequest
- default CompletableFuture<DeleteCampaignResponse> deleteCampaign(Consumer<DeleteCampaignRequest.Builder> deleteCampaignRequest)
DeleteCampaignRequest.Builder
avoiding the need to
create one manually via DeleteCampaignRequest.builder()
deleteCampaignRequest
- a Consumer
that will call methods on DeleteCampaignRequest.Builder
.default CompletableFuture<DeleteEmailChannelResponse> deleteEmailChannel(DeleteEmailChannelRequest deleteEmailChannelRequest)
deleteEmailChannelRequest
- default CompletableFuture<DeleteEmailChannelResponse> deleteEmailChannel(Consumer<DeleteEmailChannelRequest.Builder> deleteEmailChannelRequest)
DeleteEmailChannelRequest.Builder
avoiding the
need to create one manually via DeleteEmailChannelRequest.builder()
deleteEmailChannelRequest
- a Consumer
that will call methods on DeleteEmailChannelRequest.Builder
.default CompletableFuture<DeleteEventStreamResponse> deleteEventStream(DeleteEventStreamRequest deleteEventStreamRequest)
deleteEventStreamRequest
- DeleteEventStream Requestdefault CompletableFuture<DeleteEventStreamResponse> deleteEventStream(Consumer<DeleteEventStreamRequest.Builder> deleteEventStreamRequest)
DeleteEventStreamRequest.Builder
avoiding the need
to create one manually via DeleteEventStreamRequest.builder()
deleteEventStreamRequest
- a Consumer
that will call methods on DeleteEventStreamRequest.Builder
.default CompletableFuture<DeleteGcmChannelResponse> deleteGcmChannel(DeleteGcmChannelRequest deleteGcmChannelRequest)
deleteGcmChannelRequest
- default CompletableFuture<DeleteGcmChannelResponse> deleteGcmChannel(Consumer<DeleteGcmChannelRequest.Builder> deleteGcmChannelRequest)
DeleteGcmChannelRequest.Builder
avoiding the need
to create one manually via DeleteGcmChannelRequest.builder()
deleteGcmChannelRequest
- a Consumer
that will call methods on DeleteGcmChannelRequest.Builder
.default CompletableFuture<DeleteSegmentResponse> deleteSegment(DeleteSegmentRequest deleteSegmentRequest)
deleteSegmentRequest
- default CompletableFuture<DeleteSegmentResponse> deleteSegment(Consumer<DeleteSegmentRequest.Builder> deleteSegmentRequest)
DeleteSegmentRequest.Builder
avoiding the need to
create one manually via DeleteSegmentRequest.builder()
deleteSegmentRequest
- a Consumer
that will call methods on DeleteSegmentRequest.Builder
.default CompletableFuture<DeleteSmsChannelResponse> deleteSmsChannel(DeleteSmsChannelRequest deleteSmsChannelRequest)
deleteSmsChannelRequest
- default CompletableFuture<DeleteSmsChannelResponse> deleteSmsChannel(Consumer<DeleteSmsChannelRequest.Builder> deleteSmsChannelRequest)
DeleteSmsChannelRequest.Builder
avoiding the need
to create one manually via DeleteSmsChannelRequest.builder()
deleteSmsChannelRequest
- a Consumer
that will call methods on DeleteSmsChannelRequest.Builder
.default CompletableFuture<GetAdmChannelResponse> getAdmChannel(GetAdmChannelRequest getAdmChannelRequest)
getAdmChannelRequest
- default CompletableFuture<GetAdmChannelResponse> getAdmChannel(Consumer<GetAdmChannelRequest.Builder> getAdmChannelRequest)
GetAdmChannelRequest.Builder
avoiding the need to
create one manually via GetAdmChannelRequest.builder()
getAdmChannelRequest
- a Consumer
that will call methods on GetAdmChannelRequest.Builder
.default CompletableFuture<GetApnsChannelResponse> getApnsChannel(GetApnsChannelRequest getApnsChannelRequest)
getApnsChannelRequest
- default CompletableFuture<GetApnsChannelResponse> getApnsChannel(Consumer<GetApnsChannelRequest.Builder> getApnsChannelRequest)
GetApnsChannelRequest.Builder
avoiding the need to
create one manually via GetApnsChannelRequest.builder()
getApnsChannelRequest
- a Consumer
that will call methods on GetApnsChannelRequest.Builder
.default CompletableFuture<GetApnsSandboxChannelResponse> getApnsSandboxChannel(GetApnsSandboxChannelRequest getApnsSandboxChannelRequest)
getApnsSandboxChannelRequest
- default CompletableFuture<GetApnsSandboxChannelResponse> getApnsSandboxChannel(Consumer<GetApnsSandboxChannelRequest.Builder> getApnsSandboxChannelRequest)
GetApnsSandboxChannelRequest.Builder
avoiding the
need to create one manually via GetApnsSandboxChannelRequest.builder()
getApnsSandboxChannelRequest
- a Consumer
that will call methods on GetApnsSandboxChannelRequest.Builder
.default CompletableFuture<GetApnsVoipChannelResponse> getApnsVoipChannel(GetApnsVoipChannelRequest getApnsVoipChannelRequest)
getApnsVoipChannelRequest
- default CompletableFuture<GetApnsVoipChannelResponse> getApnsVoipChannel(Consumer<GetApnsVoipChannelRequest.Builder> getApnsVoipChannelRequest)
GetApnsVoipChannelRequest.Builder
avoiding the
need to create one manually via GetApnsVoipChannelRequest.builder()
getApnsVoipChannelRequest
- a Consumer
that will call methods on GetApnsVoipChannelRequest.Builder
.default CompletableFuture<GetApnsVoipSandboxChannelResponse> getApnsVoipSandboxChannel(GetApnsVoipSandboxChannelRequest getApnsVoipSandboxChannelRequest)
getApnsVoipSandboxChannelRequest
- default CompletableFuture<GetApnsVoipSandboxChannelResponse> getApnsVoipSandboxChannel(Consumer<GetApnsVoipSandboxChannelRequest.Builder> getApnsVoipSandboxChannelRequest)
GetApnsVoipSandboxChannelRequest.Builder
avoiding
the need to create one manually via GetApnsVoipSandboxChannelRequest.builder()
getApnsVoipSandboxChannelRequest
- a Consumer
that will call methods on GetApnsVoipSandboxChannelRequest.Builder
.default CompletableFuture<GetAppResponse> getApp(GetAppRequest getAppRequest)
getAppRequest
- default CompletableFuture<GetAppResponse> getApp(Consumer<GetAppRequest.Builder> getAppRequest)
GetAppRequest.Builder
avoiding the need to create
one manually via GetAppRequest.builder()
getAppRequest
- a Consumer
that will call methods on GetAppRequest.Builder
.default CompletableFuture<GetApplicationSettingsResponse> getApplicationSettings(GetApplicationSettingsRequest getApplicationSettingsRequest)
getApplicationSettingsRequest
- default CompletableFuture<GetApplicationSettingsResponse> getApplicationSettings(Consumer<GetApplicationSettingsRequest.Builder> getApplicationSettingsRequest)
GetApplicationSettingsRequest.Builder
avoiding the
need to create one manually via GetApplicationSettingsRequest.builder()
getApplicationSettingsRequest
- a Consumer
that will call methods on GetApplicationSettingsRequest.Builder
.default CompletableFuture<GetAppsResponse> getApps(GetAppsRequest getAppsRequest)
getAppsRequest
- default CompletableFuture<GetAppsResponse> getApps(Consumer<GetAppsRequest.Builder> getAppsRequest)
GetAppsRequest.Builder
avoiding the need to create
one manually via GetAppsRequest.builder()
getAppsRequest
- a Consumer
that will call methods on GetAppsRequest.Builder
.default CompletableFuture<GetBaiduChannelResponse> getBaiduChannel(GetBaiduChannelRequest getBaiduChannelRequest)
getBaiduChannelRequest
- default CompletableFuture<GetBaiduChannelResponse> getBaiduChannel(Consumer<GetBaiduChannelRequest.Builder> getBaiduChannelRequest)
GetBaiduChannelRequest.Builder
avoiding the need
to create one manually via GetBaiduChannelRequest.builder()
getBaiduChannelRequest
- a Consumer
that will call methods on GetBaiduChannelRequest.Builder
.default CompletableFuture<GetCampaignResponse> getCampaign(GetCampaignRequest getCampaignRequest)
getCampaignRequest
- default CompletableFuture<GetCampaignResponse> getCampaign(Consumer<GetCampaignRequest.Builder> getCampaignRequest)
GetCampaignRequest.Builder
avoiding the need to
create one manually via GetCampaignRequest.builder()
getCampaignRequest
- a Consumer
that will call methods on GetCampaignRequest.Builder
.default CompletableFuture<GetCampaignActivitiesResponse> getCampaignActivities(GetCampaignActivitiesRequest getCampaignActivitiesRequest)
getCampaignActivitiesRequest
- default CompletableFuture<GetCampaignActivitiesResponse> getCampaignActivities(Consumer<GetCampaignActivitiesRequest.Builder> getCampaignActivitiesRequest)
GetCampaignActivitiesRequest.Builder
avoiding the
need to create one manually via GetCampaignActivitiesRequest.builder()
getCampaignActivitiesRequest
- a Consumer
that will call methods on GetCampaignActivitiesRequest.Builder
.default CompletableFuture<GetCampaignVersionResponse> getCampaignVersion(GetCampaignVersionRequest getCampaignVersionRequest)
getCampaignVersionRequest
- default CompletableFuture<GetCampaignVersionResponse> getCampaignVersion(Consumer<GetCampaignVersionRequest.Builder> getCampaignVersionRequest)
GetCampaignVersionRequest.Builder
avoiding the
need to create one manually via GetCampaignVersionRequest.builder()
getCampaignVersionRequest
- a Consumer
that will call methods on GetCampaignVersionRequest.Builder
.default CompletableFuture<GetCampaignVersionsResponse> getCampaignVersions(GetCampaignVersionsRequest getCampaignVersionsRequest)
getCampaignVersionsRequest
- default CompletableFuture<GetCampaignVersionsResponse> getCampaignVersions(Consumer<GetCampaignVersionsRequest.Builder> getCampaignVersionsRequest)
GetCampaignVersionsRequest.Builder
avoiding the
need to create one manually via GetCampaignVersionsRequest.builder()
getCampaignVersionsRequest
- a Consumer
that will call methods on GetCampaignVersionsRequest.Builder
.default CompletableFuture<GetCampaignsResponse> getCampaigns(GetCampaignsRequest getCampaignsRequest)
getCampaignsRequest
- default CompletableFuture<GetCampaignsResponse> getCampaigns(Consumer<GetCampaignsRequest.Builder> getCampaignsRequest)
GetCampaignsRequest.Builder
avoiding the need to
create one manually via GetCampaignsRequest.builder()
getCampaignsRequest
- a Consumer
that will call methods on GetCampaignsRequest.Builder
.default CompletableFuture<GetEmailChannelResponse> getEmailChannel(GetEmailChannelRequest getEmailChannelRequest)
getEmailChannelRequest
- default CompletableFuture<GetEmailChannelResponse> getEmailChannel(Consumer<GetEmailChannelRequest.Builder> getEmailChannelRequest)
GetEmailChannelRequest.Builder
avoiding the need
to create one manually via GetEmailChannelRequest.builder()
getEmailChannelRequest
- a Consumer
that will call methods on GetEmailChannelRequest.Builder
.default CompletableFuture<GetEndpointResponse> getEndpoint(GetEndpointRequest getEndpointRequest)
getEndpointRequest
- default CompletableFuture<GetEndpointResponse> getEndpoint(Consumer<GetEndpointRequest.Builder> getEndpointRequest)
GetEndpointRequest.Builder
avoiding the need to
create one manually via GetEndpointRequest.builder()
getEndpointRequest
- a Consumer
that will call methods on GetEndpointRequest.Builder
.default CompletableFuture<GetEventStreamResponse> getEventStream(GetEventStreamRequest getEventStreamRequest)
getEventStreamRequest
- GetEventStreamRequestdefault CompletableFuture<GetEventStreamResponse> getEventStream(Consumer<GetEventStreamRequest.Builder> getEventStreamRequest)
GetEventStreamRequest.Builder
avoiding the need to
create one manually via GetEventStreamRequest.builder()
getEventStreamRequest
- a Consumer
that will call methods on GetEventStreamRequest.Builder
.default CompletableFuture<GetGcmChannelResponse> getGcmChannel(GetGcmChannelRequest getGcmChannelRequest)
getGcmChannelRequest
- default CompletableFuture<GetGcmChannelResponse> getGcmChannel(Consumer<GetGcmChannelRequest.Builder> getGcmChannelRequest)
GetGcmChannelRequest.Builder
avoiding the need to
create one manually via GetGcmChannelRequest.builder()
getGcmChannelRequest
- a Consumer
that will call methods on GetGcmChannelRequest.Builder
.default CompletableFuture<GetImportJobResponse> getImportJob(GetImportJobRequest getImportJobRequest)
getImportJobRequest
- default CompletableFuture<GetImportJobResponse> getImportJob(Consumer<GetImportJobRequest.Builder> getImportJobRequest)
GetImportJobRequest.Builder
avoiding the need to
create one manually via GetImportJobRequest.builder()
getImportJobRequest
- a Consumer
that will call methods on GetImportJobRequest.Builder
.default CompletableFuture<GetImportJobsResponse> getImportJobs(GetImportJobsRequest getImportJobsRequest)
getImportJobsRequest
- default CompletableFuture<GetImportJobsResponse> getImportJobs(Consumer<GetImportJobsRequest.Builder> getImportJobsRequest)
GetImportJobsRequest.Builder
avoiding the need to
create one manually via GetImportJobsRequest.builder()
getImportJobsRequest
- a Consumer
that will call methods on GetImportJobsRequest.Builder
.default CompletableFuture<GetSegmentResponse> getSegment(GetSegmentRequest getSegmentRequest)
getSegmentRequest
- default CompletableFuture<GetSegmentResponse> getSegment(Consumer<GetSegmentRequest.Builder> getSegmentRequest)
GetSegmentRequest.Builder
avoiding the need to
create one manually via GetSegmentRequest.builder()
getSegmentRequest
- a Consumer
that will call methods on GetSegmentRequest.Builder
.default CompletableFuture<GetSegmentImportJobsResponse> getSegmentImportJobs(GetSegmentImportJobsRequest getSegmentImportJobsRequest)
getSegmentImportJobsRequest
- default CompletableFuture<GetSegmentImportJobsResponse> getSegmentImportJobs(Consumer<GetSegmentImportJobsRequest.Builder> getSegmentImportJobsRequest)
GetSegmentImportJobsRequest.Builder
avoiding the
need to create one manually via GetSegmentImportJobsRequest.builder()
getSegmentImportJobsRequest
- a Consumer
that will call methods on GetSegmentImportJobsRequest.Builder
.default CompletableFuture<GetSegmentVersionResponse> getSegmentVersion(GetSegmentVersionRequest getSegmentVersionRequest)
getSegmentVersionRequest
- default CompletableFuture<GetSegmentVersionResponse> getSegmentVersion(Consumer<GetSegmentVersionRequest.Builder> getSegmentVersionRequest)
GetSegmentVersionRequest.Builder
avoiding the need
to create one manually via GetSegmentVersionRequest.builder()
getSegmentVersionRequest
- a Consumer
that will call methods on GetSegmentVersionRequest.Builder
.default CompletableFuture<GetSegmentVersionsResponse> getSegmentVersions(GetSegmentVersionsRequest getSegmentVersionsRequest)
getSegmentVersionsRequest
- default CompletableFuture<GetSegmentVersionsResponse> getSegmentVersions(Consumer<GetSegmentVersionsRequest.Builder> getSegmentVersionsRequest)
GetSegmentVersionsRequest.Builder
avoiding the
need to create one manually via GetSegmentVersionsRequest.builder()
getSegmentVersionsRequest
- a Consumer
that will call methods on GetSegmentVersionsRequest.Builder
.default CompletableFuture<GetSegmentsResponse> getSegments(GetSegmentsRequest getSegmentsRequest)
getSegmentsRequest
- default CompletableFuture<GetSegmentsResponse> getSegments(Consumer<GetSegmentsRequest.Builder> getSegmentsRequest)
GetSegmentsRequest.Builder
avoiding the need to
create one manually via GetSegmentsRequest.builder()
getSegmentsRequest
- a Consumer
that will call methods on GetSegmentsRequest.Builder
.default CompletableFuture<GetSmsChannelResponse> getSmsChannel(GetSmsChannelRequest getSmsChannelRequest)
getSmsChannelRequest
- default CompletableFuture<GetSmsChannelResponse> getSmsChannel(Consumer<GetSmsChannelRequest.Builder> getSmsChannelRequest)
GetSmsChannelRequest.Builder
avoiding the need to
create one manually via GetSmsChannelRequest.builder()
getSmsChannelRequest
- a Consumer
that will call methods on GetSmsChannelRequest.Builder
.default CompletableFuture<PutEventStreamResponse> putEventStream(PutEventStreamRequest putEventStreamRequest)
putEventStreamRequest
- default CompletableFuture<PutEventStreamResponse> putEventStream(Consumer<PutEventStreamRequest.Builder> putEventStreamRequest)
PutEventStreamRequest.Builder
avoiding the need to
create one manually via PutEventStreamRequest.builder()
putEventStreamRequest
- a Consumer
that will call methods on PutEventStreamRequest.Builder
.default CompletableFuture<SendMessagesResponse> sendMessages(SendMessagesRequest sendMessagesRequest)
sendMessagesRequest
- default CompletableFuture<SendMessagesResponse> sendMessages(Consumer<SendMessagesRequest.Builder> sendMessagesRequest)
SendMessagesRequest.Builder
avoiding the need to
create one manually via SendMessagesRequest.builder()
sendMessagesRequest
- a Consumer
that will call methods on SendMessagesRequest.Builder
.default CompletableFuture<SendUsersMessagesResponse> sendUsersMessages(SendUsersMessagesRequest sendUsersMessagesRequest)
sendUsersMessagesRequest
- default CompletableFuture<SendUsersMessagesResponse> sendUsersMessages(Consumer<SendUsersMessagesRequest.Builder> sendUsersMessagesRequest)
SendUsersMessagesRequest.Builder
avoiding the need
to create one manually via SendUsersMessagesRequest.builder()
sendUsersMessagesRequest
- a Consumer
that will call methods on SendUsersMessagesRequest.Builder
.default CompletableFuture<UpdateAdmChannelResponse> updateAdmChannel(UpdateAdmChannelRequest updateAdmChannelRequest)
updateAdmChannelRequest
- default CompletableFuture<UpdateAdmChannelResponse> updateAdmChannel(Consumer<UpdateAdmChannelRequest.Builder> updateAdmChannelRequest)
UpdateAdmChannelRequest.Builder
avoiding the need
to create one manually via UpdateAdmChannelRequest.builder()
updateAdmChannelRequest
- a Consumer
that will call methods on UpdateAdmChannelRequest.Builder
.default CompletableFuture<UpdateApnsChannelResponse> updateApnsChannel(UpdateApnsChannelRequest updateApnsChannelRequest)
updateApnsChannelRequest
- default CompletableFuture<UpdateApnsChannelResponse> updateApnsChannel(Consumer<UpdateApnsChannelRequest.Builder> updateApnsChannelRequest)
UpdateApnsChannelRequest.Builder
avoiding the need
to create one manually via UpdateApnsChannelRequest.builder()
updateApnsChannelRequest
- a Consumer
that will call methods on UpdateApnsChannelRequest.Builder
.default CompletableFuture<UpdateApnsSandboxChannelResponse> updateApnsSandboxChannel(UpdateApnsSandboxChannelRequest updateApnsSandboxChannelRequest)
updateApnsSandboxChannelRequest
- default CompletableFuture<UpdateApnsSandboxChannelResponse> updateApnsSandboxChannel(Consumer<UpdateApnsSandboxChannelRequest.Builder> updateApnsSandboxChannelRequest)
UpdateApnsSandboxChannelRequest.Builder
avoiding
the need to create one manually via UpdateApnsSandboxChannelRequest.builder()
updateApnsSandboxChannelRequest
- a Consumer
that will call methods on UpdateApnsSandboxChannelRequest.Builder
.default CompletableFuture<UpdateApnsVoipChannelResponse> updateApnsVoipChannel(UpdateApnsVoipChannelRequest updateApnsVoipChannelRequest)
updateApnsVoipChannelRequest
- default CompletableFuture<UpdateApnsVoipChannelResponse> updateApnsVoipChannel(Consumer<UpdateApnsVoipChannelRequest.Builder> updateApnsVoipChannelRequest)
UpdateApnsVoipChannelRequest.Builder
avoiding the
need to create one manually via UpdateApnsVoipChannelRequest.builder()
updateApnsVoipChannelRequest
- a Consumer
that will call methods on UpdateApnsVoipChannelRequest.Builder
.default CompletableFuture<UpdateApnsVoipSandboxChannelResponse> updateApnsVoipSandboxChannel(UpdateApnsVoipSandboxChannelRequest updateApnsVoipSandboxChannelRequest)
updateApnsVoipSandboxChannelRequest
- default CompletableFuture<UpdateApnsVoipSandboxChannelResponse> updateApnsVoipSandboxChannel(Consumer<UpdateApnsVoipSandboxChannelRequest.Builder> updateApnsVoipSandboxChannelRequest)
UpdateApnsVoipSandboxChannelRequest.Builder
avoiding the need to create one manually via UpdateApnsVoipSandboxChannelRequest.builder()
updateApnsVoipSandboxChannelRequest
- a Consumer
that will call methods on UpdateApnsVoipSandboxChannelRequest.Builder
.default CompletableFuture<UpdateApplicationSettingsResponse> updateApplicationSettings(UpdateApplicationSettingsRequest updateApplicationSettingsRequest)
updateApplicationSettingsRequest
- default CompletableFuture<UpdateApplicationSettingsResponse> updateApplicationSettings(Consumer<UpdateApplicationSettingsRequest.Builder> updateApplicationSettingsRequest)
UpdateApplicationSettingsRequest.Builder
avoiding
the need to create one manually via UpdateApplicationSettingsRequest.builder()
updateApplicationSettingsRequest
- a Consumer
that will call methods on UpdateApplicationSettingsRequest.Builder
.default CompletableFuture<UpdateBaiduChannelResponse> updateBaiduChannel(UpdateBaiduChannelRequest updateBaiduChannelRequest)
updateBaiduChannelRequest
- default CompletableFuture<UpdateBaiduChannelResponse> updateBaiduChannel(Consumer<UpdateBaiduChannelRequest.Builder> updateBaiduChannelRequest)
UpdateBaiduChannelRequest.Builder
avoiding the
need to create one manually via UpdateBaiduChannelRequest.builder()
updateBaiduChannelRequest
- a Consumer
that will call methods on UpdateBaiduChannelRequest.Builder
.default CompletableFuture<UpdateCampaignResponse> updateCampaign(UpdateCampaignRequest updateCampaignRequest)
updateCampaignRequest
- default CompletableFuture<UpdateCampaignResponse> updateCampaign(Consumer<UpdateCampaignRequest.Builder> updateCampaignRequest)
UpdateCampaignRequest.Builder
avoiding the need to
create one manually via UpdateCampaignRequest.builder()
updateCampaignRequest
- a Consumer
that will call methods on UpdateCampaignRequest.Builder
.default CompletableFuture<UpdateEmailChannelResponse> updateEmailChannel(UpdateEmailChannelRequest updateEmailChannelRequest)
updateEmailChannelRequest
- default CompletableFuture<UpdateEmailChannelResponse> updateEmailChannel(Consumer<UpdateEmailChannelRequest.Builder> updateEmailChannelRequest)
UpdateEmailChannelRequest.Builder
avoiding the
need to create one manually via UpdateEmailChannelRequest.builder()
updateEmailChannelRequest
- a Consumer
that will call methods on UpdateEmailChannelRequest.Builder
.default CompletableFuture<UpdateEndpointResponse> updateEndpoint(UpdateEndpointRequest updateEndpointRequest)
updateEndpointRequest
- default CompletableFuture<UpdateEndpointResponse> updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest)
UpdateEndpointRequest.Builder
avoiding the need to
create one manually via UpdateEndpointRequest.builder()
updateEndpointRequest
- a Consumer
that will call methods on UpdateEndpointRequest.Builder
.default CompletableFuture<UpdateEndpointsBatchResponse> updateEndpointsBatch(UpdateEndpointsBatchRequest updateEndpointsBatchRequest)
updateEndpointsBatchRequest
- default CompletableFuture<UpdateEndpointsBatchResponse> updateEndpointsBatch(Consumer<UpdateEndpointsBatchRequest.Builder> updateEndpointsBatchRequest)
UpdateEndpointsBatchRequest.Builder
avoiding the
need to create one manually via UpdateEndpointsBatchRequest.builder()
updateEndpointsBatchRequest
- a Consumer
that will call methods on UpdateEndpointsBatchRequest.Builder
.default CompletableFuture<UpdateGcmChannelResponse> updateGcmChannel(UpdateGcmChannelRequest updateGcmChannelRequest)
updateGcmChannelRequest
- default CompletableFuture<UpdateGcmChannelResponse> updateGcmChannel(Consumer<UpdateGcmChannelRequest.Builder> updateGcmChannelRequest)
UpdateGcmChannelRequest.Builder
avoiding the need
to create one manually via UpdateGcmChannelRequest.builder()
updateGcmChannelRequest
- a Consumer
that will call methods on UpdateGcmChannelRequest.Builder
.default CompletableFuture<UpdateSegmentResponse> updateSegment(UpdateSegmentRequest updateSegmentRequest)
updateSegmentRequest
- default CompletableFuture<UpdateSegmentResponse> updateSegment(Consumer<UpdateSegmentRequest.Builder> updateSegmentRequest)
UpdateSegmentRequest.Builder
avoiding the need to
create one manually via UpdateSegmentRequest.builder()
updateSegmentRequest
- a Consumer
that will call methods on UpdateSegmentRequest.Builder
.default CompletableFuture<UpdateSmsChannelResponse> updateSmsChannel(UpdateSmsChannelRequest updateSmsChannelRequest)
updateSmsChannelRequest
- default CompletableFuture<UpdateSmsChannelResponse> updateSmsChannel(Consumer<UpdateSmsChannelRequest.Builder> updateSmsChannelRequest)
UpdateSmsChannelRequest.Builder
avoiding the need
to create one manually via UpdateSmsChannelRequest.builder()
updateSmsChannelRequest
- a Consumer
that will call methods on UpdateSmsChannelRequest.Builder
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.