C# Class Amazon.Pinpoint.AmazonPinpointClient

Implementation for accessing Pinpoint
Inheritance: AmazonServiceClient, IAmazonPinpoint
Show file Open project: aws/aws-sdk-net

Public Methods

Method Description
AmazonPinpointClient ( ) : System

Constructs AmazonPinpointClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonPinpointClient ( AWSCredentials credentials ) : System

Constructs AmazonPinpointClient with AWS Credentials

AmazonPinpointClient ( AWSCredentials credentials, AmazonPinpointConfig clientConfig ) : System

Constructs AmazonPinpointClient with AWS Credentials and an AmazonPinpointClient Configuration object.

AmazonPinpointClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonPinpointClient with AWS Credentials

AmazonPinpointClient ( AmazonPinpointConfig config ) : System

Constructs AmazonPinpointClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonPinpointClient ( RegionEndpoint region ) : System

Constructs AmazonPinpointClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonPinpointClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonPinpointClient with AWS Access Key ID and AWS Secret Key

AmazonPinpointClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonPinpointConfig clientConfig ) : System

Constructs AmazonPinpointClient with AWS Access Key ID, AWS Secret Key and an AmazonPinpointClient Configuration object.

AmazonPinpointClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonPinpointClient with AWS Access Key ID and AWS Secret Key

AmazonPinpointClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonPinpointClient with AWS Access Key ID and AWS Secret Key

AmazonPinpointClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonPinpointConfig clientConfig ) : System

Constructs AmazonPinpointClient with AWS Access Key ID, AWS Secret Key and an AmazonPinpointClient Configuration object.

AmazonPinpointClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonPinpointClient with AWS Access Key ID and AWS Secret Key

