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