@Generated(value="software.amazon.awssdk:codegen") public interface PinpointClient extends SdkClient, SdkAutoCloseable
builder()
method.
nullModifier 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
|
serviceName
close
static 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, SdkServiceException, 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.SdkServiceException
default CreateAppResponse createApp(Consumer<CreateAppRequest.Builder> createAppRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default CreateCampaignResponse createCampaign(CreateCampaignRequest createCampaignRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default CreateCampaignResponse createCampaign(Consumer<CreateCampaignRequest.Builder> createCampaignRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default CreateImportJobResponse createImportJob(CreateImportJobRequest createImportJobRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default CreateImportJobResponse createImportJob(Consumer<CreateImportJobRequest.Builder> createImportJobRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default CreateSegmentResponse createSegment(CreateSegmentRequest createSegmentRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default CreateSegmentResponse createSegment(Consumer<CreateSegmentRequest.Builder> createSegmentRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteAdmChannelResponse deleteAdmChannel(DeleteAdmChannelRequest deleteAdmChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteAdmChannelResponse deleteAdmChannel(Consumer<DeleteAdmChannelRequest.Builder> deleteAdmChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteApnsChannelResponse deleteApnsChannel(DeleteApnsChannelRequest deleteApnsChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteApnsChannelResponse deleteApnsChannel(Consumer<DeleteApnsChannelRequest.Builder> deleteApnsChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteApnsSandboxChannelResponse deleteApnsSandboxChannel(DeleteApnsSandboxChannelRequest deleteApnsSandboxChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteApnsSandboxChannelResponse deleteApnsSandboxChannel(Consumer<DeleteApnsSandboxChannelRequest.Builder> deleteApnsSandboxChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteApnsVoipChannelResponse deleteApnsVoipChannel(DeleteApnsVoipChannelRequest deleteApnsVoipChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteApnsVoipChannelResponse deleteApnsVoipChannel(Consumer<DeleteApnsVoipChannelRequest.Builder> deleteApnsVoipChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteApnsVoipSandboxChannelResponse deleteApnsVoipSandboxChannel(DeleteApnsVoipSandboxChannelRequest deleteApnsVoipSandboxChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteApnsVoipSandboxChannelResponse deleteApnsVoipSandboxChannel(Consumer<DeleteApnsVoipSandboxChannelRequest.Builder> deleteApnsVoipSandboxChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteAppResponse deleteApp(DeleteAppRequest deleteAppRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteAppResponse deleteApp(Consumer<DeleteAppRequest.Builder> deleteAppRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteBaiduChannelResponse deleteBaiduChannel(DeleteBaiduChannelRequest deleteBaiduChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteBaiduChannelResponse deleteBaiduChannel(Consumer<DeleteBaiduChannelRequest.Builder> deleteBaiduChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteCampaignResponse deleteCampaign(DeleteCampaignRequest deleteCampaignRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteCampaignResponse deleteCampaign(Consumer<DeleteCampaignRequest.Builder> deleteCampaignRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteEmailChannelResponse deleteEmailChannel(DeleteEmailChannelRequest deleteEmailChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteEmailChannelResponse deleteEmailChannel(Consumer<DeleteEmailChannelRequest.Builder> deleteEmailChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteEventStreamResponse deleteEventStream(DeleteEventStreamRequest deleteEventStreamRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteEventStreamResponse deleteEventStream(Consumer<DeleteEventStreamRequest.Builder> deleteEventStreamRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteGcmChannelResponse deleteGcmChannel(DeleteGcmChannelRequest deleteGcmChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteGcmChannelResponse deleteGcmChannel(Consumer<DeleteGcmChannelRequest.Builder> deleteGcmChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteSegmentResponse deleteSegment(DeleteSegmentRequest deleteSegmentRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteSegmentResponse deleteSegment(Consumer<DeleteSegmentRequest.Builder> deleteSegmentRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteSmsChannelResponse deleteSmsChannel(DeleteSmsChannelRequest deleteSmsChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default DeleteSmsChannelResponse deleteSmsChannel(Consumer<DeleteSmsChannelRequest.Builder> deleteSmsChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetAdmChannelResponse getAdmChannel(GetAdmChannelRequest getAdmChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetAdmChannelResponse getAdmChannel(Consumer<GetAdmChannelRequest.Builder> getAdmChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetApnsChannelResponse getApnsChannel(GetApnsChannelRequest getApnsChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetApnsChannelResponse getApnsChannel(Consumer<GetApnsChannelRequest.Builder> getApnsChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetApnsSandboxChannelResponse getApnsSandboxChannel(GetApnsSandboxChannelRequest getApnsSandboxChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetApnsSandboxChannelResponse getApnsSandboxChannel(Consumer<GetApnsSandboxChannelRequest.Builder> getApnsSandboxChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetApnsVoipChannelResponse getApnsVoipChannel(GetApnsVoipChannelRequest getApnsVoipChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetApnsVoipChannelResponse getApnsVoipChannel(Consumer<GetApnsVoipChannelRequest.Builder> getApnsVoipChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetApnsVoipSandboxChannelResponse getApnsVoipSandboxChannel(GetApnsVoipSandboxChannelRequest getApnsVoipSandboxChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetApnsVoipSandboxChannelResponse getApnsVoipSandboxChannel(Consumer<GetApnsVoipSandboxChannelRequest.Builder> getApnsVoipSandboxChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetAppResponse getApp(GetAppRequest getAppRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetAppResponse getApp(Consumer<GetAppRequest.Builder> getAppRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetApplicationSettingsResponse getApplicationSettings(GetApplicationSettingsRequest getApplicationSettingsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetApplicationSettingsResponse getApplicationSettings(Consumer<GetApplicationSettingsRequest.Builder> getApplicationSettingsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetAppsResponse getApps(GetAppsRequest getAppsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetAppsResponse getApps(Consumer<GetAppsRequest.Builder> getAppsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetBaiduChannelResponse getBaiduChannel(GetBaiduChannelRequest getBaiduChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetBaiduChannelResponse getBaiduChannel(Consumer<GetBaiduChannelRequest.Builder> getBaiduChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetCampaignResponse getCampaign(GetCampaignRequest getCampaignRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetCampaignResponse getCampaign(Consumer<GetCampaignRequest.Builder> getCampaignRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetCampaignActivitiesResponse getCampaignActivities(GetCampaignActivitiesRequest getCampaignActivitiesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetCampaignActivitiesResponse getCampaignActivities(Consumer<GetCampaignActivitiesRequest.Builder> getCampaignActivitiesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetCampaignVersionResponse getCampaignVersion(GetCampaignVersionRequest getCampaignVersionRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetCampaignVersionResponse getCampaignVersion(Consumer<GetCampaignVersionRequest.Builder> getCampaignVersionRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetCampaignVersionsResponse getCampaignVersions(GetCampaignVersionsRequest getCampaignVersionsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetCampaignVersionsResponse getCampaignVersions(Consumer<GetCampaignVersionsRequest.Builder> getCampaignVersionsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetCampaignsResponse getCampaigns(GetCampaignsRequest getCampaignsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetCampaignsResponse getCampaigns(Consumer<GetCampaignsRequest.Builder> getCampaignsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetEmailChannelResponse getEmailChannel(GetEmailChannelRequest getEmailChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetEmailChannelResponse getEmailChannel(Consumer<GetEmailChannelRequest.Builder> getEmailChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetEndpointResponse getEndpoint(GetEndpointRequest getEndpointRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetEndpointResponse getEndpoint(Consumer<GetEndpointRequest.Builder> getEndpointRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetEventStreamResponse getEventStream(GetEventStreamRequest getEventStreamRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetEventStreamResponse getEventStream(Consumer<GetEventStreamRequest.Builder> getEventStreamRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetGcmChannelResponse getGcmChannel(GetGcmChannelRequest getGcmChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetGcmChannelResponse getGcmChannel(Consumer<GetGcmChannelRequest.Builder> getGcmChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetImportJobResponse getImportJob(GetImportJobRequest getImportJobRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetImportJobResponse getImportJob(Consumer<GetImportJobRequest.Builder> getImportJobRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetImportJobsResponse getImportJobs(GetImportJobsRequest getImportJobsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetImportJobsResponse getImportJobs(Consumer<GetImportJobsRequest.Builder> getImportJobsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetSegmentResponse getSegment(GetSegmentRequest getSegmentRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetSegmentResponse getSegment(Consumer<GetSegmentRequest.Builder> getSegmentRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetSegmentImportJobsResponse getSegmentImportJobs(GetSegmentImportJobsRequest getSegmentImportJobsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetSegmentImportJobsResponse getSegmentImportJobs(Consumer<GetSegmentImportJobsRequest.Builder> getSegmentImportJobsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetSegmentVersionResponse getSegmentVersion(GetSegmentVersionRequest getSegmentVersionRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetSegmentVersionResponse getSegmentVersion(Consumer<GetSegmentVersionRequest.Builder> getSegmentVersionRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetSegmentVersionsResponse getSegmentVersions(GetSegmentVersionsRequest getSegmentVersionsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetSegmentVersionsResponse getSegmentVersions(Consumer<GetSegmentVersionsRequest.Builder> getSegmentVersionsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetSegmentsResponse getSegments(GetSegmentsRequest getSegmentsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetSegmentsResponse getSegments(Consumer<GetSegmentsRequest.Builder> getSegmentsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetSmsChannelResponse getSmsChannel(GetSmsChannelRequest getSmsChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default GetSmsChannelResponse getSmsChannel(Consumer<GetSmsChannelRequest.Builder> getSmsChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default PutEventStreamResponse putEventStream(PutEventStreamRequest putEventStreamRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default PutEventStreamResponse putEventStream(Consumer<PutEventStreamRequest.Builder> putEventStreamRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default SendMessagesResponse sendMessages(SendMessagesRequest sendMessagesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default SendMessagesResponse sendMessages(Consumer<SendMessagesRequest.Builder> sendMessagesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default SendUsersMessagesResponse sendUsersMessages(SendUsersMessagesRequest sendUsersMessagesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default SendUsersMessagesResponse sendUsersMessages(Consumer<SendUsersMessagesRequest.Builder> sendUsersMessagesRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateAdmChannelResponse updateAdmChannel(UpdateAdmChannelRequest updateAdmChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateAdmChannelResponse updateAdmChannel(Consumer<UpdateAdmChannelRequest.Builder> updateAdmChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateApnsChannelResponse updateApnsChannel(UpdateApnsChannelRequest updateApnsChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateApnsChannelResponse updateApnsChannel(Consumer<UpdateApnsChannelRequest.Builder> updateApnsChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateApnsSandboxChannelResponse updateApnsSandboxChannel(UpdateApnsSandboxChannelRequest updateApnsSandboxChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateApnsSandboxChannelResponse updateApnsSandboxChannel(Consumer<UpdateApnsSandboxChannelRequest.Builder> updateApnsSandboxChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateApnsVoipChannelResponse updateApnsVoipChannel(UpdateApnsVoipChannelRequest updateApnsVoipChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateApnsVoipChannelResponse updateApnsVoipChannel(Consumer<UpdateApnsVoipChannelRequest.Builder> updateApnsVoipChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateApnsVoipSandboxChannelResponse updateApnsVoipSandboxChannel(UpdateApnsVoipSandboxChannelRequest updateApnsVoipSandboxChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateApnsVoipSandboxChannelResponse updateApnsVoipSandboxChannel(Consumer<UpdateApnsVoipSandboxChannelRequest.Builder> updateApnsVoipSandboxChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateApplicationSettingsResponse updateApplicationSettings(UpdateApplicationSettingsRequest updateApplicationSettingsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateApplicationSettingsResponse updateApplicationSettings(Consumer<UpdateApplicationSettingsRequest.Builder> updateApplicationSettingsRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateBaiduChannelResponse updateBaiduChannel(UpdateBaiduChannelRequest updateBaiduChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateBaiduChannelResponse updateBaiduChannel(Consumer<UpdateBaiduChannelRequest.Builder> updateBaiduChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateCampaignResponse updateCampaign(UpdateCampaignRequest updateCampaignRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateCampaignResponse updateCampaign(Consumer<UpdateCampaignRequest.Builder> updateCampaignRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateEmailChannelResponse updateEmailChannel(UpdateEmailChannelRequest updateEmailChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateEmailChannelResponse updateEmailChannel(Consumer<UpdateEmailChannelRequest.Builder> updateEmailChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateEndpointResponse updateEndpoint(UpdateEndpointRequest updateEndpointRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateEndpointResponse updateEndpoint(Consumer<UpdateEndpointRequest.Builder> updateEndpointRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateEndpointsBatchResponse updateEndpointsBatch(UpdateEndpointsBatchRequest updateEndpointsBatchRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateEndpointsBatchResponse updateEndpointsBatch(Consumer<UpdateEndpointsBatchRequest.Builder> updateEndpointsBatchRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateGcmChannelResponse updateGcmChannel(UpdateGcmChannelRequest updateGcmChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateGcmChannelResponse updateGcmChannel(Consumer<UpdateGcmChannelRequest.Builder> updateGcmChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateSegmentResponse updateSegment(UpdateSegmentRequest updateSegmentRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateSegmentResponse updateSegment(Consumer<UpdateSegmentRequest.Builder> updateSegmentRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateSmsChannelResponse updateSmsChannel(UpdateSmsChannelRequest updateSmsChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
default UpdateSmsChannelResponse updateSmsChannel(Consumer<UpdateSmsChannelRequest.Builder> updateSmsChannelRequest) throws BadRequestException, InternalServerErrorException, ForbiddenException, NotFoundException, MethodNotAllowedException, TooManyRequestsException, SdkServiceException, 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.SdkServiceException
static ServiceMetadata serviceMetadata()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.