BeginCreateCampaign ( CreateCampaignRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateCampaign operation.

BeginCreateImportJob ( CreateImportJobRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateImportJob operation.

BeginCreateSegment ( CreateSegmentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateSegment operation.

BeginDeleteApnsChannel ( DeleteApnsChannelRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteApnsChannel operation.

BeginDeleteCampaign ( DeleteCampaignRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteCampaign operation.

BeginDeleteGcmChannel ( DeleteGcmChannelRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteGcmChannel operation.

BeginDeleteSegment ( DeleteSegmentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteSegment operation.

BeginGetApnsChannel ( GetApnsChannelRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetApnsChannel operation.

BeginGetApplicationSettings ( GetApplicationSettingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetApplicationSettings operation.

BeginGetCampaign ( GetCampaignRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetCampaign operation.

BeginGetCampaignActivities ( GetCampaignActivitiesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetCampaignActivities operation.

BeginGetCampaignVersion ( GetCampaignVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetCampaignVersion operation.

BeginGetCampaignVersions ( GetCampaignVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetCampaignVersions operation.

BeginGetCampaigns ( GetCampaignsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetCampaigns operation.

BeginGetEndpoint ( GetEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetEndpoint operation.

BeginGetGcmChannel ( GetGcmChannelRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetGcmChannel operation.

BeginGetImportJob ( GetImportJobRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetImportJob operation.

BeginGetImportJobs ( GetImportJobsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetImportJobs operation.

BeginGetSegment ( GetSegmentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetSegment operation.

BeginGetSegmentImportJobs ( GetSegmentImportJobsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetSegmentImportJobs operation.

BeginGetSegmentVersion ( GetSegmentVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetSegmentVersion operation.

BeginGetSegmentVersions ( GetSegmentVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetSegmentVersions operation.

BeginGetSegments ( GetSegmentsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetSegments operation.

BeginUpdateApnsChannel ( UpdateApnsChannelRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateApnsChannel operation.

BeginUpdateApplicationSettings ( UpdateApplicationSettingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateApplicationSettings operation.

BeginUpdateCampaign ( UpdateCampaignRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateCampaign operation.

BeginUpdateEndpoint ( UpdateEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateEndpoint operation.

BeginUpdateEndpointsBatch ( UpdateEndpointsBatchRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateEndpointsBatch operation.

BeginUpdateGcmChannel ( UpdateGcmChannelRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateGcmChannel operation.

BeginUpdateSegment ( UpdateSegmentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateSegment operation.

CreateCampaign ( CreateCampaignRequest request ) : CreateCampaignResponse

Creates or updates a campaign.

CreateCampaignAsync ( CreateCampaignRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateCampaign operation.

CreateImportJob ( CreateImportJobRequest request ) : CreateImportJobResponse

Creates or updates an import job.

CreateImportJobAsync ( CreateImportJobRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateImportJob operation.

CreateSegment ( CreateSegmentRequest request ) : CreateSegmentResponse

Used to create or update a segment.

CreateSegmentAsync ( CreateSegmentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateSegment operation.

DeleteApnsChannel ( DeleteApnsChannelRequest request ) : DeleteApnsChannelResponse

Deletes the APNs channel for an app.

DeleteApnsChannelAsync ( DeleteApnsChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteApnsChannel operation.

DeleteCampaign ( DeleteCampaignRequest request ) : DeleteCampaignResponse

Deletes a campaign.

DeleteCampaignAsync ( DeleteCampaignRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteCampaign operation.

DeleteGcmChannel ( DeleteGcmChannelRequest request ) : DeleteGcmChannelResponse

Deletes the GCM channel for an app.

DeleteGcmChannelAsync ( DeleteGcmChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteGcmChannel operation.

DeleteSegment ( DeleteSegmentRequest request ) : DeleteSegmentResponse

Deletes a segment.

DeleteSegmentAsync ( DeleteSegmentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteSegment operation.

EndCreateCampaign ( IAsyncResult asyncResult ) : CreateCampaignResponse

Finishes the asynchronous execution of the CreateCampaign operation.

EndCreateImportJob ( IAsyncResult asyncResult ) : CreateImportJobResponse

Finishes the asynchronous execution of the CreateImportJob operation.

EndCreateSegment ( IAsyncResult asyncResult ) : CreateSegmentResponse

Finishes the asynchronous execution of the CreateSegment operation.

EndDeleteApnsChannel ( IAsyncResult asyncResult ) : DeleteApnsChannelResponse

Finishes the asynchronous execution of the DeleteApnsChannel operation.

EndDeleteCampaign ( IAsyncResult asyncResult ) : DeleteCampaignResponse

Finishes the asynchronous execution of the DeleteCampaign operation.

EndDeleteGcmChannel ( IAsyncResult asyncResult ) : DeleteGcmChannelResponse

Finishes the asynchronous execution of the DeleteGcmChannel operation.

EndDeleteSegment ( IAsyncResult asyncResult ) : DeleteSegmentResponse

Finishes the asynchronous execution of the DeleteSegment operation.

EndGetApnsChannel ( IAsyncResult asyncResult ) : GetApnsChannelResponse

Finishes the asynchronous execution of the GetApnsChannel operation.

EndGetApplicationSettings ( IAsyncResult asyncResult ) : GetApplicationSettingsResponse

Finishes the asynchronous execution of the GetApplicationSettings operation.

EndGetCampaign ( IAsyncResult asyncResult ) : GetCampaignResponse

Finishes the asynchronous execution of the GetCampaign operation.

EndGetCampaignActivities ( IAsyncResult asyncResult ) : GetCampaignActivitiesResponse

Finishes the asynchronous execution of the GetCampaignActivities operation.

EndGetCampaignVersion ( IAsyncResult asyncResult ) : GetCampaignVersionResponse

Finishes the asynchronous execution of the GetCampaignVersion operation.

EndGetCampaignVersions ( IAsyncResult asyncResult ) : GetCampaignVersionsResponse

Finishes the asynchronous execution of the GetCampaignVersions operation.

EndGetCampaigns ( IAsyncResult asyncResult ) : GetCampaignsResponse

Finishes the asynchronous execution of the GetCampaigns operation.

EndGetEndpoint ( IAsyncResult asyncResult ) : GetEndpointResponse

Finishes the asynchronous execution of the GetEndpoint operation.

EndGetGcmChannel ( IAsyncResult asyncResult ) : GetGcmChannelResponse

Finishes the asynchronous execution of the GetGcmChannel operation.

EndGetImportJob ( IAsyncResult asyncResult ) : GetImportJobResponse

Finishes the asynchronous execution of the GetImportJob operation.

EndGetImportJobs ( IAsyncResult asyncResult ) : GetImportJobsResponse

Finishes the asynchronous execution of the GetImportJobs operation.

EndGetSegment ( IAsyncResult asyncResult ) : GetSegmentResponse

Finishes the asynchronous execution of the GetSegment operation.

EndGetSegmentImportJobs ( IAsyncResult asyncResult ) : GetSegmentImportJobsResponse

Finishes the asynchronous execution of the GetSegmentImportJobs operation.

EndGetSegmentVersion ( IAsyncResult asyncResult ) : GetSegmentVersionResponse

Finishes the asynchronous execution of the GetSegmentVersion operation.

EndGetSegmentVersions ( IAsyncResult asyncResult ) : GetSegmentVersionsResponse

Finishes the asynchronous execution of the GetSegmentVersions operation.

EndGetSegments ( IAsyncResult asyncResult ) : GetSegmentsResponse

Finishes the asynchronous execution of the GetSegments operation.

EndUpdateApnsChannel ( IAsyncResult asyncResult ) : UpdateApnsChannelResponse

Finishes the asynchronous execution of the UpdateApnsChannel operation.

EndUpdateApplicationSettings ( IAsyncResult asyncResult ) : UpdateApplicationSettingsResponse

Finishes the asynchronous execution of the UpdateApplicationSettings operation.

EndUpdateCampaign ( IAsyncResult asyncResult ) : UpdateCampaignResponse

Finishes the asynchronous execution of the UpdateCampaign operation.

EndUpdateEndpoint ( IAsyncResult asyncResult ) : UpdateEndpointResponse

Finishes the asynchronous execution of the UpdateEndpoint operation.

EndUpdateEndpointsBatch ( IAsyncResult asyncResult ) : UpdateEndpointsBatchResponse

Finishes the asynchronous execution of the UpdateEndpointsBatch operation.

EndUpdateGcmChannel ( IAsyncResult asyncResult ) : UpdateGcmChannelResponse

Finishes the asynchronous execution of the UpdateGcmChannel operation.

EndUpdateSegment ( IAsyncResult asyncResult ) : UpdateSegmentResponse

Finishes the asynchronous execution of the UpdateSegment operation.

GetApnsChannel ( GetApnsChannelRequest request ) : GetApnsChannelResponse

Returns information about the APNs channel for an app.

GetApnsChannelAsync ( GetApnsChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetApnsChannel operation.

GetApplicationSettings ( GetApplicationSettingsRequest request ) : GetApplicationSettingsResponse

Used to request the settings for an app.

GetApplicationSettingsAsync ( GetApplicationSettingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetApplicationSettings operation.

GetCampaign ( GetCampaignRequest request ) : GetCampaignResponse

Returns information about a campaign.

GetCampaignActivities ( GetCampaignActivitiesRequest request ) : GetCampaignActivitiesResponse

Returns information about the activity performed by a campaign.

GetCampaignActivitiesAsync ( GetCampaignActivitiesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetCampaignActivities operation.

GetCampaignAsync ( GetCampaignRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetCampaign operation.

GetCampaignVersion ( GetCampaignVersionRequest request ) : GetCampaignVersionResponse

Returns information about your campaign versions.

GetCampaignVersionAsync ( GetCampaignVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetCampaignVersion operation.

GetCampaignVersions ( GetCampaignVersionsRequest request ) : GetCampaignVersionsResponse

Returns information about your campaign versions.

GetCampaignVersionsAsync ( GetCampaignVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetCampaignVersions operation.

GetCampaigns ( GetCampaignsRequest request ) : GetCampaignsResponse

Returns information about your campaigns.

GetCampaignsAsync ( GetCampaignsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetCampaigns operation.

GetEndpoint ( GetEndpointRequest request ) : GetEndpointResponse

Returns information about an endpoint.

GetEndpointAsync ( GetEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetEndpoint operation.

GetGcmChannel ( GetGcmChannelRequest request ) : GetGcmChannelResponse

Returns information about the GCM channel for an app.

GetGcmChannelAsync ( GetGcmChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetGcmChannel operation.

GetImportJob ( GetImportJobRequest request ) : GetImportJobResponse

Returns information about an import job.

GetImportJobAsync ( GetImportJobRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetImportJob operation.

GetImportJobs ( GetImportJobsRequest request ) : GetImportJobsResponse

Returns information about your import jobs.

GetImportJobsAsync ( GetImportJobsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetImportJobs operation.

GetSegment ( GetSegmentRequest request ) : GetSegmentResponse

Returns information about a segment.

GetSegmentAsync ( GetSegmentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetSegment operation.

GetSegmentImportJobs ( GetSegmentImportJobsRequest request ) : GetSegmentImportJobsResponse

Returns a list of import jobs for a specific segment.

GetSegmentImportJobsAsync ( GetSegmentImportJobsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetSegmentImportJobs operation.

GetSegmentVersion ( GetSegmentVersionRequest request ) : GetSegmentVersionResponse

Returns information about a segment version.

GetSegmentVersionAsync ( GetSegmentVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetSegmentVersion operation.

GetSegmentVersions ( GetSegmentVersionsRequest request ) : GetSegmentVersionsResponse

Returns information about your segment versions.

GetSegmentVersionsAsync ( GetSegmentVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetSegmentVersions operation.

GetSegments ( GetSegmentsRequest request ) : GetSegmentsResponse

Used to get information about your segments.

GetSegmentsAsync ( GetSegmentsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetSegments operation.

UpdateApnsChannel ( UpdateApnsChannelRequest request ) : UpdateApnsChannelResponse

Use to update the APNs channel for an app.

UpdateApnsChannelAsync ( UpdateApnsChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateApnsChannel operation.

UpdateApplicationSettings ( UpdateApplicationSettingsRequest request ) : UpdateApplicationSettingsResponse

Used to update the settings for an app.

UpdateApplicationSettingsAsync ( UpdateApplicationSettingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateApplicationSettings operation.

UpdateCampaign ( UpdateCampaignRequest request ) : UpdateCampaignResponse

Use to update a campaign.

UpdateCampaignAsync ( UpdateCampaignRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateCampaign operation.

UpdateEndpoint ( UpdateEndpointRequest request ) : UpdateEndpointResponse

Use to update an endpoint.

UpdateEndpointAsync ( UpdateEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateEndpoint operation.

UpdateEndpointsBatch ( UpdateEndpointsBatchRequest request ) : UpdateEndpointsBatchResponse

Use to update your endpoints.

UpdateEndpointsBatchAsync ( UpdateEndpointsBatchRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateEndpointsBatch operation.

UpdateGcmChannel ( UpdateGcmChannelRequest request ) : UpdateGcmChannelResponse

Use to update the GCM channel for an app.

UpdateGcmChannelAsync ( UpdateGcmChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateGcmChannel operation.

UpdateSegment ( UpdateSegmentRequest request ) : UpdateSegmentResponse

Use to update a segment.

UpdateSegmentAsync ( UpdateSegmentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateSegment operation.

Protected Methods

Method Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Method Details

AmazonPinpointClient() public method

Constructs AmazonPinpointClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonPinpointClient ( ) : System
return System

AmazonPinpointClient() public method

Constructs AmazonPinpointClient with AWS Credentials
public AmazonPinpointClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
return System

AmazonPinpointClient() public method

Constructs AmazonPinpointClient with AWS Credentials and an AmazonPinpointClient Configuration object.
public AmazonPinpointClient ( AWSCredentials credentials, AmazonPinpointConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonPinpointConfig The AmazonPinpointClient Configuration Object
return System

AmazonPinpointClient() public method

Constructs AmazonPinpointClient with AWS Credentials
public AmazonPinpointClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
return System

AmazonPinpointClient() public method

Constructs AmazonPinpointClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonPinpointClient ( AmazonPinpointConfig config ) : System
config AmazonPinpointConfig The AmazonPinpointClient Configuration Object
return System

AmazonPinpointClient() public method

Constructs AmazonPinpointClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonPinpointClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
return System

AmazonPinpointClient() public method

Constructs AmazonPinpointClient with AWS Access Key ID and AWS Secret Key
public AmazonPinpointClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
return System

AmazonPinpointClient() public method

Constructs AmazonPinpointClient with AWS Access Key ID, AWS Secret Key and an AmazonPinpointClient Configuration object.
public AmazonPinpointClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonPinpointConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonPinpointConfig The AmazonPinpointClient Configuration Object
return System

AmazonPinpointClient() public method

Constructs AmazonPinpointClient with AWS Access Key ID and AWS Secret Key
public AmazonPinpointClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
return System

AmazonPinpointClient() public method

Constructs AmazonPinpointClient with AWS Access Key ID and AWS Secret Key
public AmazonPinpointClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
return System

AmazonPinpointClient() public method

Constructs AmazonPinpointClient with AWS Access Key ID, AWS Secret Key and an AmazonPinpointClient Configuration object.
public AmazonPinpointClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonPinpointConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonPinpointConfig The AmazonPinpointClient Configuration Object
return System

AmazonPinpointClient() public method

Constructs AmazonPinpointClient with AWS Access Key ID and AWS Secret Key
public AmazonPinpointClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
return System

BeginCreateCampaign() public method

Initiates the asynchronous execution of the CreateCampaign operation.
public BeginCreateCampaign ( CreateCampaignRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.CreateCampaignRequest Container for the necessary parameters to execute the CreateCampaign operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateImportJob() public method

Initiates the asynchronous execution of the CreateImportJob operation.
public BeginCreateImportJob ( CreateImportJobRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.CreateImportJobRequest Container for the necessary parameters to execute the CreateImportJob operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginCreateSegment() public method

Initiates the asynchronous execution of the CreateSegment operation.
public BeginCreateSegment ( CreateSegmentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.CreateSegmentRequest Container for the necessary parameters to execute the CreateSegment operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteApnsChannel() public method

Initiates the asynchronous execution of the DeleteApnsChannel operation.
public BeginDeleteApnsChannel ( DeleteApnsChannelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.DeleteApnsChannelRequest Container for the necessary parameters to execute the DeleteApnsChannel operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteCampaign() public method

Initiates the asynchronous execution of the DeleteCampaign operation.
public BeginDeleteCampaign ( DeleteCampaignRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.DeleteCampaignRequest Container for the necessary parameters to execute the DeleteCampaign operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteGcmChannel() public method

Initiates the asynchronous execution of the DeleteGcmChannel operation.
public BeginDeleteGcmChannel ( DeleteGcmChannelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.DeleteGcmChannelRequest Container for the necessary parameters to execute the DeleteGcmChannel operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginDeleteSegment() public method

Initiates the asynchronous execution of the DeleteSegment operation.
public BeginDeleteSegment ( DeleteSegmentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.DeleteSegmentRequest Container for the necessary parameters to execute the DeleteSegment operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetApnsChannel() public method

Initiates the asynchronous execution of the GetApnsChannel operation.
public BeginGetApnsChannel ( GetApnsChannelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetApnsChannelRequest Container for the necessary parameters to execute the GetApnsChannel operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetApplicationSettings() public method

Initiates the asynchronous execution of the GetApplicationSettings operation.
public BeginGetApplicationSettings ( GetApplicationSettingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetApplicationSettingsRequest Container for the necessary parameters to execute the GetApplicationSettings operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetCampaign() public method

Initiates the asynchronous execution of the GetCampaign operation.
public BeginGetCampaign ( GetCampaignRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetCampaignRequest Container for the necessary parameters to execute the GetCampaign operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetCampaignActivities() public method

Initiates the asynchronous execution of the GetCampaignActivities operation.
public BeginGetCampaignActivities ( GetCampaignActivitiesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetCampaignActivitiesRequest Container for the necessary parameters to execute the GetCampaignActivities operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetCampaignVersion() public method

Initiates the asynchronous execution of the GetCampaignVersion operation.
public BeginGetCampaignVersion ( GetCampaignVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetCampaignVersionRequest Container for the necessary parameters to execute the GetCampaignVersion operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetCampaignVersions() public method

Initiates the asynchronous execution of the GetCampaignVersions operation.
public BeginGetCampaignVersions ( GetCampaignVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetCampaignVersionsRequest Container for the necessary parameters to execute the GetCampaignVersions operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetCampaigns() public method

Initiates the asynchronous execution of the GetCampaigns operation.
public BeginGetCampaigns ( GetCampaignsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetCampaignsRequest Container for the necessary parameters to execute the GetCampaigns operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetEndpoint() public method

Initiates the asynchronous execution of the GetEndpoint operation.
public BeginGetEndpoint ( GetEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetEndpointRequest Container for the necessary parameters to execute the GetEndpoint operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetGcmChannel() public method

Initiates the asynchronous execution of the GetGcmChannel operation.
public BeginGetGcmChannel ( GetGcmChannelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetGcmChannelRequest Container for the necessary parameters to execute the GetGcmChannel operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetImportJob() public method

Initiates the asynchronous execution of the GetImportJob operation.
public BeginGetImportJob ( GetImportJobRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetImportJobRequest Container for the necessary parameters to execute the GetImportJob operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetImportJobs() public method

Initiates the asynchronous execution of the GetImportJobs operation.
public BeginGetImportJobs ( GetImportJobsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetImportJobsRequest Container for the necessary parameters to execute the GetImportJobs operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetSegment() public method

Initiates the asynchronous execution of the GetSegment operation.
public BeginGetSegment ( GetSegmentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetSegmentRequest Container for the necessary parameters to execute the GetSegment operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetSegmentImportJobs() public method

Initiates the asynchronous execution of the GetSegmentImportJobs operation.
public BeginGetSegmentImportJobs ( GetSegmentImportJobsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetSegmentImportJobsRequest Container for the necessary parameters to execute the GetSegmentImportJobs operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetSegmentVersion() public method

Initiates the asynchronous execution of the GetSegmentVersion operation.
public BeginGetSegmentVersion ( GetSegmentVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetSegmentVersionRequest Container for the necessary parameters to execute the GetSegmentVersion operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetSegmentVersions() public method

Initiates the asynchronous execution of the GetSegmentVersions operation.
public BeginGetSegmentVersions ( GetSegmentVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetSegmentVersionsRequest Container for the necessary parameters to execute the GetSegmentVersions operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginGetSegments() public method

Initiates the asynchronous execution of the GetSegments operation.
public BeginGetSegments ( GetSegmentsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.GetSegmentsRequest Container for the necessary parameters to execute the GetSegments operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateApnsChannel() public method

Initiates the asynchronous execution of the UpdateApnsChannel operation.
public BeginUpdateApnsChannel ( UpdateApnsChannelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.UpdateApnsChannelRequest Container for the necessary parameters to execute the UpdateApnsChannel operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateApplicationSettings() public method

Initiates the asynchronous execution of the UpdateApplicationSettings operation.
public BeginUpdateApplicationSettings ( UpdateApplicationSettingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.UpdateApplicationSettingsRequest Container for the necessary parameters to execute the UpdateApplicationSettings operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateCampaign() public method

Initiates the asynchronous execution of the UpdateCampaign operation.
public BeginUpdateCampaign ( UpdateCampaignRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.UpdateCampaignRequest Container for the necessary parameters to execute the UpdateCampaign operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateEndpoint() public method

Initiates the asynchronous execution of the UpdateEndpoint operation.
public BeginUpdateEndpoint ( UpdateEndpointRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.UpdateEndpointRequest Container for the necessary parameters to execute the UpdateEndpoint operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateEndpointsBatch() public method

Initiates the asynchronous execution of the UpdateEndpointsBatch operation.
public BeginUpdateEndpointsBatch ( UpdateEndpointsBatchRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.UpdateEndpointsBatchRequest Container for the necessary parameters to execute the UpdateEndpointsBatch operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateGcmChannel() public method

Initiates the asynchronous execution of the UpdateGcmChannel operation.
public BeginUpdateGcmChannel ( UpdateGcmChannelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.UpdateGcmChannelRequest Container for the necessary parameters to execute the UpdateGcmChannel operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

BeginUpdateSegment() public method

Initiates the asynchronous execution of the UpdateSegment operation.
public BeginUpdateSegment ( UpdateSegmentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.Pinpoint.Model.UpdateSegmentRequest Container for the necessary parameters to execute the UpdateSegment operation on AmazonPinpointClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
return IAsyncResult

CreateCampaign() public method

Creates or updates a campaign.
/// /// /// /// /// /// /// /// /// /// /// ///
public CreateCampaign ( CreateCampaignRequest request ) : CreateCampaignResponse
request Amazon.Pinpoint.Model.CreateCampaignRequest Container for the necessary parameters to execute the CreateCampaign service method.
return Amazon.Pinpoint.Model.CreateCampaignResponse

CreateCampaignAsync() public method

Initiates the asynchronous execution of the CreateCampaign operation.
public CreateCampaignAsync ( CreateCampaignRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.CreateCampaignRequest Container for the necessary parameters to execute the CreateCampaign operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateImportJob() public method

Creates or updates an import job.
/// /// /// /// /// /// /// /// /// /// /// ///
public CreateImportJob ( CreateImportJobRequest request ) : CreateImportJobResponse
request Amazon.Pinpoint.Model.CreateImportJobRequest Container for the necessary parameters to execute the CreateImportJob service method.
return Amazon.Pinpoint.Model.CreateImportJobResponse

CreateImportJobAsync() public method

Initiates the asynchronous execution of the CreateImportJob operation.
public CreateImportJobAsync ( CreateImportJobRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.CreateImportJobRequest Container for the necessary parameters to execute the CreateImportJob operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateSegment() public method

Used to create or update a segment.
/// /// /// /// /// /// /// /// /// /// /// ///
public CreateSegment ( CreateSegmentRequest request ) : CreateSegmentResponse
request Amazon.Pinpoint.Model.CreateSegmentRequest Container for the necessary parameters to execute the CreateSegment service method.
return Amazon.Pinpoint.Model.CreateSegmentResponse

CreateSegmentAsync() public method

Initiates the asynchronous execution of the CreateSegment operation.
public CreateSegmentAsync ( CreateSegmentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.CreateSegmentRequest Container for the necessary parameters to execute the CreateSegment operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateSigner() protected method

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
return Amazon.Runtime.Internal.Auth.AbstractAWSSigner

DeleteApnsChannel() public method

Deletes the APNs channel for an app.
/// /// /// /// /// /// /// /// /// /// /// ///
public DeleteApnsChannel ( DeleteApnsChannelRequest request ) : DeleteApnsChannelResponse
request Amazon.Pinpoint.Model.DeleteApnsChannelRequest Container for the necessary parameters to execute the DeleteApnsChannel service method.
return DeleteApnsChannelResponse

DeleteApnsChannelAsync() public method

Initiates the asynchronous execution of the DeleteApnsChannel operation.
public DeleteApnsChannelAsync ( DeleteApnsChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.DeleteApnsChannelRequest Container for the necessary parameters to execute the DeleteApnsChannel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteCampaign() public method

Deletes a campaign.
/// /// /// /// /// /// /// /// /// /// /// ///
public DeleteCampaign ( DeleteCampaignRequest request ) : DeleteCampaignResponse
request Amazon.Pinpoint.Model.DeleteCampaignRequest Container for the necessary parameters to execute the DeleteCampaign service method.
return Amazon.Pinpoint.Model.DeleteCampaignResponse

DeleteCampaignAsync() public method

Initiates the asynchronous execution of the DeleteCampaign operation.
public DeleteCampaignAsync ( DeleteCampaignRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.DeleteCampaignRequest Container for the necessary parameters to execute the DeleteCampaign operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteGcmChannel() public method

Deletes the GCM channel for an app.
/// /// /// /// /// /// /// /// /// /// /// ///
public DeleteGcmChannel ( DeleteGcmChannelRequest request ) : DeleteGcmChannelResponse
request Amazon.Pinpoint.Model.DeleteGcmChannelRequest Container for the necessary parameters to execute the DeleteGcmChannel service method.
return Amazon.Pinpoint.Model.DeleteGcmChannelResponse

DeleteGcmChannelAsync() public method

Initiates the asynchronous execution of the DeleteGcmChannel operation.
public DeleteGcmChannelAsync ( DeleteGcmChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.DeleteGcmChannelRequest Container for the necessary parameters to execute the DeleteGcmChannel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteSegment() public method

Deletes a segment.
/// /// /// /// /// /// /// /// /// /// /// ///
public DeleteSegment ( DeleteSegmentRequest request ) : DeleteSegmentResponse
request Amazon.Pinpoint.Model.DeleteSegmentRequest Container for the necessary parameters to execute the DeleteSegment service method.
return Amazon.Pinpoint.Model.DeleteSegmentResponse

DeleteSegmentAsync() public method

Initiates the asynchronous execution of the DeleteSegment operation.
public DeleteSegmentAsync ( DeleteSegmentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.DeleteSegmentRequest Container for the necessary parameters to execute the DeleteSegment operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

Dispose() protected method

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
return void

EndCreateCampaign() public method

Finishes the asynchronous execution of the CreateCampaign operation.
public EndCreateCampaign ( IAsyncResult asyncResult ) : CreateCampaignResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateCampaign.
return Amazon.Pinpoint.Model.CreateCampaignResponse

EndCreateImportJob() public method

Finishes the asynchronous execution of the CreateImportJob operation.
public EndCreateImportJob ( IAsyncResult asyncResult ) : CreateImportJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateImportJob.
return Amazon.Pinpoint.Model.CreateImportJobResponse

EndCreateSegment() public method

Finishes the asynchronous execution of the CreateSegment operation.
public EndCreateSegment ( IAsyncResult asyncResult ) : CreateSegmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSegment.
return Amazon.Pinpoint.Model.CreateSegmentResponse

EndDeleteApnsChannel() public method

Finishes the asynchronous execution of the DeleteApnsChannel operation.
public EndDeleteApnsChannel ( IAsyncResult asyncResult ) : DeleteApnsChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApnsChannel.
return DeleteApnsChannelResponse

EndDeleteCampaign() public method

Finishes the asynchronous execution of the DeleteCampaign operation.
public EndDeleteCampaign ( IAsyncResult asyncResult ) : DeleteCampaignResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteCampaign.
return Amazon.Pinpoint.Model.DeleteCampaignResponse

EndDeleteGcmChannel() public method

Finishes the asynchronous execution of the DeleteGcmChannel operation.
public EndDeleteGcmChannel ( IAsyncResult asyncResult ) : DeleteGcmChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteGcmChannel.
return Amazon.Pinpoint.Model.DeleteGcmChannelResponse

EndDeleteSegment() public method

Finishes the asynchronous execution of the DeleteSegment operation.
public EndDeleteSegment ( IAsyncResult asyncResult ) : DeleteSegmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteSegment.
return Amazon.Pinpoint.Model.DeleteSegmentResponse

EndGetApnsChannel() public method

Finishes the asynchronous execution of the GetApnsChannel operation.
public EndGetApnsChannel ( IAsyncResult asyncResult ) : GetApnsChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetApnsChannel.
return Amazon.Pinpoint.Model.GetApnsChannelResponse

EndGetApplicationSettings() public method

Finishes the asynchronous execution of the GetApplicationSettings operation.
public EndGetApplicationSettings ( IAsyncResult asyncResult ) : GetApplicationSettingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetApplicationSettings.
return Amazon.Pinpoint.Model.GetApplicationSettingsResponse

EndGetCampaign() public method

Finishes the asynchronous execution of the GetCampaign operation.
public EndGetCampaign ( IAsyncResult asyncResult ) : GetCampaignResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCampaign.
return Amazon.Pinpoint.Model.GetCampaignResponse

EndGetCampaignActivities() public method

Finishes the asynchronous execution of the GetCampaignActivities operation.
public EndGetCampaignActivities ( IAsyncResult asyncResult ) : GetCampaignActivitiesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCampaignActivities.
return Amazon.Pinpoint.Model.GetCampaignActivitiesResponse

EndGetCampaignVersion() public method

Finishes the asynchronous execution of the GetCampaignVersion operation.
public EndGetCampaignVersion ( IAsyncResult asyncResult ) : GetCampaignVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCampaignVersion.
return Amazon.Pinpoint.Model.GetCampaignVersionResponse

EndGetCampaignVersions() public method

Finishes the asynchronous execution of the GetCampaignVersions operation.
public EndGetCampaignVersions ( IAsyncResult asyncResult ) : GetCampaignVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCampaignVersions.
return Amazon.Pinpoint.Model.GetCampaignVersionsResponse

EndGetCampaigns() public method

Finishes the asynchronous execution of the GetCampaigns operation.
public EndGetCampaigns ( IAsyncResult asyncResult ) : GetCampaignsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetCampaigns.
return Amazon.Pinpoint.Model.GetCampaignsResponse

EndGetEndpoint() public method

Finishes the asynchronous execution of the GetEndpoint operation.
public EndGetEndpoint ( IAsyncResult asyncResult ) : GetEndpointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetEndpoint.
return Amazon.Pinpoint.Model.GetEndpointResponse

EndGetGcmChannel() public method

Finishes the asynchronous execution of the GetGcmChannel operation.
public EndGetGcmChannel ( IAsyncResult asyncResult ) : GetGcmChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetGcmChannel.
return Amazon.Pinpoint.Model.GetGcmChannelResponse

EndGetImportJob() public method

Finishes the asynchronous execution of the GetImportJob operation.
public EndGetImportJob ( IAsyncResult asyncResult ) : GetImportJobResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetImportJob.
return Amazon.Pinpoint.Model.GetImportJobResponse

EndGetImportJobs() public method

Finishes the asynchronous execution of the GetImportJobs operation.
public EndGetImportJobs ( IAsyncResult asyncResult ) : GetImportJobsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetImportJobs.
return Amazon.Pinpoint.Model.GetImportJobsResponse

EndGetSegment() public method

Finishes the asynchronous execution of the GetSegment operation.
public EndGetSegment ( IAsyncResult asyncResult ) : GetSegmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSegment.
return Amazon.Pinpoint.Model.GetSegmentResponse

EndGetSegmentImportJobs() public method

Finishes the asynchronous execution of the GetSegmentImportJobs operation.
public EndGetSegmentImportJobs ( IAsyncResult asyncResult ) : GetSegmentImportJobsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSegmentImportJobs.
return Amazon.Pinpoint.Model.GetSegmentImportJobsResponse

EndGetSegmentVersion() public method

Finishes the asynchronous execution of the GetSegmentVersion operation.
public EndGetSegmentVersion ( IAsyncResult asyncResult ) : GetSegmentVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSegmentVersion.
return Amazon.Pinpoint.Model.GetSegmentVersionResponse

EndGetSegmentVersions() public method

Finishes the asynchronous execution of the GetSegmentVersions operation.
public EndGetSegmentVersions ( IAsyncResult asyncResult ) : GetSegmentVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSegmentVersions.
return Amazon.Pinpoint.Model.GetSegmentVersionsResponse

EndGetSegments() public method

Finishes the asynchronous execution of the GetSegments operation.
public EndGetSegments ( IAsyncResult asyncResult ) : GetSegmentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSegments.
return Amazon.Pinpoint.Model.GetSegmentsResponse

EndUpdateApnsChannel() public method

Finishes the asynchronous execution of the UpdateApnsChannel operation.
public EndUpdateApnsChannel ( IAsyncResult asyncResult ) : UpdateApnsChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApnsChannel.
return Amazon.Pinpoint.Model.UpdateApnsChannelResponse

EndUpdateApplicationSettings() public method

Finishes the asynchronous execution of the UpdateApplicationSettings operation.
public EndUpdateApplicationSettings ( IAsyncResult asyncResult ) : UpdateApplicationSettingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApplicationSettings.
return Amazon.Pinpoint.Model.UpdateApplicationSettingsResponse

EndUpdateCampaign() public method

Finishes the asynchronous execution of the UpdateCampaign operation.
public EndUpdateCampaign ( IAsyncResult asyncResult ) : UpdateCampaignResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateCampaign.
return Amazon.Pinpoint.Model.UpdateCampaignResponse

EndUpdateEndpoint() public method

Finishes the asynchronous execution of the UpdateEndpoint operation.
public EndUpdateEndpoint ( IAsyncResult asyncResult ) : UpdateEndpointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateEndpoint.
return Amazon.Pinpoint.Model.UpdateEndpointResponse

EndUpdateEndpointsBatch() public method

Finishes the asynchronous execution of the UpdateEndpointsBatch operation.
public EndUpdateEndpointsBatch ( IAsyncResult asyncResult ) : UpdateEndpointsBatchResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateEndpointsBatch.
return Amazon.Pinpoint.Model.UpdateEndpointsBatchResponse

EndUpdateGcmChannel() public method

Finishes the asynchronous execution of the UpdateGcmChannel operation.
public EndUpdateGcmChannel ( IAsyncResult asyncResult ) : UpdateGcmChannelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateGcmChannel.
return Amazon.Pinpoint.Model.UpdateGcmChannelResponse

EndUpdateSegment() public method

Finishes the asynchronous execution of the UpdateSegment operation.
public EndUpdateSegment ( IAsyncResult asyncResult ) : UpdateSegmentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateSegment.
return Amazon.Pinpoint.Model.UpdateSegmentResponse

GetApnsChannel() public method

Returns information about the APNs channel for an app.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetApnsChannel ( GetApnsChannelRequest request ) : GetApnsChannelResponse
request Amazon.Pinpoint.Model.GetApnsChannelRequest Container for the necessary parameters to execute the GetApnsChannel service method.
return Amazon.Pinpoint.Model.GetApnsChannelResponse

GetApnsChannelAsync() public method

Initiates the asynchronous execution of the GetApnsChannel operation.
public GetApnsChannelAsync ( GetApnsChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetApnsChannelRequest Container for the necessary parameters to execute the GetApnsChannel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetApplicationSettings() public method

Used to request the settings for an app.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetApplicationSettings ( GetApplicationSettingsRequest request ) : GetApplicationSettingsResponse
request Amazon.Pinpoint.Model.GetApplicationSettingsRequest Container for the necessary parameters to execute the GetApplicationSettings service method.
return Amazon.Pinpoint.Model.GetApplicationSettingsResponse

GetApplicationSettingsAsync() public method

Initiates the asynchronous execution of the GetApplicationSettings operation.
public GetApplicationSettingsAsync ( GetApplicationSettingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetApplicationSettingsRequest Container for the necessary parameters to execute the GetApplicationSettings operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetCampaign() public method

Returns information about a campaign.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetCampaign ( GetCampaignRequest request ) : GetCampaignResponse
request Amazon.Pinpoint.Model.GetCampaignRequest Container for the necessary parameters to execute the GetCampaign service method.
return Amazon.Pinpoint.Model.GetCampaignResponse

GetCampaignActivities() public method

Returns information about the activity performed by a campaign.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetCampaignActivities ( GetCampaignActivitiesRequest request ) : GetCampaignActivitiesResponse
request Amazon.Pinpoint.Model.GetCampaignActivitiesRequest Container for the necessary parameters to execute the GetCampaignActivities service method.
return Amazon.Pinpoint.Model.GetCampaignActivitiesResponse

GetCampaignActivitiesAsync() public method

Initiates the asynchronous execution of the GetCampaignActivities operation.
public GetCampaignActivitiesAsync ( GetCampaignActivitiesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetCampaignActivitiesRequest Container for the necessary parameters to execute the GetCampaignActivities operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetCampaignAsync() public method

Initiates the asynchronous execution of the GetCampaign operation.
public GetCampaignAsync ( GetCampaignRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetCampaignRequest Container for the necessary parameters to execute the GetCampaign operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetCampaignVersion() public method

Returns information about your campaign versions.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetCampaignVersion ( GetCampaignVersionRequest request ) : GetCampaignVersionResponse
request Amazon.Pinpoint.Model.GetCampaignVersionRequest Container for the necessary parameters to execute the GetCampaignVersion service method.
return Amazon.Pinpoint.Model.GetCampaignVersionResponse

GetCampaignVersionAsync() public method

Initiates the asynchronous execution of the GetCampaignVersion operation.
public GetCampaignVersionAsync ( GetCampaignVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetCampaignVersionRequest Container for the necessary parameters to execute the GetCampaignVersion operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetCampaignVersions() public method

Returns information about your campaign versions.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetCampaignVersions ( GetCampaignVersionsRequest request ) : GetCampaignVersionsResponse
request Amazon.Pinpoint.Model.GetCampaignVersionsRequest Container for the necessary parameters to execute the GetCampaignVersions service method.
return Amazon.Pinpoint.Model.GetCampaignVersionsResponse

GetCampaignVersionsAsync() public method

Initiates the asynchronous execution of the GetCampaignVersions operation.
public GetCampaignVersionsAsync ( GetCampaignVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetCampaignVersionsRequest Container for the necessary parameters to execute the GetCampaignVersions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetCampaigns() public method

Returns information about your campaigns.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetCampaigns ( GetCampaignsRequest request ) : GetCampaignsResponse
request Amazon.Pinpoint.Model.GetCampaignsRequest Container for the necessary parameters to execute the GetCampaigns service method.
return Amazon.Pinpoint.Model.GetCampaignsResponse

GetCampaignsAsync() public method

Initiates the asynchronous execution of the GetCampaigns operation.
public GetCampaignsAsync ( GetCampaignsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetCampaignsRequest Container for the necessary parameters to execute the GetCampaigns operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetEndpoint() public method

Returns information about an endpoint.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetEndpoint ( GetEndpointRequest request ) : GetEndpointResponse
request Amazon.Pinpoint.Model.GetEndpointRequest Container for the necessary parameters to execute the GetEndpoint service method.
return Amazon.Pinpoint.Model.GetEndpointResponse

GetEndpointAsync() public method

Initiates the asynchronous execution of the GetEndpoint operation.
public GetEndpointAsync ( GetEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetEndpointRequest Container for the necessary parameters to execute the GetEndpoint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetGcmChannel() public method

Returns information about the GCM channel for an app.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetGcmChannel ( GetGcmChannelRequest request ) : GetGcmChannelResponse
request Amazon.Pinpoint.Model.GetGcmChannelRequest Container for the necessary parameters to execute the GetGcmChannel service method.
return Amazon.Pinpoint.Model.GetGcmChannelResponse

GetGcmChannelAsync() public method

Initiates the asynchronous execution of the GetGcmChannel operation.
public GetGcmChannelAsync ( GetGcmChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetGcmChannelRequest Container for the necessary parameters to execute the GetGcmChannel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetImportJob() public method

Returns information about an import job.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetImportJob ( GetImportJobRequest request ) : GetImportJobResponse
request Amazon.Pinpoint.Model.GetImportJobRequest Container for the necessary parameters to execute the GetImportJob service method.
return Amazon.Pinpoint.Model.GetImportJobResponse

GetImportJobAsync() public method

Initiates the asynchronous execution of the GetImportJob operation.
public GetImportJobAsync ( GetImportJobRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetImportJobRequest Container for the necessary parameters to execute the GetImportJob operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetImportJobs() public method

Returns information about your import jobs.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetImportJobs ( GetImportJobsRequest request ) : GetImportJobsResponse
request Amazon.Pinpoint.Model.GetImportJobsRequest Container for the necessary parameters to execute the GetImportJobs service method.
return Amazon.Pinpoint.Model.GetImportJobsResponse

GetImportJobsAsync() public method

Initiates the asynchronous execution of the GetImportJobs operation.
public GetImportJobsAsync ( GetImportJobsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetImportJobsRequest Container for the necessary parameters to execute the GetImportJobs operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetSegment() public method

Returns information about a segment.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetSegment ( GetSegmentRequest request ) : GetSegmentResponse
request Amazon.Pinpoint.Model.GetSegmentRequest Container for the necessary parameters to execute the GetSegment service method.
return Amazon.Pinpoint.Model.GetSegmentResponse

GetSegmentAsync() public method

Initiates the asynchronous execution of the GetSegment operation.
public GetSegmentAsync ( GetSegmentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetSegmentRequest Container for the necessary parameters to execute the GetSegment operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetSegmentImportJobs() public method

Returns a list of import jobs for a specific segment.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetSegmentImportJobs ( GetSegmentImportJobsRequest request ) : GetSegmentImportJobsResponse
request Amazon.Pinpoint.Model.GetSegmentImportJobsRequest Container for the necessary parameters to execute the GetSegmentImportJobs service method.
return Amazon.Pinpoint.Model.GetSegmentImportJobsResponse

GetSegmentImportJobsAsync() public method

Initiates the asynchronous execution of the GetSegmentImportJobs operation.
public GetSegmentImportJobsAsync ( GetSegmentImportJobsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetSegmentImportJobsRequest Container for the necessary parameters to execute the GetSegmentImportJobs operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetSegmentVersion() public method

Returns information about a segment version.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetSegmentVersion ( GetSegmentVersionRequest request ) : GetSegmentVersionResponse
request Amazon.Pinpoint.Model.GetSegmentVersionRequest Container for the necessary parameters to execute the GetSegmentVersion service method.
return Amazon.Pinpoint.Model.GetSegmentVersionResponse

GetSegmentVersionAsync() public method

Initiates the asynchronous execution of the GetSegmentVersion operation.
public GetSegmentVersionAsync ( GetSegmentVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetSegmentVersionRequest Container for the necessary parameters to execute the GetSegmentVersion operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetSegmentVersions() public method

Returns information about your segment versions.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetSegmentVersions ( GetSegmentVersionsRequest request ) : GetSegmentVersionsResponse
request Amazon.Pinpoint.Model.GetSegmentVersionsRequest Container for the necessary parameters to execute the GetSegmentVersions service method.
return Amazon.Pinpoint.Model.GetSegmentVersionsResponse

GetSegmentVersionsAsync() public method

Initiates the asynchronous execution of the GetSegmentVersions operation.
public GetSegmentVersionsAsync ( GetSegmentVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetSegmentVersionsRequest Container for the necessary parameters to execute the GetSegmentVersions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetSegments() public method

Used to get information about your segments.
/// /// /// /// /// /// /// /// /// /// /// ///
public GetSegments ( GetSegmentsRequest request ) : GetSegmentsResponse
request Amazon.Pinpoint.Model.GetSegmentsRequest Container for the necessary parameters to execute the GetSegments service method.
return Amazon.Pinpoint.Model.GetSegmentsResponse

GetSegmentsAsync() public method

Initiates the asynchronous execution of the GetSegments operation.
public GetSegmentsAsync ( GetSegmentsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.GetSegmentsRequest Container for the necessary parameters to execute the GetSegments operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateApnsChannel() public method

Use to update the APNs channel for an app.
/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateApnsChannel ( UpdateApnsChannelRequest request ) : UpdateApnsChannelResponse
request Amazon.Pinpoint.Model.UpdateApnsChannelRequest Container for the necessary parameters to execute the UpdateApnsChannel service method.
return Amazon.Pinpoint.Model.UpdateApnsChannelResponse

UpdateApnsChannelAsync() public method

Initiates the asynchronous execution of the UpdateApnsChannel operation.
public UpdateApnsChannelAsync ( UpdateApnsChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.UpdateApnsChannelRequest Container for the necessary parameters to execute the UpdateApnsChannel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateApplicationSettings() public method

Used to update the settings for an app.
/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateApplicationSettings ( UpdateApplicationSettingsRequest request ) : UpdateApplicationSettingsResponse
request Amazon.Pinpoint.Model.UpdateApplicationSettingsRequest Container for the necessary parameters to execute the UpdateApplicationSettings service method.
return Amazon.Pinpoint.Model.UpdateApplicationSettingsResponse

UpdateApplicationSettingsAsync() public method

Initiates the asynchronous execution of the UpdateApplicationSettings operation.
public UpdateApplicationSettingsAsync ( UpdateApplicationSettingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.UpdateApplicationSettingsRequest Container for the necessary parameters to execute the UpdateApplicationSettings operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateCampaign() public method

Use to update a campaign.
/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateCampaign ( UpdateCampaignRequest request ) : UpdateCampaignResponse
request Amazon.Pinpoint.Model.UpdateCampaignRequest Container for the necessary parameters to execute the UpdateCampaign service method.
return Amazon.Pinpoint.Model.UpdateCampaignResponse

UpdateCampaignAsync() public method

Initiates the asynchronous execution of the UpdateCampaign operation.
public UpdateCampaignAsync ( UpdateCampaignRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.UpdateCampaignRequest Container for the necessary parameters to execute the UpdateCampaign operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateEndpoint() public method

Use to update an endpoint.
/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateEndpoint ( UpdateEndpointRequest request ) : UpdateEndpointResponse
request Amazon.Pinpoint.Model.UpdateEndpointRequest Container for the necessary parameters to execute the UpdateEndpoint service method.
return Amazon.Pinpoint.Model.UpdateEndpointResponse

UpdateEndpointAsync() public method

Initiates the asynchronous execution of the UpdateEndpoint operation.
public UpdateEndpointAsync ( UpdateEndpointRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.UpdateEndpointRequest Container for the necessary parameters to execute the UpdateEndpoint operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateEndpointsBatch() public method

Use to update your endpoints.
/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateEndpointsBatch ( UpdateEndpointsBatchRequest request ) : UpdateEndpointsBatchResponse
request Amazon.Pinpoint.Model.UpdateEndpointsBatchRequest Container for the necessary parameters to execute the UpdateEndpointsBatch service method.
return Amazon.Pinpoint.Model.UpdateEndpointsBatchResponse

UpdateEndpointsBatchAsync() public method

Initiates the asynchronous execution of the UpdateEndpointsBatch operation.
public UpdateEndpointsBatchAsync ( UpdateEndpointsBatchRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.UpdateEndpointsBatchRequest Container for the necessary parameters to execute the UpdateEndpointsBatch operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateGcmChannel() public method

Use to update the GCM channel for an app.
/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateGcmChannel ( UpdateGcmChannelRequest request ) : UpdateGcmChannelResponse
request Amazon.Pinpoint.Model.UpdateGcmChannelRequest Container for the necessary parameters to execute the UpdateGcmChannel service method.
return Amazon.Pinpoint.Model.UpdateGcmChannelResponse

UpdateGcmChannelAsync() public method

Initiates the asynchronous execution of the UpdateGcmChannel operation.
public UpdateGcmChannelAsync ( UpdateGcmChannelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.UpdateGcmChannelRequest Container for the necessary parameters to execute the UpdateGcmChannel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateSegment() public method

Use to update a segment.
/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateSegment ( UpdateSegmentRequest request ) : UpdateSegmentResponse
request Amazon.Pinpoint.Model.UpdateSegmentRequest Container for the necessary parameters to execute the UpdateSegment service method.
return Amazon.Pinpoint.Model.UpdateSegmentResponse

UpdateSegmentAsync() public method

Initiates the asynchronous execution of the UpdateSegment operation.
public UpdateSegmentAsync ( UpdateSegmentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Pinpoint.Model.UpdateSegmentRequest Container for the necessary parameters to execute the UpdateSegment operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task