C# 클래스 Amazon.Pinpoint.AmazonPinpointClient

Implementation for accessing Pinpoint
상속: AmazonServiceClient, IAmazonPinpoint
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

메소드 상세

AmazonPinpointClient() 공개 메소드

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
리턴 System

AmazonPinpointClient() 공개 메소드

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

AmazonPinpointClient() 공개 메소드

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
리턴 System

AmazonPinpointClient() 공개 메소드

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

AmazonPinpointClient() 공개 메소드

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
리턴 System

AmazonPinpointClient() 공개 메소드

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.
리턴 System

AmazonPinpointClient() 공개 메소드

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
리턴 System

AmazonPinpointClient() 공개 메소드

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
리턴 System

AmazonPinpointClient() 공개 메소드

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.
리턴 System

AmazonPinpointClient() 공개 메소드

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
리턴 System

AmazonPinpointClient() 공개 메소드

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
리턴 System

AmazonPinpointClient() 공개 메소드

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.
리턴 System

BeginCreateCampaign() 공개 메소드

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.
리턴 IAsyncResult

BeginCreateImportJob() 공개 메소드

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.
리턴 IAsyncResult

BeginCreateSegment() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteApnsChannel() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteCampaign() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteGcmChannel() 공개 메소드

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.
리턴 IAsyncResult

BeginDeleteSegment() 공개 메소드

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.
리턴 IAsyncResult

BeginGetApnsChannel() 공개 메소드

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.
리턴 IAsyncResult

BeginGetApplicationSettings() 공개 메소드

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.
리턴 IAsyncResult

BeginGetCampaign() 공개 메소드

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.
리턴 IAsyncResult

BeginGetCampaignActivities() 공개 메소드

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.
리턴 IAsyncResult

BeginGetCampaignVersion() 공개 메소드

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.
리턴 IAsyncResult

BeginGetCampaignVersions() 공개 메소드

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.
리턴 IAsyncResult

BeginGetCampaigns() 공개 메소드

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.
리턴 IAsyncResult

BeginGetEndpoint() 공개 메소드

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.
리턴 IAsyncResult

BeginGetGcmChannel() 공개 메소드

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.
리턴 IAsyncResult

BeginGetImportJob() 공개 메소드

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.
리턴 IAsyncResult

BeginGetImportJobs() 공개 메소드

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.
리턴 IAsyncResult

BeginGetSegment() 공개 메소드

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.
리턴 IAsyncResult

BeginGetSegmentImportJobs() 공개 메소드

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.
리턴 IAsyncResult

BeginGetSegmentVersion() 공개 메소드

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.
리턴 IAsyncResult

BeginGetSegmentVersions() 공개 메소드

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.
리턴 IAsyncResult

BeginGetSegments() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateApnsChannel() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateApplicationSettings() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateCampaign() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateEndpoint() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateEndpointsBatch() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateGcmChannel() 공개 메소드

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.
리턴 IAsyncResult

BeginUpdateSegment() 공개 메소드

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.
리턴 IAsyncResult

CreateCampaign() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.CreateCampaignResponse

CreateCampaignAsync() 공개 메소드

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. ///
리턴 Task

CreateImportJob() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.CreateImportJobResponse

CreateImportJobAsync() 공개 메소드

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. ///
리턴 Task

CreateSegment() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.CreateSegmentResponse

CreateSegmentAsync() 공개 메소드

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. ///
리턴 Task

CreateSigner() 보호된 메소드

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

DeleteApnsChannel() 공개 메소드

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.
리턴 DeleteApnsChannelResponse

DeleteApnsChannelAsync() 공개 메소드

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. ///
리턴 Task

DeleteCampaign() 공개 메소드

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

DeleteCampaignAsync() 공개 메소드

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. ///
리턴 Task

DeleteGcmChannel() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.DeleteGcmChannelResponse

DeleteGcmChannelAsync() 공개 메소드

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. ///
리턴 Task

DeleteSegment() 공개 메소드

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

DeleteSegmentAsync() 공개 메소드

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. ///
리턴 Task

Dispose() 보호된 메소드

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

EndCreateCampaign() 공개 메소드

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

EndCreateImportJob() 공개 메소드

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

EndCreateSegment() 공개 메소드

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

EndDeleteApnsChannel() 공개 메소드

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

EndDeleteCampaign() 공개 메소드

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

EndDeleteGcmChannel() 공개 메소드

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

EndDeleteSegment() 공개 메소드

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

