@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonPinpointAsyncClient extends AmazonPinpointClient implements AmazonPinpointAsync
AsyncHandler can be used to receive
notification when an asynchronous operation completes.LOGGING_AWS_REQUEST_METRICENDPOINT_PREFIX| Constructor and Description |
|---|
AmazonPinpointAsyncClient()
Deprecated.
|
AmazonPinpointAsyncClient(AWSCredentials awsCredentials)
Deprecated.
|
AmazonPinpointAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
|
AmazonPinpointAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
|
AmazonPinpointAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Deprecated.
|
AmazonPinpointAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
|
AmazonPinpointAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
|
AmazonPinpointAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ExecutorService executorService)
|
AmazonPinpointAsyncClient(ClientConfiguration clientConfiguration)
Deprecated.
|
builder, createApp, createCampaign, createImportJob, createSegment, deleteAdmChannel, deleteApnsChannel, deleteApnsSandboxChannel, deleteApnsVoipChannel, deleteApnsVoipSandboxChannel, deleteApp, deleteBaiduChannel, deleteCampaign, deleteEmailChannel, deleteEventStream, deleteGcmChannel, deleteSegment, deleteSmsChannel, getAdmChannel, getApnsChannel, getApnsSandboxChannel, getApnsVoipChannel, getApnsVoipSandboxChannel, getApp, getApplicationSettings, getApps, getBaiduChannel, getCachedResponseMetadata, getCampaign, getCampaignActivities, getCampaigns, getCampaignVersion, getCampaignVersions, getEmailChannel, getEndpoint, getEventStream, getGcmChannel, getImportJob, getImportJobs, getSegment, getSegmentImportJobs, getSegments, getSegmentVersion, getSegmentVersions, getSmsChannel, putEventStream, sendMessages, sendUsersMessages, updateAdmChannel, updateApnsChannel, updateApnsSandboxChannel, updateApnsVoipChannel, updateApnsVoipSandboxChannel, updateApplicationSettings, updateBaiduChannel, updateCampaign, updateEmailChannel, updateEndpoint, updateEndpointsBatch, updateGcmChannel, updateSegment, updateSmsChanneladdRequestHandler, addRequestHandler, configureRegion, getEndpointPrefix, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffsetequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateApp, createCampaign, createImportJob, createSegment, deleteAdmChannel, deleteApnsChannel, deleteApnsSandboxChannel, deleteApnsVoipChannel, deleteApnsVoipSandboxChannel, deleteApp, deleteBaiduChannel, deleteCampaign, deleteEmailChannel, deleteEventStream, deleteGcmChannel, deleteSegment, deleteSmsChannel, getAdmChannel, getApnsChannel, getApnsSandboxChannel, getApnsVoipChannel, getApnsVoipSandboxChannel, getApp, getApplicationSettings, getApps, getBaiduChannel, getCachedResponseMetadata, getCampaign, getCampaignActivities, getCampaigns, getCampaignVersion, getCampaignVersions, getEmailChannel, getEndpoint, getEventStream, getGcmChannel, getImportJob, getImportJobs, getSegment, getSegmentImportJobs, getSegments, getSegmentVersion, getSegmentVersions, getSmsChannel, putEventStream, sendMessages, sendUsersMessages, setEndpoint, setRegion, updateAdmChannel, updateApnsChannel, updateApnsSandboxChannel, updateApnsVoipChannel, updateApnsVoipSandboxChannel, updateApplicationSettings, updateBaiduChannel, updateCampaign, updateEmailChannel, updateEndpoint, updateEndpointsBatch, updateGcmChannel, updateSegment, updateSmsChannel@Deprecated public AmazonPinpointAsyncClient()
AmazonPinpointAsyncClientBuilder.defaultClient()Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
@Deprecated public AmazonPinpointAsyncClient(ClientConfiguration clientConfiguration)
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the
maximum number of concurrent connections configured via ClientConfiguration.getMaxConnections().
clientConfiguration - The client configuration options controlling how this client connects to Amazon Pinpoint (ex: proxy
settings, retry counts, etc).DefaultAWSCredentialsProviderChain,
Executors.newFixedThreadPool(int)@Deprecated public AmazonPinpointAsyncClient(AWSCredentials awsCredentials)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentials - The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.Executors.newFixedThreadPool(int)@Deprecated public AmazonPinpointAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)awsCredentials - The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.executorService - The executor service by which all asynchronous requests will be executed.@Deprecated public AmazonPinpointAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) and
AwsClientBuilder.withClientConfiguration(ClientConfiguration) and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)awsCredentials - The AWS credentials (access key ID and secret key) to use when authenticating with AWS services.clientConfiguration - Client configuration options (ex: max retry limit, proxy settings, etc).executorService - The executor service by which all asynchronous requests will be executed.@Deprecated public AmazonPinpointAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
AwsClientBuilder.withCredentials(AWSCredentialsProvider)Asynchronous methods are delegated to a fixed-size thread pool containing 50 threads (to match the default maximum number of concurrent connections to the service).
awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.Executors.newFixedThreadPool(int)@Deprecated public AmazonPinpointAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) and
AwsClientBuilder.withClientConfiguration(ClientConfiguration)
Asynchronous methods are delegated to a fixed-size thread pool containing a number of threads equal to the
maximum number of concurrent connections configured via ClientConfiguration.getMaxConnections().
awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration - Client configuration options (ex: max retry limit, proxy settings, etc).DefaultAWSCredentialsProviderChain,
Executors.newFixedThreadPool(int)@Deprecated public AmazonPinpointAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.executorService - The executor service by which all asynchronous requests will be executed.@Deprecated public AmazonPinpointAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
AwsClientBuilder.withCredentials(AWSCredentialsProvider) and
AwsClientBuilder.withClientConfiguration(ClientConfiguration) and
AwsAsyncClientBuilder.withExecutorFactory(com.amazonaws.client.builder.ExecutorFactory)awsCredentialsProvider - The AWS credentials provider which will provide credentials to authenticate requests with AWS services.clientConfiguration - Client configuration options (ex: max retry limit, proxy settings, etc).executorService - The executor service by which all asynchronous requests will be executed.public static AmazonPinpointAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<CreateAppResult> createAppAsync(CreateAppRequest request)
AmazonPinpointAsynccreateAppAsync in interface AmazonPinpointAsyncpublic Future<CreateAppResult> createAppAsync(CreateAppRequest request, AsyncHandler<CreateAppRequest,CreateAppResult> asyncHandler)
AmazonPinpointAsynccreateAppAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateCampaignResult> createCampaignAsync(CreateCampaignRequest request)
AmazonPinpointAsynccreateCampaignAsync in interface AmazonPinpointAsyncpublic Future<CreateCampaignResult> createCampaignAsync(CreateCampaignRequest request, AsyncHandler<CreateCampaignRequest,CreateCampaignResult> asyncHandler)
AmazonPinpointAsynccreateCampaignAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateImportJobResult> createImportJobAsync(CreateImportJobRequest request)
AmazonPinpointAsynccreateImportJobAsync in interface AmazonPinpointAsyncpublic Future<CreateImportJobResult> createImportJobAsync(CreateImportJobRequest request, AsyncHandler<CreateImportJobRequest,CreateImportJobResult> asyncHandler)
AmazonPinpointAsynccreateImportJobAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateSegmentResult> createSegmentAsync(CreateSegmentRequest request)
AmazonPinpointAsynccreateSegmentAsync in interface AmazonPinpointAsyncpublic Future<CreateSegmentResult> createSegmentAsync(CreateSegmentRequest request, AsyncHandler<CreateSegmentRequest,CreateSegmentResult> asyncHandler)
AmazonPinpointAsynccreateSegmentAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAdmChannelResult> deleteAdmChannelAsync(DeleteAdmChannelRequest request)
AmazonPinpointAsyncdeleteAdmChannelAsync in interface AmazonPinpointAsyncpublic Future<DeleteAdmChannelResult> deleteAdmChannelAsync(DeleteAdmChannelRequest request, AsyncHandler<DeleteAdmChannelRequest,DeleteAdmChannelResult> asyncHandler)
AmazonPinpointAsyncdeleteAdmChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteApnsChannelResult> deleteApnsChannelAsync(DeleteApnsChannelRequest request)
AmazonPinpointAsyncdeleteApnsChannelAsync in interface AmazonPinpointAsyncpublic Future<DeleteApnsChannelResult> deleteApnsChannelAsync(DeleteApnsChannelRequest request, AsyncHandler<DeleteApnsChannelRequest,DeleteApnsChannelResult> asyncHandler)
AmazonPinpointAsyncdeleteApnsChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteApnsSandboxChannelResult> deleteApnsSandboxChannelAsync(DeleteApnsSandboxChannelRequest request)
AmazonPinpointAsyncdeleteApnsSandboxChannelAsync in interface AmazonPinpointAsyncpublic Future<DeleteApnsSandboxChannelResult> deleteApnsSandboxChannelAsync(DeleteApnsSandboxChannelRequest request, AsyncHandler<DeleteApnsSandboxChannelRequest,DeleteApnsSandboxChannelResult> asyncHandler)
AmazonPinpointAsyncdeleteApnsSandboxChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteApnsVoipChannelResult> deleteApnsVoipChannelAsync(DeleteApnsVoipChannelRequest request)
AmazonPinpointAsyncdeleteApnsVoipChannelAsync in interface AmazonPinpointAsyncpublic Future<DeleteApnsVoipChannelResult> deleteApnsVoipChannelAsync(DeleteApnsVoipChannelRequest request, AsyncHandler<DeleteApnsVoipChannelRequest,DeleteApnsVoipChannelResult> asyncHandler)
AmazonPinpointAsyncdeleteApnsVoipChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteApnsVoipSandboxChannelResult> deleteApnsVoipSandboxChannelAsync(DeleteApnsVoipSandboxChannelRequest request)
AmazonPinpointAsyncdeleteApnsVoipSandboxChannelAsync in interface AmazonPinpointAsyncpublic Future<DeleteApnsVoipSandboxChannelResult> deleteApnsVoipSandboxChannelAsync(DeleteApnsVoipSandboxChannelRequest request, AsyncHandler<DeleteApnsVoipSandboxChannelRequest,DeleteApnsVoipSandboxChannelResult> asyncHandler)
AmazonPinpointAsyncdeleteApnsVoipSandboxChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest request)
AmazonPinpointAsyncdeleteAppAsync in interface AmazonPinpointAsyncpublic Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest request, AsyncHandler<DeleteAppRequest,DeleteAppResult> asyncHandler)
AmazonPinpointAsyncdeleteAppAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteBaiduChannelResult> deleteBaiduChannelAsync(DeleteBaiduChannelRequest request)
AmazonPinpointAsyncdeleteBaiduChannelAsync in interface AmazonPinpointAsyncpublic Future<DeleteBaiduChannelResult> deleteBaiduChannelAsync(DeleteBaiduChannelRequest request, AsyncHandler<DeleteBaiduChannelRequest,DeleteBaiduChannelResult> asyncHandler)
AmazonPinpointAsyncdeleteBaiduChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteCampaignResult> deleteCampaignAsync(DeleteCampaignRequest request)
AmazonPinpointAsyncdeleteCampaignAsync in interface AmazonPinpointAsyncpublic Future<DeleteCampaignResult> deleteCampaignAsync(DeleteCampaignRequest request, AsyncHandler<DeleteCampaignRequest,DeleteCampaignResult> asyncHandler)
AmazonPinpointAsyncdeleteCampaignAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteEmailChannelResult> deleteEmailChannelAsync(DeleteEmailChannelRequest request)
AmazonPinpointAsyncdeleteEmailChannelAsync in interface AmazonPinpointAsyncpublic Future<DeleteEmailChannelResult> deleteEmailChannelAsync(DeleteEmailChannelRequest request, AsyncHandler<DeleteEmailChannelRequest,DeleteEmailChannelResult> asyncHandler)
AmazonPinpointAsyncdeleteEmailChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteEventStreamResult> deleteEventStreamAsync(DeleteEventStreamRequest request)
AmazonPinpointAsyncdeleteEventStreamAsync in interface AmazonPinpointAsyncrequest - DeleteEventStream Requestpublic Future<DeleteEventStreamResult> deleteEventStreamAsync(DeleteEventStreamRequest request, AsyncHandler<DeleteEventStreamRequest,DeleteEventStreamResult> asyncHandler)
AmazonPinpointAsyncdeleteEventStreamAsync in interface AmazonPinpointAsyncrequest - DeleteEventStream RequestasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteGcmChannelResult> deleteGcmChannelAsync(DeleteGcmChannelRequest request)
AmazonPinpointAsyncdeleteGcmChannelAsync in interface AmazonPinpointAsyncpublic Future<DeleteGcmChannelResult> deleteGcmChannelAsync(DeleteGcmChannelRequest request, AsyncHandler<DeleteGcmChannelRequest,DeleteGcmChannelResult> asyncHandler)
AmazonPinpointAsyncdeleteGcmChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteSegmentResult> deleteSegmentAsync(DeleteSegmentRequest request)
AmazonPinpointAsyncdeleteSegmentAsync in interface AmazonPinpointAsyncpublic Future<DeleteSegmentResult> deleteSegmentAsync(DeleteSegmentRequest request, AsyncHandler<DeleteSegmentRequest,DeleteSegmentResult> asyncHandler)
AmazonPinpointAsyncdeleteSegmentAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteSmsChannelResult> deleteSmsChannelAsync(DeleteSmsChannelRequest request)
AmazonPinpointAsyncdeleteSmsChannelAsync in interface AmazonPinpointAsyncpublic Future<DeleteSmsChannelResult> deleteSmsChannelAsync(DeleteSmsChannelRequest request, AsyncHandler<DeleteSmsChannelRequest,DeleteSmsChannelResult> asyncHandler)
AmazonPinpointAsyncdeleteSmsChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAdmChannelResult> getAdmChannelAsync(GetAdmChannelRequest request)
AmazonPinpointAsyncgetAdmChannelAsync in interface AmazonPinpointAsyncpublic Future<GetAdmChannelResult> getAdmChannelAsync(GetAdmChannelRequest request, AsyncHandler<GetAdmChannelRequest,GetAdmChannelResult> asyncHandler)
AmazonPinpointAsyncgetAdmChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetApnsChannelResult> getApnsChannelAsync(GetApnsChannelRequest request)
AmazonPinpointAsyncgetApnsChannelAsync in interface AmazonPinpointAsyncpublic Future<GetApnsChannelResult> getApnsChannelAsync(GetApnsChannelRequest request, AsyncHandler<GetApnsChannelRequest,GetApnsChannelResult> asyncHandler)
AmazonPinpointAsyncgetApnsChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetApnsSandboxChannelResult> getApnsSandboxChannelAsync(GetApnsSandboxChannelRequest request)
AmazonPinpointAsyncgetApnsSandboxChannelAsync in interface AmazonPinpointAsyncpublic Future<GetApnsSandboxChannelResult> getApnsSandboxChannelAsync(GetApnsSandboxChannelRequest request, AsyncHandler<GetApnsSandboxChannelRequest,GetApnsSandboxChannelResult> asyncHandler)
AmazonPinpointAsyncgetApnsSandboxChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetApnsVoipChannelResult> getApnsVoipChannelAsync(GetApnsVoipChannelRequest request)
AmazonPinpointAsyncgetApnsVoipChannelAsync in interface AmazonPinpointAsyncpublic Future<GetApnsVoipChannelResult> getApnsVoipChannelAsync(GetApnsVoipChannelRequest request, AsyncHandler<GetApnsVoipChannelRequest,GetApnsVoipChannelResult> asyncHandler)
AmazonPinpointAsyncgetApnsVoipChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetApnsVoipSandboxChannelResult> getApnsVoipSandboxChannelAsync(GetApnsVoipSandboxChannelRequest request)
AmazonPinpointAsyncgetApnsVoipSandboxChannelAsync in interface AmazonPinpointAsyncpublic Future<GetApnsVoipSandboxChannelResult> getApnsVoipSandboxChannelAsync(GetApnsVoipSandboxChannelRequest request, AsyncHandler<GetApnsVoipSandboxChannelRequest,GetApnsVoipSandboxChannelResult> asyncHandler)
AmazonPinpointAsyncgetApnsVoipSandboxChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAppResult> getAppAsync(GetAppRequest request)
AmazonPinpointAsyncgetAppAsync in interface AmazonPinpointAsyncpublic Future<GetAppResult> getAppAsync(GetAppRequest request, AsyncHandler<GetAppRequest,GetAppResult> asyncHandler)
AmazonPinpointAsyncgetAppAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetApplicationSettingsResult> getApplicationSettingsAsync(GetApplicationSettingsRequest request)
AmazonPinpointAsyncgetApplicationSettingsAsync in interface AmazonPinpointAsyncpublic Future<GetApplicationSettingsResult> getApplicationSettingsAsync(GetApplicationSettingsRequest request, AsyncHandler<GetApplicationSettingsRequest,GetApplicationSettingsResult> asyncHandler)
AmazonPinpointAsyncgetApplicationSettingsAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAppsResult> getAppsAsync(GetAppsRequest request)
AmazonPinpointAsyncgetAppsAsync in interface AmazonPinpointAsyncpublic Future<GetAppsResult> getAppsAsync(GetAppsRequest request, AsyncHandler<GetAppsRequest,GetAppsResult> asyncHandler)
AmazonPinpointAsyncgetAppsAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetBaiduChannelResult> getBaiduChannelAsync(GetBaiduChannelRequest request)
AmazonPinpointAsyncgetBaiduChannelAsync in interface AmazonPinpointAsyncpublic Future<GetBaiduChannelResult> getBaiduChannelAsync(GetBaiduChannelRequest request, AsyncHandler<GetBaiduChannelRequest,GetBaiduChannelResult> asyncHandler)
AmazonPinpointAsyncgetBaiduChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCampaignResult> getCampaignAsync(GetCampaignRequest request)
AmazonPinpointAsyncgetCampaignAsync in interface AmazonPinpointAsyncpublic Future<GetCampaignResult> getCampaignAsync(GetCampaignRequest request, AsyncHandler<GetCampaignRequest,GetCampaignResult> asyncHandler)
AmazonPinpointAsyncgetCampaignAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCampaignActivitiesResult> getCampaignActivitiesAsync(GetCampaignActivitiesRequest request)
AmazonPinpointAsyncgetCampaignActivitiesAsync in interface AmazonPinpointAsyncpublic Future<GetCampaignActivitiesResult> getCampaignActivitiesAsync(GetCampaignActivitiesRequest request, AsyncHandler<GetCampaignActivitiesRequest,GetCampaignActivitiesResult> asyncHandler)
AmazonPinpointAsyncgetCampaignActivitiesAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCampaignVersionResult> getCampaignVersionAsync(GetCampaignVersionRequest request)
AmazonPinpointAsyncgetCampaignVersionAsync in interface AmazonPinpointAsyncpublic Future<GetCampaignVersionResult> getCampaignVersionAsync(GetCampaignVersionRequest request, AsyncHandler<GetCampaignVersionRequest,GetCampaignVersionResult> asyncHandler)
AmazonPinpointAsyncgetCampaignVersionAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCampaignVersionsResult> getCampaignVersionsAsync(GetCampaignVersionsRequest request)
AmazonPinpointAsyncgetCampaignVersionsAsync in interface AmazonPinpointAsyncpublic Future<GetCampaignVersionsResult> getCampaignVersionsAsync(GetCampaignVersionsRequest request, AsyncHandler<GetCampaignVersionsRequest,GetCampaignVersionsResult> asyncHandler)
AmazonPinpointAsyncgetCampaignVersionsAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetCampaignsResult> getCampaignsAsync(GetCampaignsRequest request)
AmazonPinpointAsyncgetCampaignsAsync in interface AmazonPinpointAsyncpublic Future<GetCampaignsResult> getCampaignsAsync(GetCampaignsRequest request, AsyncHandler<GetCampaignsRequest,GetCampaignsResult> asyncHandler)
AmazonPinpointAsyncgetCampaignsAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetEmailChannelResult> getEmailChannelAsync(GetEmailChannelRequest request)
AmazonPinpointAsyncgetEmailChannelAsync in interface AmazonPinpointAsyncpublic Future<GetEmailChannelResult> getEmailChannelAsync(GetEmailChannelRequest request, AsyncHandler<GetEmailChannelRequest,GetEmailChannelResult> asyncHandler)
AmazonPinpointAsyncgetEmailChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetEndpointResult> getEndpointAsync(GetEndpointRequest request)
AmazonPinpointAsyncgetEndpointAsync in interface AmazonPinpointAsyncpublic Future<GetEndpointResult> getEndpointAsync(GetEndpointRequest request, AsyncHandler<GetEndpointRequest,GetEndpointResult> asyncHandler)
AmazonPinpointAsyncgetEndpointAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetEventStreamResult> getEventStreamAsync(GetEventStreamRequest request)
AmazonPinpointAsyncgetEventStreamAsync in interface AmazonPinpointAsyncrequest - GetEventStreamRequestpublic Future<GetEventStreamResult> getEventStreamAsync(GetEventStreamRequest request, AsyncHandler<GetEventStreamRequest,GetEventStreamResult> asyncHandler)
AmazonPinpointAsyncgetEventStreamAsync in interface AmazonPinpointAsyncrequest - GetEventStreamRequestasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetGcmChannelResult> getGcmChannelAsync(GetGcmChannelRequest request)
AmazonPinpointAsyncgetGcmChannelAsync in interface AmazonPinpointAsyncpublic Future<GetGcmChannelResult> getGcmChannelAsync(GetGcmChannelRequest request, AsyncHandler<GetGcmChannelRequest,GetGcmChannelResult> asyncHandler)
AmazonPinpointAsyncgetGcmChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetImportJobResult> getImportJobAsync(GetImportJobRequest request)
AmazonPinpointAsyncgetImportJobAsync in interface AmazonPinpointAsyncpublic Future<GetImportJobResult> getImportJobAsync(GetImportJobRequest request, AsyncHandler<GetImportJobRequest,GetImportJobResult> asyncHandler)
AmazonPinpointAsyncgetImportJobAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetImportJobsResult> getImportJobsAsync(GetImportJobsRequest request)
AmazonPinpointAsyncgetImportJobsAsync in interface AmazonPinpointAsyncpublic Future<GetImportJobsResult> getImportJobsAsync(GetImportJobsRequest request, AsyncHandler<GetImportJobsRequest,GetImportJobsResult> asyncHandler)
AmazonPinpointAsyncgetImportJobsAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSegmentResult> getSegmentAsync(GetSegmentRequest request)
AmazonPinpointAsyncgetSegmentAsync in interface AmazonPinpointAsyncpublic Future<GetSegmentResult> getSegmentAsync(GetSegmentRequest request, AsyncHandler<GetSegmentRequest,GetSegmentResult> asyncHandler)
AmazonPinpointAsyncgetSegmentAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSegmentImportJobsResult> getSegmentImportJobsAsync(GetSegmentImportJobsRequest request)
AmazonPinpointAsyncgetSegmentImportJobsAsync in interface AmazonPinpointAsyncpublic Future<GetSegmentImportJobsResult> getSegmentImportJobsAsync(GetSegmentImportJobsRequest request, AsyncHandler<GetSegmentImportJobsRequest,GetSegmentImportJobsResult> asyncHandler)
AmazonPinpointAsyncgetSegmentImportJobsAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSegmentVersionResult> getSegmentVersionAsync(GetSegmentVersionRequest request)
AmazonPinpointAsyncgetSegmentVersionAsync in interface AmazonPinpointAsyncpublic Future<GetSegmentVersionResult> getSegmentVersionAsync(GetSegmentVersionRequest request, AsyncHandler<GetSegmentVersionRequest,GetSegmentVersionResult> asyncHandler)
AmazonPinpointAsyncgetSegmentVersionAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSegmentVersionsResult> getSegmentVersionsAsync(GetSegmentVersionsRequest request)
AmazonPinpointAsyncgetSegmentVersionsAsync in interface AmazonPinpointAsyncpublic Future<GetSegmentVersionsResult> getSegmentVersionsAsync(GetSegmentVersionsRequest request, AsyncHandler<GetSegmentVersionsRequest,GetSegmentVersionsResult> asyncHandler)
AmazonPinpointAsyncgetSegmentVersionsAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSegmentsResult> getSegmentsAsync(GetSegmentsRequest request)
AmazonPinpointAsyncgetSegmentsAsync in interface AmazonPinpointAsyncpublic Future<GetSegmentsResult> getSegmentsAsync(GetSegmentsRequest request, AsyncHandler<GetSegmentsRequest,GetSegmentsResult> asyncHandler)
AmazonPinpointAsyncgetSegmentsAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSmsChannelResult> getSmsChannelAsync(GetSmsChannelRequest request)
AmazonPinpointAsyncgetSmsChannelAsync in interface AmazonPinpointAsyncpublic Future<GetSmsChannelResult> getSmsChannelAsync(GetSmsChannelRequest request, AsyncHandler<GetSmsChannelRequest,GetSmsChannelResult> asyncHandler)
AmazonPinpointAsyncgetSmsChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PutEventStreamResult> putEventStreamAsync(PutEventStreamRequest request)
AmazonPinpointAsyncputEventStreamAsync in interface AmazonPinpointAsyncpublic Future<PutEventStreamResult> putEventStreamAsync(PutEventStreamRequest request, AsyncHandler<PutEventStreamRequest,PutEventStreamResult> asyncHandler)
AmazonPinpointAsyncputEventStreamAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SendMessagesResult> sendMessagesAsync(SendMessagesRequest request)
AmazonPinpointAsyncsendMessagesAsync in interface AmazonPinpointAsyncpublic Future<SendMessagesResult> sendMessagesAsync(SendMessagesRequest request, AsyncHandler<SendMessagesRequest,SendMessagesResult> asyncHandler)
AmazonPinpointAsyncsendMessagesAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SendUsersMessagesResult> sendUsersMessagesAsync(SendUsersMessagesRequest request)
AmazonPinpointAsyncsendUsersMessagesAsync in interface AmazonPinpointAsyncpublic Future<SendUsersMessagesResult> sendUsersMessagesAsync(SendUsersMessagesRequest request, AsyncHandler<SendUsersMessagesRequest,SendUsersMessagesResult> asyncHandler)
AmazonPinpointAsyncsendUsersMessagesAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateAdmChannelResult> updateAdmChannelAsync(UpdateAdmChannelRequest request)
AmazonPinpointAsyncupdateAdmChannelAsync in interface AmazonPinpointAsyncpublic Future<UpdateAdmChannelResult> updateAdmChannelAsync(UpdateAdmChannelRequest request, AsyncHandler<UpdateAdmChannelRequest,UpdateAdmChannelResult> asyncHandler)
AmazonPinpointAsyncupdateAdmChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateApnsChannelResult> updateApnsChannelAsync(UpdateApnsChannelRequest request)
AmazonPinpointAsyncupdateApnsChannelAsync in interface AmazonPinpointAsyncpublic Future<UpdateApnsChannelResult> updateApnsChannelAsync(UpdateApnsChannelRequest request, AsyncHandler<UpdateApnsChannelRequest,UpdateApnsChannelResult> asyncHandler)
AmazonPinpointAsyncupdateApnsChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateApnsSandboxChannelResult> updateApnsSandboxChannelAsync(UpdateApnsSandboxChannelRequest request)
AmazonPinpointAsyncupdateApnsSandboxChannelAsync in interface AmazonPinpointAsyncpublic Future<UpdateApnsSandboxChannelResult> updateApnsSandboxChannelAsync(UpdateApnsSandboxChannelRequest request, AsyncHandler<UpdateApnsSandboxChannelRequest,UpdateApnsSandboxChannelResult> asyncHandler)
AmazonPinpointAsyncupdateApnsSandboxChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateApnsVoipChannelResult> updateApnsVoipChannelAsync(UpdateApnsVoipChannelRequest request)
AmazonPinpointAsyncupdateApnsVoipChannelAsync in interface AmazonPinpointAsyncpublic Future<UpdateApnsVoipChannelResult> updateApnsVoipChannelAsync(UpdateApnsVoipChannelRequest request, AsyncHandler<UpdateApnsVoipChannelRequest,UpdateApnsVoipChannelResult> asyncHandler)
AmazonPinpointAsyncupdateApnsVoipChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateApnsVoipSandboxChannelResult> updateApnsVoipSandboxChannelAsync(UpdateApnsVoipSandboxChannelRequest request)
AmazonPinpointAsyncupdateApnsVoipSandboxChannelAsync in interface AmazonPinpointAsyncpublic Future<UpdateApnsVoipSandboxChannelResult> updateApnsVoipSandboxChannelAsync(UpdateApnsVoipSandboxChannelRequest request, AsyncHandler<UpdateApnsVoipSandboxChannelRequest,UpdateApnsVoipSandboxChannelResult> asyncHandler)
AmazonPinpointAsyncupdateApnsVoipSandboxChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateApplicationSettingsResult> updateApplicationSettingsAsync(UpdateApplicationSettingsRequest request)
AmazonPinpointAsyncupdateApplicationSettingsAsync in interface AmazonPinpointAsyncpublic Future<UpdateApplicationSettingsResult> updateApplicationSettingsAsync(UpdateApplicationSettingsRequest request, AsyncHandler<UpdateApplicationSettingsRequest,UpdateApplicationSettingsResult> asyncHandler)
AmazonPinpointAsyncupdateApplicationSettingsAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateBaiduChannelResult> updateBaiduChannelAsync(UpdateBaiduChannelRequest request)
AmazonPinpointAsyncupdateBaiduChannelAsync in interface AmazonPinpointAsyncpublic Future<UpdateBaiduChannelResult> updateBaiduChannelAsync(UpdateBaiduChannelRequest request, AsyncHandler<UpdateBaiduChannelRequest,UpdateBaiduChannelResult> asyncHandler)
AmazonPinpointAsyncupdateBaiduChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateCampaignResult> updateCampaignAsync(UpdateCampaignRequest request)
AmazonPinpointAsyncupdateCampaignAsync in interface AmazonPinpointAsyncpublic Future<UpdateCampaignResult> updateCampaignAsync(UpdateCampaignRequest request, AsyncHandler<UpdateCampaignRequest,UpdateCampaignResult> asyncHandler)
AmazonPinpointAsyncupdateCampaignAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateEmailChannelResult> updateEmailChannelAsync(UpdateEmailChannelRequest request)
AmazonPinpointAsyncupdateEmailChannelAsync in interface AmazonPinpointAsyncpublic Future<UpdateEmailChannelResult> updateEmailChannelAsync(UpdateEmailChannelRequest request, AsyncHandler<UpdateEmailChannelRequest,UpdateEmailChannelResult> asyncHandler)
AmazonPinpointAsyncupdateEmailChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateEndpointResult> updateEndpointAsync(UpdateEndpointRequest request)
AmazonPinpointAsyncupdateEndpointAsync in interface AmazonPinpointAsyncpublic Future<UpdateEndpointResult> updateEndpointAsync(UpdateEndpointRequest request, AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler)
AmazonPinpointAsyncupdateEndpointAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateEndpointsBatchResult> updateEndpointsBatchAsync(UpdateEndpointsBatchRequest request)
AmazonPinpointAsyncupdateEndpointsBatchAsync in interface AmazonPinpointAsyncpublic Future<UpdateEndpointsBatchResult> updateEndpointsBatchAsync(UpdateEndpointsBatchRequest request, AsyncHandler<UpdateEndpointsBatchRequest,UpdateEndpointsBatchResult> asyncHandler)
AmazonPinpointAsyncupdateEndpointsBatchAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateGcmChannelResult> updateGcmChannelAsync(UpdateGcmChannelRequest request)
AmazonPinpointAsyncupdateGcmChannelAsync in interface AmazonPinpointAsyncpublic Future<UpdateGcmChannelResult> updateGcmChannelAsync(UpdateGcmChannelRequest request, AsyncHandler<UpdateGcmChannelRequest,UpdateGcmChannelResult> asyncHandler)
AmazonPinpointAsyncupdateGcmChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateSegmentResult> updateSegmentAsync(UpdateSegmentRequest request)
AmazonPinpointAsyncupdateSegmentAsync in interface AmazonPinpointAsyncpublic Future<UpdateSegmentResult> updateSegmentAsync(UpdateSegmentRequest request, AsyncHandler<UpdateSegmentRequest,UpdateSegmentResult> asyncHandler)
AmazonPinpointAsyncupdateSegmentAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateSmsChannelResult> updateSmsChannelAsync(UpdateSmsChannelRequest request)
AmazonPinpointAsyncupdateSmsChannelAsync in interface AmazonPinpointAsyncpublic Future<UpdateSmsChannelResult> updateSmsChannelAsync(UpdateSmsChannelRequest request, AsyncHandler<UpdateSmsChannelRequest,UpdateSmsChannelResult> asyncHandler)
AmazonPinpointAsyncupdateSmsChannelAsync in interface AmazonPinpointAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown() followed by getExecutorService().awaitTermination() prior to
calling this method.shutdown in interface AmazonPinpointshutdown in class AmazonWebServiceClientCopyright © 2013 Amazon Web Services, Inc. All Rights Reserved.