@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonPinpointClient extends AmazonWebServiceClient implements AmazonPinpoint
| Modifier and Type | Field and Description |
|---|---|
protected static ClientConfigurationFactory |
configFactory
Client configuration factory providing ClientConfigurations tailored to this client
|
client, clientConfiguration, endpoint, LOGGING_AWS_REQUEST_METRIC, requestHandler2s, timeOffsetENDPOINT_PREFIX| Constructor and Description |
|---|
AmazonPinpointClient()
Deprecated.
|
AmazonPinpointClient(AWSCredentials awsCredentials)
Deprecated.
use
AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example:
AmazonPinpointClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build(); |
AmazonPinpointClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration)
|
AmazonPinpointClient(AWSCredentialsProvider awsCredentialsProvider)
Deprecated.
|
AmazonPinpointClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
|
AmazonPinpointClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
RequestMetricCollector requestMetricCollector)
|
AmazonPinpointClient(ClientConfiguration clientConfiguration)
Deprecated.
|
addRequestHandler, addRequestHandler, beforeClientExecution, beforeMarshalling, calculateCRC32FromCompressedData, checkMutability, configureRegion, createExecutionContext, createExecutionContext, createExecutionContext, createSignerProvider, endClientExecution, endClientExecution, getEndpointPrefix, getRequestMetricsCollector, getServiceAbbreviation, getServiceName, getServiceNameIntern, getSigner, getSignerByURI, getSignerOverride, getSignerProvider, getSignerRegionOverride, getTimeOffset, isProfilingEnabled, isRequestMetricsEnabled, makeImmutable, removeRequestHandler, removeRequestHandler, requestMetricCollector, setEndpoint, setEndpointPrefix, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, shutdown, useStrictHostNameVerification, withEndpoint, withRegion, withRegion, withTimeOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetEndpoint, setRegion, shutdownprotected static final ClientConfigurationFactory configFactory
@Deprecated public AmazonPinpointClient()
AmazonPinpointClientBuilder.defaultClient()All service calls made using this new client object are blocking, and will not return until the service call completes.
DefaultAWSCredentialsProviderChain@Deprecated public AmazonPinpointClient(ClientConfiguration clientConfiguration)
AwsClientBuilder.withClientConfiguration(ClientConfiguration)All service calls made using this new client object are blocking, and will not return until the service call completes.
clientConfiguration - The client configuration options controlling how this client connects to Amazon Pinpoint (ex: proxy
settings, retry counts, etc.).DefaultAWSCredentialsProviderChain@Deprecated public AmazonPinpointClient(AWSCredentials awsCredentials)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example:
AmazonPinpointClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentials - The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.@Deprecated public AmazonPinpointClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) and
AwsClientBuilder.withClientConfiguration(ClientConfiguration)All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentials - The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.clientConfiguration - The client configuration options controlling how this client connects to Amazon Pinpoint (ex: proxy
settings, retry counts, etc.).@Deprecated public AmazonPinpointClient(AWSCredentialsProvider awsCredentialsProvider)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.@Deprecated public AmazonPinpointClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) and
AwsClientBuilder.withClientConfiguration(ClientConfiguration)All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration - The client configuration options controlling how this client connects to Amazon Pinpoint (ex: proxy
settings, retry counts, etc.).@Deprecated public AmazonPinpointClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, RequestMetricCollector requestMetricCollector)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) and
AwsClientBuilder.withClientConfiguration(ClientConfiguration) and
AwsClientBuilder.withMetricsCollector(RequestMetricCollector)All service calls made using this new client object are blocking, and will not return until the service call completes.
awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration - The client configuration options controlling how this client connects to Amazon Pinpoint (ex: proxy
settings, retry counts, etc.).requestMetricCollector - optional request metric collectorpublic static AmazonPinpointClientBuilder builder()
public CreateCampaignResult createCampaign(CreateCampaignRequest request)
createCampaign in interface AmazonPinpointcreateCampaignRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic CreateImportJobResult createImportJob(CreateImportJobRequest request)
createImportJob in interface AmazonPinpointcreateImportJobRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic CreateSegmentResult createSegment(CreateSegmentRequest request)
createSegment in interface AmazonPinpointcreateSegmentRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic DeleteApnsChannelResult deleteApnsChannel(DeleteApnsChannelRequest request)
deleteApnsChannel in interface AmazonPinpointdeleteApnsChannelRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic DeleteCampaignResult deleteCampaign(DeleteCampaignRequest request)
deleteCampaign in interface AmazonPinpointdeleteCampaignRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic DeleteEventStreamResult deleteEventStream(DeleteEventStreamRequest request)
deleteEventStream in interface AmazonPinpointdeleteEventStreamRequest - 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.public DeleteGcmChannelResult deleteGcmChannel(DeleteGcmChannelRequest request)
deleteGcmChannel in interface AmazonPinpointdeleteGcmChannelRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic DeleteSegmentResult deleteSegment(DeleteSegmentRequest request)
deleteSegment in interface AmazonPinpointdeleteSegmentRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetApnsChannelResult getApnsChannel(GetApnsChannelRequest request)
getApnsChannel in interface AmazonPinpointgetApnsChannelRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetApplicationSettingsResult getApplicationSettings(GetApplicationSettingsRequest request)
getApplicationSettings in interface AmazonPinpointgetApplicationSettingsRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetCampaignResult getCampaign(GetCampaignRequest request)
getCampaign in interface AmazonPinpointgetCampaignRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetCampaignActivitiesResult getCampaignActivities(GetCampaignActivitiesRequest request)
getCampaignActivities in interface AmazonPinpointgetCampaignActivitiesRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetCampaignVersionResult getCampaignVersion(GetCampaignVersionRequest request)
getCampaignVersion in interface AmazonPinpointgetCampaignVersionRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetCampaignVersionsResult getCampaignVersions(GetCampaignVersionsRequest request)
getCampaignVersions in interface AmazonPinpointgetCampaignVersionsRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetCampaignsResult getCampaigns(GetCampaignsRequest request)
getCampaigns in interface AmazonPinpointgetCampaignsRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetEndpointResult getEndpoint(GetEndpointRequest request)
getEndpoint in interface AmazonPinpointgetEndpointRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetEventStreamResult getEventStream(GetEventStreamRequest request)
getEventStream in interface AmazonPinpointgetEventStreamRequest - GetEventStream RequestBadRequestException - Simple message object.InternalServerErrorException - Simple message object.ForbiddenException - Simple message object.NotFoundException - Simple message object.MethodNotAllowedException - Simple message object.TooManyRequestsException - Simple message object.public GetGcmChannelResult getGcmChannel(GetGcmChannelRequest request)
getGcmChannel in interface AmazonPinpointgetGcmChannelRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetImportJobResult getImportJob(GetImportJobRequest request)
getImportJob in interface AmazonPinpointgetImportJobRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetImportJobsResult getImportJobs(GetImportJobsRequest request)
getImportJobs in interface AmazonPinpointgetImportJobsRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetSegmentResult getSegment(GetSegmentRequest request)
getSegment in interface AmazonPinpointgetSegmentRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetSegmentImportJobsResult getSegmentImportJobs(GetSegmentImportJobsRequest request)
getSegmentImportJobs in interface AmazonPinpointgetSegmentImportJobsRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetSegmentVersionResult getSegmentVersion(GetSegmentVersionRequest request)
getSegmentVersion in interface AmazonPinpointgetSegmentVersionRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetSegmentVersionsResult getSegmentVersions(GetSegmentVersionsRequest request)
getSegmentVersions in interface AmazonPinpointgetSegmentVersionsRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic GetSegmentsResult getSegments(GetSegmentsRequest request)
getSegments in interface AmazonPinpointgetSegmentsRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic PutEventStreamResult putEventStream(PutEventStreamRequest request)
putEventStream in interface AmazonPinpointputEventStreamRequest - PutEventStream RequestBadRequestException - Simple message object.InternalServerErrorException - Simple message object.ForbiddenException - Simple message object.NotFoundException - Simple message object.MethodNotAllowedException - Simple message object.TooManyRequestsException - Simple message object.public UpdateApnsChannelResult updateApnsChannel(UpdateApnsChannelRequest request)
updateApnsChannel in interface AmazonPinpointupdateApnsChannelRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic UpdateApplicationSettingsResult updateApplicationSettings(UpdateApplicationSettingsRequest request)
updateApplicationSettings in interface AmazonPinpointupdateApplicationSettingsRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic UpdateCampaignResult updateCampaign(UpdateCampaignRequest request)
updateCampaign in interface AmazonPinpointupdateCampaignRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic UpdateEndpointResult updateEndpoint(UpdateEndpointRequest request)
updateEndpoint in interface AmazonPinpointupdateEndpointRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic UpdateEndpointsBatchResult updateEndpointsBatch(UpdateEndpointsBatchRequest request)
updateEndpointsBatch in interface AmazonPinpointupdateEndpointsBatchRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic UpdateGcmChannelResult updateGcmChannel(UpdateGcmChannelRequest request)
updateGcmChannel in interface AmazonPinpointupdateGcmChannelRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic UpdateSegmentResult updateSegment(UpdateSegmentRequest request)
updateSegment in interface AmazonPinpointupdateSegmentRequest - BadRequestException - 400 responseInternalServerErrorException - 500 responseForbiddenException - 403 responseNotFoundException - 404 responseMethodNotAllowedException - 405 responseTooManyRequestsException - 429 responsepublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing the request.
getCachedResponseMetadata in interface AmazonPinpointrequest - The originally executed requestCopyright © 2017. All rights reserved.