EndGetApnsChannel() 공개 메소드

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

EndGetApplicationSettings() 공개 메소드

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

EndGetCampaign() 공개 메소드

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

EndGetCampaignActivities() 공개 메소드

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

EndGetCampaignVersion() 공개 메소드

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

EndGetCampaignVersions() 공개 메소드

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

EndGetCampaigns() 공개 메소드

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

EndGetEndpoint() 공개 메소드

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

EndGetGcmChannel() 공개 메소드

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

EndGetImportJob() 공개 메소드

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

EndGetImportJobs() 공개 메소드

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

EndGetSegment() 공개 메소드

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

EndGetSegmentImportJobs() 공개 메소드

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

EndGetSegmentVersion() 공개 메소드

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

EndGetSegmentVersions() 공개 메소드

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

EndGetSegments() 공개 메소드

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

EndUpdateApnsChannel() 공개 메소드

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

EndUpdateApplicationSettings() 공개 메소드

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

EndUpdateCampaign() 공개 메소드

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

EndUpdateEndpoint() 공개 메소드

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

EndUpdateEndpointsBatch() 공개 메소드

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

EndUpdateGcmChannel() 공개 메소드

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

EndUpdateSegment() 공개 메소드

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

GetApnsChannel() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetApnsChannelResponse

GetApnsChannelAsync() 공개 메소드

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. ///
리턴 Task

GetApplicationSettings() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetApplicationSettingsResponse

GetApplicationSettingsAsync() 공개 메소드

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. ///
리턴 Task

GetCampaign() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetCampaignResponse

GetCampaignActivities() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetCampaignActivitiesResponse

GetCampaignActivitiesAsync() 공개 메소드

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. ///
리턴 Task

GetCampaignAsync() 공개 메소드

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. ///
리턴 Task

GetCampaignVersion() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetCampaignVersionResponse

GetCampaignVersionAsync() 공개 메소드

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. ///
리턴 Task

GetCampaignVersions() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetCampaignVersionsResponse

GetCampaignVersionsAsync() 공개 메소드

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. ///
리턴 Task

GetCampaigns() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetCampaignsResponse

GetCampaignsAsync() 공개 메소드

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. ///
리턴 Task

GetEndpoint() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetEndpointResponse

GetEndpointAsync() 공개 메소드

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. ///
리턴 Task

GetGcmChannel() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetGcmChannelResponse

GetGcmChannelAsync() 공개 메소드

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. ///
리턴 Task

GetImportJob() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetImportJobResponse

GetImportJobAsync() 공개 메소드

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. ///
리턴 Task

GetImportJobs() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetImportJobsResponse

GetImportJobsAsync() 공개 메소드

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. ///
리턴 Task

GetSegment() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetSegmentResponse

GetSegmentAsync() 공개 메소드

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. ///
리턴 Task

GetSegmentImportJobs() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetSegmentImportJobsResponse

GetSegmentImportJobsAsync() 공개 메소드

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. ///
리턴 Task

GetSegmentVersion() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetSegmentVersionResponse

GetSegmentVersionAsync() 공개 메소드

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. ///
리턴 Task

GetSegmentVersions() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetSegmentVersionsResponse

GetSegmentVersionsAsync() 공개 메소드

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. ///
리턴 Task

GetSegments() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.GetSegmentsResponse

GetSegmentsAsync() 공개 메소드

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. ///
리턴 Task

UpdateApnsChannel() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.UpdateApnsChannelResponse

UpdateApnsChannelAsync() 공개 메소드

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. ///
리턴 Task

UpdateApplicationSettings() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.UpdateApplicationSettingsResponse

UpdateApplicationSettingsAsync() 공개 메소드

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. ///
리턴 Task

UpdateCampaign() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.UpdateCampaignResponse

UpdateCampaignAsync() 공개 메소드

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. ///
리턴 Task

UpdateEndpoint() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.UpdateEndpointResponse

UpdateEndpointAsync() 공개 메소드

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. ///
리턴 Task

UpdateEndpointsBatch() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.UpdateEndpointsBatchResponse

UpdateEndpointsBatchAsync() 공개 메소드

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. ///
리턴 Task

UpdateGcmChannel() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.UpdateGcmChannelResponse

UpdateGcmChannelAsync() 공개 메소드

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. ///
리턴 Task

UpdateSegment() 공개 메소드

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.
리턴 Amazon.Pinpoint.Model.UpdateSegmentResponse

UpdateSegmentAsync() 공개 메소드

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. ///
리턴 Task