Method | Description | |
---|---|---|
AmazonCloudWatchEventsClient ( ) : System |
Constructs AmazonCloudWatchEventsClient 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.
|
|
AmazonCloudWatchEventsClient ( |
Constructs AmazonCloudWatchEventsClient with AWS Credentials
|
|
AmazonCloudWatchEventsClient ( |
Constructs AmazonCloudWatchEventsClient with AWS Credentials and an AmazonCloudWatchEventsClient Configuration object.
|
|
AmazonCloudWatchEventsClient ( |
Constructs AmazonCloudWatchEventsClient with AWS Credentials
|
|
AmazonCloudWatchEventsClient ( |
Constructs AmazonCloudWatchEventsClient 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.
|
|
AmazonCloudWatchEventsClient ( RegionEndpoint region ) : System |
Constructs AmazonCloudWatchEventsClient 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.
|
|
AmazonCloudWatchEventsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonCloudWatchEventsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCloudWatchEventsClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonCloudWatchEventsClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudWatchEventsClient Configuration object.
|
|
AmazonCloudWatchEventsClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonCloudWatchEventsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCloudWatchEventsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonCloudWatchEventsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCloudWatchEventsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonCloudWatchEventsClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudWatchEventsClient Configuration object.
|
|
AmazonCloudWatchEventsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonCloudWatchEventsClient with AWS Access Key ID and AWS Secret Key
|
|
BeginDeleteRule ( |
Initiates the asynchronous execution of the DeleteRule operation.
|
|
BeginDescribeRule ( |
Initiates the asynchronous execution of the DescribeRule operation.
|
|
BeginDisableRule ( |
Initiates the asynchronous execution of the DisableRule operation.
|
|
BeginEnableRule ( |
Initiates the asynchronous execution of the EnableRule operation.
|
|
BeginListRuleNamesByTarget ( |
Initiates the asynchronous execution of the ListRuleNamesByTarget operation.
|
|
BeginListRules ( |
Initiates the asynchronous execution of the ListRules operation.
|
|
BeginListTargetsByRule ( |
Initiates the asynchronous execution of the ListTargetsByRule operation.
|
|
BeginPutEvents ( |
Initiates the asynchronous execution of the PutEvents operation.
|
|
BeginPutRule ( |
Initiates the asynchronous execution of the PutRule operation.
|
|
BeginPutTargets ( |
Initiates the asynchronous execution of the PutTargets operation.
|
|
BeginRemoveTargets ( |
Initiates the asynchronous execution of the RemoveTargets operation.
|
|
BeginTestEventPattern ( TestEventPatternRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the TestEventPattern operation.
|
|
DeleteRule ( |
Deletes a rule. You must remove all targets from a rule using RemoveTargets before you can delete the rule. Note: When you delete a rule, incoming events might still continue to match to the deleted rule. Please allow a short period of time for changes to take effect.
|
|
DeleteRuleAsync ( |
Initiates the asynchronous execution of the DeleteRule operation.
|
|
DescribeRule ( |
Describes the details of the specified rule.
|
|
DescribeRuleAsync ( |
Initiates the asynchronous execution of the DescribeRule operation.
|
|
DisableRule ( |
Disables a rule. A disabled rule won't match any events, and won't self-trigger if it has a schedule expression. Note: When you disable a rule, incoming events might still continue to match to the disabled rule. Please allow a short period of time for changes to take effect.
|
|
DisableRuleAsync ( |
Initiates the asynchronous execution of the DisableRule operation.
|
|
EnableRule ( |
Enables a rule. If the rule does not exist, the operation fails. Note: When you enable a rule, incoming events might not immediately start matching to a newly enabled rule. Please allow a short period of time for changes to take effect.
|
|
EnableRuleAsync ( |
Initiates the asynchronous execution of the EnableRule operation.
|
|
EndDeleteRule ( IAsyncResult asyncResult ) : DeleteRuleResponse |
Finishes the asynchronous execution of the DeleteRule operation.
|
|
EndDescribeRule ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeRule operation.
|
|
EndDisableRule ( IAsyncResult asyncResult ) : DisableRuleResponse |
Finishes the asynchronous execution of the DisableRule operation.
|
|
EndEnableRule ( IAsyncResult asyncResult ) : EnableRuleResponse |
Finishes the asynchronous execution of the EnableRule operation.
|
|
EndListRuleNamesByTarget ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListRuleNamesByTarget operation.
|
|
EndListRules ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListRules operation.
|
|
EndListTargetsByRule ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListTargetsByRule operation.
|
|
EndPutEvents ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the PutEvents operation.
|
|
EndPutRule ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the PutRule operation.
|
|
EndPutTargets ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the PutTargets operation.
|
|
EndRemoveTargets ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the RemoveTargets operation.
|
|
EndTestEventPattern ( IAsyncResult asyncResult ) : TestEventPatternResponse |
Finishes the asynchronous execution of the TestEventPattern operation.
|
|
ListRuleNamesByTarget ( |
Lists the names of the rules that the given target is put to. You can see which of the rules in Amazon CloudWatch Events can invoke a specific target in your account. If you have more rules in your account than the given limit, the results will be paginated. In that case, use the next token returned in the response and repeat ListRulesByTarget until the NextToken in the response is returned as null.
|
|
ListRuleNamesByTargetAsync ( |
Initiates the asynchronous execution of the ListRuleNamesByTarget operation.
|
|
ListRules ( ) : |
Lists the Amazon CloudWatch Events rules in your account. You can either list all the rules or you can provide a prefix to match to the rule names. If you have more rules in your account than the given limit, the results will be paginated. In that case, use the next token returned in the response and repeat ListRules until the NextToken in the response is returned as null.
|
|
ListRules ( |
Lists the Amazon CloudWatch Events rules in your account. You can either list all the rules or you can provide a prefix to match to the rule names. If you have more rules in your account than the given limit, the results will be paginated. In that case, use the next token returned in the response and repeat ListRules until the NextToken in the response is returned as null.
|
|
ListRulesAsync ( |
Initiates the asynchronous execution of the ListRules operation.
|
|
ListRulesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Lists the Amazon CloudWatch Events rules in your account. You can either list all the rules or you can provide a prefix to match to the rule names. If you have more rules in your account than the given limit, the results will be paginated. In that case, use the next token returned in the response and repeat ListRules until the NextToken in the response is returned as null.
|
|
ListTargetsByRule ( |
Lists of targets assigned to the rule.
|
|
ListTargetsByRuleAsync ( |
Initiates the asynchronous execution of the ListTargetsByRule operation.
|
|
PutEvents ( |
Sends custom events to Amazon CloudWatch Events so that they can be matched to rules.
|
|
PutEventsAsync ( |
Initiates the asynchronous execution of the PutEvents operation.
|
|
PutRule ( |
Creates or updates a rule. Rules are enabled by default, or based on value of the State parameter. You can disable a rule using DisableRule. Note: When you create or update a rule, incoming events might not immediately start matching to new or updated rules. Please allow a short period of time for changes to take effect. A rule must contain at least an EventPattern or ScheduleExpression. Rules with EventPatterns are triggered when a matching event is observed. Rules with ScheduleExpressions self-trigger based on the given schedule. A rule can have both an EventPattern and a ScheduleExpression, in which case the rule will trigger on matching events as well as on a schedule. Note: Most services in AWS treat : or / as the same character in Amazon Resource Names (ARNs). However, CloudWatch Events uses an exact match in event patterns and rules. Be sure to use the correct ARN characters when creating event patterns so that they match the ARN syntax in the event you want to match.
|
|
PutRuleAsync ( |
Initiates the asynchronous execution of the PutRule operation.
|
|
PutTargets ( |
Adds target(s) to a rule. Targets are the resources that can be invoked when a rule is triggered. For example, AWS Lambda functions, Amazon Kinesis streams, and built-in targets. Updates the target(s) if they are already associated with the role. In other words, if there is already a target with the given target ID, then the target associated with that ID is updated. In order to be able to make API calls against the resources you own, Amazon CloudWatch Events needs the appropriate permissions. For AWS Lambda and Amazon SNS resources, CloudWatch Events relies on resource-based policies. For Amazon Kinesis streams, CloudWatch Events relies on IAM roles. For more information, see Permissions for Sending Events to Targets in the Amazon CloudWatch Developer Guide. Input and InputPath are mutually-exclusive and optional parameters of a target. When a rule is triggered due to a matched event, if for a target:
Note: When you add targets to a rule, when the associated rule triggers, new or updated targets might not be immediately invoked. Please allow a short period of time for changes to take effect.
|
|
PutTargetsAsync ( |
Initiates the asynchronous execution of the PutTargets operation.
|
|
RemoveTargets ( |
Removes target(s) from a rule so that when the rule is triggered, those targets will no longer be invoked. Note: When you remove a target, when the associated rule triggers, removed targets might still continue to be invoked. Please allow a short period of time for changes to take effect.
|
|
RemoveTargetsAsync ( |
Initiates the asynchronous execution of the RemoveTargets operation.
|
|
TestEventPattern ( TestEventPatternRequest request ) : TestEventPatternResponse |
Tests whether an event pattern matches the provided event. Note: Most services in AWS treat : or / as the same character in Amazon Resource Names (ARNs). However, CloudWatch Events uses an exact match in event patterns and rules. Be sure to use the correct ARN characters when creating event patterns so that they match the ARN syntax in the event you want to match.
|
|
TestEventPatternAsync ( TestEventPatternRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the TestEventPattern operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonCloudWatchEventsClient ( ) : System | ||
return | System |
public AmazonCloudWatchEventsClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonCloudWatchEventsClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonCloudWatchEventsClient Configuration Object | |
return | System |
public AmazonCloudWatchEventsClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonCloudWatchEventsClient ( |
||
config | The AmazonCloudWatchEventsClient Configuration Object | |
return | System |
public AmazonCloudWatchEventsClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonCloudWatchEventsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonCloudWatchEventsClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonCloudWatchEventsClient Configuration Object | |
return | System |
public AmazonCloudWatchEventsClient ( 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 |
public AmazonCloudWatchEventsClient ( 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 |
public AmazonCloudWatchEventsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonCloudWatchEventsClient Configuration Object | |
return | System |
public AmazonCloudWatchEventsClient ( 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 |
public BeginDeleteRule ( |
||
request | Container for the necessary parameters to execute the DeleteRule operation on AmazonCloudWatchEventsClient. | |
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 |
public BeginDescribeRule ( |
||
request | Container for the necessary parameters to execute the DescribeRule operation on AmazonCloudWatchEventsClient. | |
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 |
public BeginDisableRule ( |
||
request | Container for the necessary parameters to execute the DisableRule operation on AmazonCloudWatchEventsClient. | |
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 |
public BeginEnableRule ( |
||
request | Container for the necessary parameters to execute the EnableRule operation on AmazonCloudWatchEventsClient. | |
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 |
public BeginListRuleNamesByTarget ( |
||
request | Container for the necessary parameters to execute the ListRuleNamesByTarget operation on AmazonCloudWatchEventsClient. | |
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 |
public BeginListRules ( |
||
request | Container for the necessary parameters to execute the ListRules operation on AmazonCloudWatchEventsClient. | |
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 |
public BeginListTargetsByRule ( |
||
request | Container for the necessary parameters to execute the ListTargetsByRule operation on AmazonCloudWatchEventsClient. | |
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 |
public BeginPutEvents ( |
||
request | Container for the necessary parameters to execute the PutEvents operation on AmazonCloudWatchEventsClient. | |
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 |
public BeginPutRule ( |
||
request | Container for the necessary parameters to execute the PutRule operation on AmazonCloudWatchEventsClient. | |
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 |
public BeginPutTargets ( |
||
request | Container for the necessary parameters to execute the PutTargets operation on AmazonCloudWatchEventsClient. | |
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 |
public BeginRemoveTargets ( |
||
request | Container for the necessary parameters to execute the RemoveTargets operation on AmazonCloudWatchEventsClient. | |
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 |
public BeginTestEventPattern ( TestEventPatternRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.CloudWatchEvents.Model.TestEventPatternRequest | Container for the necessary parameters to execute the TestEventPattern operation on AmazonCloudWatchEventsClient. |
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 |
protected CreateSigner ( ) : |
||
return |
public DeleteRule ( |
||
request | Container for the necessary parameters to execute the DeleteRule service method. | |
return | DeleteRuleResponse |
public DeleteRuleAsync ( |
||
request | Container for the necessary parameters to execute the DeleteRule operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeRule ( |
||
request | Container for the necessary parameters to execute the DescribeRule service method. | |
return |
public DescribeRuleAsync ( |
||
request | Container for the necessary parameters to execute the DescribeRule operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DisableRule ( |
||
request | Container for the necessary parameters to execute the DisableRule service method. | |
return | DisableRuleResponse |
public DisableRuleAsync ( |
||
request | Container for the necessary parameters to execute the DisableRule operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EnableRule ( |
||
request | Container for the necessary parameters to execute the EnableRule service method. | |
return | EnableRuleResponse |
public EnableRuleAsync ( |
||
request | Container for the necessary parameters to execute the EnableRule operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EndDeleteRule ( IAsyncResult asyncResult ) : DeleteRuleResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteRule. |
return | DeleteRuleResponse |
public EndDescribeRule ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeRule. |
return |
public EndDisableRule ( IAsyncResult asyncResult ) : DisableRuleResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDisableRule. |
return | DisableRuleResponse |
public EndEnableRule ( IAsyncResult asyncResult ) : EnableRuleResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginEnableRule. |
return | EnableRuleResponse |
public EndListRuleNamesByTarget ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListRuleNamesByTarget. |
return |
public EndListRules ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListRules. |
return |
public EndListTargetsByRule ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListTargetsByRule. |
return |
public EndPutEvents ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutEvents. |
return |
public EndPutRule ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutRule. |
return |
public EndPutTargets ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutTargets. |
return |
public EndRemoveTargets ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRemoveTargets. |
return |
public EndTestEventPattern ( IAsyncResult asyncResult ) : TestEventPatternResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginTestEventPattern. |
return | Amazon.CloudWatchEvents.Model.TestEventPatternResponse |
public ListRuleNamesByTarget ( |
||
request | Container for the necessary parameters to execute the ListRuleNamesByTarget service method. | |
return |
public ListRuleNamesByTargetAsync ( |
||
request | Container for the necessary parameters to execute the ListRuleNamesByTarget operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListRules ( ) : |
||
return |
public ListRules ( |
||
request | Container for the necessary parameters to execute the ListRules service method. | |
return |
public ListRulesAsync ( |
||
request | Container for the necessary parameters to execute the ListRules operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListRulesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
||
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListTargetsByRule ( |
||
request | Container for the necessary parameters to execute the ListTargetsByRule service method. | |
return |
public ListTargetsByRuleAsync ( |
||
request | Container for the necessary parameters to execute the ListTargetsByRule operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutEvents ( |
||
request | Container for the necessary parameters to execute the PutEvents service method. | |
return |
public PutEventsAsync ( |
||
request | Container for the necessary parameters to execute the PutEvents operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutRule ( |
||
request | Container for the necessary parameters to execute the PutRule service method. | |
return |
public PutRuleAsync ( |
||
request | Container for the necessary parameters to execute the PutRule operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutTargets ( |
||
request | Container for the necessary parameters to execute the PutTargets service method. | |
return |
public PutTargetsAsync ( |
||
request | Container for the necessary parameters to execute the PutTargets operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public RemoveTargets ( |
||
request | Container for the necessary parameters to execute the RemoveTargets service method. | |
return |
public RemoveTargetsAsync ( |
||
request | Container for the necessary parameters to execute the RemoveTargets operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public TestEventPattern ( TestEventPatternRequest request ) : TestEventPatternResponse | ||
request | Amazon.CloudWatchEvents.Model.TestEventPatternRequest | Container for the necessary parameters to execute the TestEventPattern service method. |
return | Amazon.CloudWatchEvents.Model.TestEventPatternResponse |
public TestEventPatternAsync ( TestEventPatternRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.CloudWatchEvents.Model.TestEventPatternRequest | Container for the necessary parameters to execute the TestEventPattern operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |