@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_METRIC
ENDPOINT_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, updateSmsChannel
addRequestHandler, addRequestHandler, configureRegion, getEndpointPrefix, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
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, 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)
AmazonPinpointAsync
createAppAsync
in interface AmazonPinpointAsync
public Future<CreateAppResult> createAppAsync(CreateAppRequest request, AsyncHandler<CreateAppRequest,CreateAppResult> asyncHandler)
AmazonPinpointAsync
createAppAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
createCampaignAsync
in interface AmazonPinpointAsync
public Future<CreateCampaignResult> createCampaignAsync(CreateCampaignRequest request, AsyncHandler<CreateCampaignRequest,CreateCampaignResult> asyncHandler)
AmazonPinpointAsync
createCampaignAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
createImportJobAsync
in interface AmazonPinpointAsync
public Future<CreateImportJobResult> createImportJobAsync(CreateImportJobRequest request, AsyncHandler<CreateImportJobRequest,CreateImportJobResult> asyncHandler)
AmazonPinpointAsync
createImportJobAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
createSegmentAsync
in interface AmazonPinpointAsync
public Future<CreateSegmentResult> createSegmentAsync(CreateSegmentRequest request, AsyncHandler<CreateSegmentRequest,CreateSegmentResult> asyncHandler)
AmazonPinpointAsync
createSegmentAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
deleteAdmChannelAsync
in interface AmazonPinpointAsync
public Future<DeleteAdmChannelResult> deleteAdmChannelAsync(DeleteAdmChannelRequest request, AsyncHandler<DeleteAdmChannelRequest,DeleteAdmChannelResult> asyncHandler)
AmazonPinpointAsync
deleteAdmChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
deleteApnsChannelAsync
in interface AmazonPinpointAsync
public Future<DeleteApnsChannelResult> deleteApnsChannelAsync(DeleteApnsChannelRequest request, AsyncHandler<DeleteApnsChannelRequest,DeleteApnsChannelResult> asyncHandler)
AmazonPinpointAsync
deleteApnsChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
deleteApnsSandboxChannelAsync
in interface AmazonPinpointAsync
public Future<DeleteApnsSandboxChannelResult> deleteApnsSandboxChannelAsync(DeleteApnsSandboxChannelRequest request, AsyncHandler<DeleteApnsSandboxChannelRequest,DeleteApnsSandboxChannelResult> asyncHandler)
AmazonPinpointAsync
deleteApnsSandboxChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
deleteApnsVoipChannelAsync
in interface AmazonPinpointAsync
public Future<DeleteApnsVoipChannelResult> deleteApnsVoipChannelAsync(DeleteApnsVoipChannelRequest request, AsyncHandler<DeleteApnsVoipChannelRequest,DeleteApnsVoipChannelResult> asyncHandler)
AmazonPinpointAsync
deleteApnsVoipChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
deleteApnsVoipSandboxChannelAsync
in interface AmazonPinpointAsync
public Future<DeleteApnsVoipSandboxChannelResult> deleteApnsVoipSandboxChannelAsync(DeleteApnsVoipSandboxChannelRequest request, AsyncHandler<DeleteApnsVoipSandboxChannelRequest,DeleteApnsVoipSandboxChannelResult> asyncHandler)
AmazonPinpointAsync
deleteApnsVoipSandboxChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
deleteAppAsync
in interface AmazonPinpointAsync
public Future<DeleteAppResult> deleteAppAsync(DeleteAppRequest request, AsyncHandler<DeleteAppRequest,DeleteAppResult> asyncHandler)
AmazonPinpointAsync
deleteAppAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
deleteBaiduChannelAsync
in interface AmazonPinpointAsync
public Future<DeleteBaiduChannelResult> deleteBaiduChannelAsync(DeleteBaiduChannelRequest request, AsyncHandler<DeleteBaiduChannelRequest,DeleteBaiduChannelResult> asyncHandler)
AmazonPinpointAsync
deleteBaiduChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
deleteCampaignAsync
in interface AmazonPinpointAsync
public Future<DeleteCampaignResult> deleteCampaignAsync(DeleteCampaignRequest request, AsyncHandler<DeleteCampaignRequest,DeleteCampaignResult> asyncHandler)
AmazonPinpointAsync
deleteCampaignAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
deleteEmailChannelAsync
in interface AmazonPinpointAsync
public Future<DeleteEmailChannelResult> deleteEmailChannelAsync(DeleteEmailChannelRequest request, AsyncHandler<DeleteEmailChannelRequest,DeleteEmailChannelResult> asyncHandler)
AmazonPinpointAsync
deleteEmailChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
deleteEventStreamAsync
in interface AmazonPinpointAsync
request
- DeleteEventStream Requestpublic Future<DeleteEventStreamResult> deleteEventStreamAsync(DeleteEventStreamRequest request, AsyncHandler<DeleteEventStreamRequest,DeleteEventStreamResult> asyncHandler)
AmazonPinpointAsync
deleteEventStreamAsync
in interface AmazonPinpointAsync
request
- 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)
AmazonPinpointAsync
deleteGcmChannelAsync
in interface AmazonPinpointAsync
public Future<DeleteGcmChannelResult> deleteGcmChannelAsync(DeleteGcmChannelRequest request, AsyncHandler<DeleteGcmChannelRequest,DeleteGcmChannelResult> asyncHandler)
AmazonPinpointAsync
deleteGcmChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
deleteSegmentAsync
in interface AmazonPinpointAsync
public Future<DeleteSegmentResult> deleteSegmentAsync(DeleteSegmentRequest request, AsyncHandler<DeleteSegmentRequest,DeleteSegmentResult> asyncHandler)
AmazonPinpointAsync
deleteSegmentAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
deleteSmsChannelAsync
in interface AmazonPinpointAsync
public Future<DeleteSmsChannelResult> deleteSmsChannelAsync(DeleteSmsChannelRequest request, AsyncHandler<DeleteSmsChannelRequest,DeleteSmsChannelResult> asyncHandler)
AmazonPinpointAsync
deleteSmsChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getAdmChannelAsync
in interface AmazonPinpointAsync
public Future<GetAdmChannelResult> getAdmChannelAsync(GetAdmChannelRequest request, AsyncHandler<GetAdmChannelRequest,GetAdmChannelResult> asyncHandler)
AmazonPinpointAsync
getAdmChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getApnsChannelAsync
in interface AmazonPinpointAsync
public Future<GetApnsChannelResult> getApnsChannelAsync(GetApnsChannelRequest request, AsyncHandler<GetApnsChannelRequest,GetApnsChannelResult> asyncHandler)
AmazonPinpointAsync
getApnsChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getApnsSandboxChannelAsync
in interface AmazonPinpointAsync
public Future<GetApnsSandboxChannelResult> getApnsSandboxChannelAsync(GetApnsSandboxChannelRequest request, AsyncHandler<GetApnsSandboxChannelRequest,GetApnsSandboxChannelResult> asyncHandler)
AmazonPinpointAsync
getApnsSandboxChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getApnsVoipChannelAsync
in interface AmazonPinpointAsync
public Future<GetApnsVoipChannelResult> getApnsVoipChannelAsync(GetApnsVoipChannelRequest request, AsyncHandler<GetApnsVoipChannelRequest,GetApnsVoipChannelResult> asyncHandler)
AmazonPinpointAsync
getApnsVoipChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getApnsVoipSandboxChannelAsync
in interface AmazonPinpointAsync
public Future<GetApnsVoipSandboxChannelResult> getApnsVoipSandboxChannelAsync(GetApnsVoipSandboxChannelRequest request, AsyncHandler<GetApnsVoipSandboxChannelRequest,GetApnsVoipSandboxChannelResult> asyncHandler)
AmazonPinpointAsync
getApnsVoipSandboxChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getAppAsync
in interface AmazonPinpointAsync
public Future<GetAppResult> getAppAsync(GetAppRequest request, AsyncHandler<GetAppRequest,GetAppResult> asyncHandler)
AmazonPinpointAsync
getAppAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getApplicationSettingsAsync
in interface AmazonPinpointAsync
public Future<GetApplicationSettingsResult> getApplicationSettingsAsync(GetApplicationSettingsRequest request, AsyncHandler<GetApplicationSettingsRequest,GetApplicationSettingsResult> asyncHandler)
AmazonPinpointAsync
getApplicationSettingsAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getAppsAsync
in interface AmazonPinpointAsync
public Future<GetAppsResult> getAppsAsync(GetAppsRequest request, AsyncHandler<GetAppsRequest,GetAppsResult> asyncHandler)
AmazonPinpointAsync
getAppsAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getBaiduChannelAsync
in interface AmazonPinpointAsync
public Future<GetBaiduChannelResult> getBaiduChannelAsync(GetBaiduChannelRequest request, AsyncHandler<GetBaiduChannelRequest,GetBaiduChannelResult> asyncHandler)
AmazonPinpointAsync
getBaiduChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getCampaignAsync
in interface AmazonPinpointAsync
public Future<GetCampaignResult> getCampaignAsync(GetCampaignRequest request, AsyncHandler<GetCampaignRequest,GetCampaignResult> asyncHandler)
AmazonPinpointAsync
getCampaignAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getCampaignActivitiesAsync
in interface AmazonPinpointAsync
public Future<GetCampaignActivitiesResult> getCampaignActivitiesAsync(GetCampaignActivitiesRequest request, AsyncHandler<GetCampaignActivitiesRequest,GetCampaignActivitiesResult> asyncHandler)
AmazonPinpointAsync
getCampaignActivitiesAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getCampaignVersionAsync
in interface AmazonPinpointAsync
public Future<GetCampaignVersionResult> getCampaignVersionAsync(GetCampaignVersionRequest request, AsyncHandler<GetCampaignVersionRequest,GetCampaignVersionResult> asyncHandler)
AmazonPinpointAsync
getCampaignVersionAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getCampaignVersionsAsync
in interface AmazonPinpointAsync
public Future<GetCampaignVersionsResult> getCampaignVersionsAsync(GetCampaignVersionsRequest request, AsyncHandler<GetCampaignVersionsRequest,GetCampaignVersionsResult> asyncHandler)
AmazonPinpointAsync
getCampaignVersionsAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getCampaignsAsync
in interface AmazonPinpointAsync
public Future<GetCampaignsResult> getCampaignsAsync(GetCampaignsRequest request, AsyncHandler<GetCampaignsRequest,GetCampaignsResult> asyncHandler)
AmazonPinpointAsync
getCampaignsAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getEmailChannelAsync
in interface AmazonPinpointAsync
public Future<GetEmailChannelResult> getEmailChannelAsync(GetEmailChannelRequest request, AsyncHandler<GetEmailChannelRequest,GetEmailChannelResult> asyncHandler)
AmazonPinpointAsync
getEmailChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getEndpointAsync
in interface AmazonPinpointAsync
public Future<GetEndpointResult> getEndpointAsync(GetEndpointRequest request, AsyncHandler<GetEndpointRequest,GetEndpointResult> asyncHandler)
AmazonPinpointAsync
getEndpointAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getEventStreamAsync
in interface AmazonPinpointAsync
request
- GetEventStreamRequestpublic Future<GetEventStreamResult> getEventStreamAsync(GetEventStreamRequest request, AsyncHandler<GetEventStreamRequest,GetEventStreamResult> asyncHandler)
AmazonPinpointAsync
getEventStreamAsync
in interface AmazonPinpointAsync
request
- 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)
AmazonPinpointAsync
getGcmChannelAsync
in interface AmazonPinpointAsync
public Future<GetGcmChannelResult> getGcmChannelAsync(GetGcmChannelRequest request, AsyncHandler<GetGcmChannelRequest,GetGcmChannelResult> asyncHandler)
AmazonPinpointAsync
getGcmChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getImportJobAsync
in interface AmazonPinpointAsync
public Future<GetImportJobResult> getImportJobAsync(GetImportJobRequest request, AsyncHandler<GetImportJobRequest,GetImportJobResult> asyncHandler)
AmazonPinpointAsync
getImportJobAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getImportJobsAsync
in interface AmazonPinpointAsync
public Future<GetImportJobsResult> getImportJobsAsync(GetImportJobsRequest request, AsyncHandler<GetImportJobsRequest,GetImportJobsResult> asyncHandler)
AmazonPinpointAsync
getImportJobsAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getSegmentAsync
in interface AmazonPinpointAsync
public Future<GetSegmentResult> getSegmentAsync(GetSegmentRequest request, AsyncHandler<GetSegmentRequest,GetSegmentResult> asyncHandler)
AmazonPinpointAsync
getSegmentAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getSegmentImportJobsAsync
in interface AmazonPinpointAsync
public Future<GetSegmentImportJobsResult> getSegmentImportJobsAsync(GetSegmentImportJobsRequest request, AsyncHandler<GetSegmentImportJobsRequest,GetSegmentImportJobsResult> asyncHandler)
AmazonPinpointAsync
getSegmentImportJobsAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getSegmentVersionAsync
in interface AmazonPinpointAsync
public Future<GetSegmentVersionResult> getSegmentVersionAsync(GetSegmentVersionRequest request, AsyncHandler<GetSegmentVersionRequest,GetSegmentVersionResult> asyncHandler)
AmazonPinpointAsync
getSegmentVersionAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getSegmentVersionsAsync
in interface AmazonPinpointAsync
public Future<GetSegmentVersionsResult> getSegmentVersionsAsync(GetSegmentVersionsRequest request, AsyncHandler<GetSegmentVersionsRequest,GetSegmentVersionsResult> asyncHandler)
AmazonPinpointAsync
getSegmentVersionsAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getSegmentsAsync
in interface AmazonPinpointAsync
public Future<GetSegmentsResult> getSegmentsAsync(GetSegmentsRequest request, AsyncHandler<GetSegmentsRequest,GetSegmentsResult> asyncHandler)
AmazonPinpointAsync
getSegmentsAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
getSmsChannelAsync
in interface AmazonPinpointAsync
public Future<GetSmsChannelResult> getSmsChannelAsync(GetSmsChannelRequest request, AsyncHandler<GetSmsChannelRequest,GetSmsChannelResult> asyncHandler)
AmazonPinpointAsync
getSmsChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
putEventStreamAsync
in interface AmazonPinpointAsync
public Future<PutEventStreamResult> putEventStreamAsync(PutEventStreamRequest request, AsyncHandler<PutEventStreamRequest,PutEventStreamResult> asyncHandler)
AmazonPinpointAsync
putEventStreamAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
sendMessagesAsync
in interface AmazonPinpointAsync
public Future<SendMessagesResult> sendMessagesAsync(SendMessagesRequest request, AsyncHandler<SendMessagesRequest,SendMessagesResult> asyncHandler)
AmazonPinpointAsync
sendMessagesAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
sendUsersMessagesAsync
in interface AmazonPinpointAsync
public Future<SendUsersMessagesResult> sendUsersMessagesAsync(SendUsersMessagesRequest request, AsyncHandler<SendUsersMessagesRequest,SendUsersMessagesResult> asyncHandler)
AmazonPinpointAsync
sendUsersMessagesAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateAdmChannelAsync
in interface AmazonPinpointAsync
public Future<UpdateAdmChannelResult> updateAdmChannelAsync(UpdateAdmChannelRequest request, AsyncHandler<UpdateAdmChannelRequest,UpdateAdmChannelResult> asyncHandler)
AmazonPinpointAsync
updateAdmChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateApnsChannelAsync
in interface AmazonPinpointAsync
public Future<UpdateApnsChannelResult> updateApnsChannelAsync(UpdateApnsChannelRequest request, AsyncHandler<UpdateApnsChannelRequest,UpdateApnsChannelResult> asyncHandler)
AmazonPinpointAsync
updateApnsChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateApnsSandboxChannelAsync
in interface AmazonPinpointAsync
public Future<UpdateApnsSandboxChannelResult> updateApnsSandboxChannelAsync(UpdateApnsSandboxChannelRequest request, AsyncHandler<UpdateApnsSandboxChannelRequest,UpdateApnsSandboxChannelResult> asyncHandler)
AmazonPinpointAsync
updateApnsSandboxChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateApnsVoipChannelAsync
in interface AmazonPinpointAsync
public Future<UpdateApnsVoipChannelResult> updateApnsVoipChannelAsync(UpdateApnsVoipChannelRequest request, AsyncHandler<UpdateApnsVoipChannelRequest,UpdateApnsVoipChannelResult> asyncHandler)
AmazonPinpointAsync
updateApnsVoipChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateApnsVoipSandboxChannelAsync
in interface AmazonPinpointAsync
public Future<UpdateApnsVoipSandboxChannelResult> updateApnsVoipSandboxChannelAsync(UpdateApnsVoipSandboxChannelRequest request, AsyncHandler<UpdateApnsVoipSandboxChannelRequest,UpdateApnsVoipSandboxChannelResult> asyncHandler)
AmazonPinpointAsync
updateApnsVoipSandboxChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateApplicationSettingsAsync
in interface AmazonPinpointAsync
public Future<UpdateApplicationSettingsResult> updateApplicationSettingsAsync(UpdateApplicationSettingsRequest request, AsyncHandler<UpdateApplicationSettingsRequest,UpdateApplicationSettingsResult> asyncHandler)
AmazonPinpointAsync
updateApplicationSettingsAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateBaiduChannelAsync
in interface AmazonPinpointAsync
public Future<UpdateBaiduChannelResult> updateBaiduChannelAsync(UpdateBaiduChannelRequest request, AsyncHandler<UpdateBaiduChannelRequest,UpdateBaiduChannelResult> asyncHandler)
AmazonPinpointAsync
updateBaiduChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateCampaignAsync
in interface AmazonPinpointAsync
public Future<UpdateCampaignResult> updateCampaignAsync(UpdateCampaignRequest request, AsyncHandler<UpdateCampaignRequest,UpdateCampaignResult> asyncHandler)
AmazonPinpointAsync
updateCampaignAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateEmailChannelAsync
in interface AmazonPinpointAsync
public Future<UpdateEmailChannelResult> updateEmailChannelAsync(UpdateEmailChannelRequest request, AsyncHandler<UpdateEmailChannelRequest,UpdateEmailChannelResult> asyncHandler)
AmazonPinpointAsync
updateEmailChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateEndpointAsync
in interface AmazonPinpointAsync
public Future<UpdateEndpointResult> updateEndpointAsync(UpdateEndpointRequest request, AsyncHandler<UpdateEndpointRequest,UpdateEndpointResult> asyncHandler)
AmazonPinpointAsync
updateEndpointAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateEndpointsBatchAsync
in interface AmazonPinpointAsync
public Future<UpdateEndpointsBatchResult> updateEndpointsBatchAsync(UpdateEndpointsBatchRequest request, AsyncHandler<UpdateEndpointsBatchRequest,UpdateEndpointsBatchResult> asyncHandler)
AmazonPinpointAsync
updateEndpointsBatchAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateGcmChannelAsync
in interface AmazonPinpointAsync
public Future<UpdateGcmChannelResult> updateGcmChannelAsync(UpdateGcmChannelRequest request, AsyncHandler<UpdateGcmChannelRequest,UpdateGcmChannelResult> asyncHandler)
AmazonPinpointAsync
updateGcmChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateSegmentAsync
in interface AmazonPinpointAsync
public Future<UpdateSegmentResult> updateSegmentAsync(UpdateSegmentRequest request, AsyncHandler<UpdateSegmentRequest,UpdateSegmentResult> asyncHandler)
AmazonPinpointAsync
updateSegmentAsync
in interface AmazonPinpointAsync
asyncHandler
- 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)
AmazonPinpointAsync
updateSmsChannelAsync
in interface AmazonPinpointAsync
public Future<UpdateSmsChannelResult> updateSmsChannelAsync(UpdateSmsChannelRequest request, AsyncHandler<UpdateSmsChannelRequest,UpdateSmsChannelResult> asyncHandler)
AmazonPinpointAsync
updateSmsChannelAsync
in interface AmazonPinpointAsync
asyncHandler
- 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 AmazonPinpoint
shutdown
in class AmazonWebServiceClient
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.