Method | Description | |
---|---|---|
AmazonCloudWatchClient ( ) : System |
Constructs AmazonCloudWatchClient 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.
|
|
AmazonCloudWatchClient ( |
Constructs AmazonCloudWatchClient with AWS Credentials
|
|
AmazonCloudWatchClient ( |
Constructs AmazonCloudWatchClient with AWS Credentials and an AmazonCloudWatchClient Configuration object.
|
|
AmazonCloudWatchClient ( |
Constructs AmazonCloudWatchClient with AWS Credentials
|
|
AmazonCloudWatchClient ( |
Constructs AmazonCloudWatchClient 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.
|
|
AmazonCloudWatchClient ( RegionEndpoint region ) : System |
Constructs AmazonCloudWatchClient 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.
|
|
AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonCloudWatchClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonCloudWatchClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudWatchClient Configuration object.
|
|
AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonCloudWatchClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonCloudWatchClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonCloudWatchClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudWatchClient Configuration object.
|
|
AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonCloudWatchClient with AWS Access Key ID and AWS Secret Key
|
|
BeginDeleteAlarms ( |
Initiates the asynchronous execution of the DeleteAlarms operation.
|
|
BeginDescribeAlarmHistory ( |
Initiates the asynchronous execution of the DescribeAlarmHistory operation.
|
|
BeginDescribeAlarms ( |
Initiates the asynchronous execution of the DescribeAlarms operation.
|
|
BeginDescribeAlarmsForMetric ( |
Initiates the asynchronous execution of the DescribeAlarmsForMetric operation.
|
|
BeginDisableAlarmActions ( |
Initiates the asynchronous execution of the DisableAlarmActions operation.
|
|
BeginEnableAlarmActions ( |
Initiates the asynchronous execution of the EnableAlarmActions operation.
|
|
BeginGetMetricStatistics ( |
Initiates the asynchronous execution of the GetMetricStatistics operation.
|
|
BeginListMetrics ( |
Initiates the asynchronous execution of the ListMetrics operation.
|
|
BeginPutMetricAlarm ( |
Initiates the asynchronous execution of the PutMetricAlarm operation.
|
|
BeginPutMetricData ( |
Initiates the asynchronous execution of the PutMetricData operation.
|
|
BeginSetAlarmState ( |
Initiates the asynchronous execution of the SetAlarmState operation.
|
|
DeleteAlarms ( |
Deletes the specified alarms. In the event of an error, no alarms are deleted.
|
|
DeleteAlarmsAsync ( |
Initiates the asynchronous execution of the DeleteAlarms operation.
|
|
DescribeAlarmHistory ( ) : |
Retrieves the history for the specified alarm. You can filter the results by date range or item type. If an alarm name is not specified, the histories for all alarms are returned. Note that Amazon CloudWatch retains the history of an alarm even if you delete the alarm.
|
|
DescribeAlarmHistory ( |
Retrieves the history for the specified alarm. You can filter the results by date range or item type. If an alarm name is not specified, the histories for all alarms are returned. Note that Amazon CloudWatch retains the history of an alarm even if you delete the alarm.
|
|
DescribeAlarmHistoryAsync ( |
Initiates the asynchronous execution of the DescribeAlarmHistory operation.
|
|
DescribeAlarmHistoryAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Retrieves the history for the specified alarm. You can filter the results by date range or item type. If an alarm name is not specified, the histories for all alarms are returned. Note that Amazon CloudWatch retains the history of an alarm even if you delete the alarm.
|
|
DescribeAlarms ( ) : |
Retrieves the specified alarms. If no alarms are specified, all alarms are returned. Alarms can be retrieved by using only a prefix for the alarm name, the alarm state, or a prefix for any action.
|
|
DescribeAlarms ( |
Retrieves the specified alarms. If no alarms are specified, all alarms are returned. Alarms can be retrieved by using only a prefix for the alarm name, the alarm state, or a prefix for any action.
|
|
DescribeAlarmsAsync ( |
Initiates the asynchronous execution of the DescribeAlarms operation.
|
|
DescribeAlarmsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Retrieves the specified alarms. If no alarms are specified, all alarms are returned. Alarms can be retrieved by using only a prefix for the alarm name, the alarm state, or a prefix for any action.
|
|
DescribeAlarmsForMetric ( |
Retrieves the alarms for the specified metric. Specify a statistic, period, or unit to filter the results.
|
|
DescribeAlarmsForMetricAsync ( |
Initiates the asynchronous execution of the DescribeAlarmsForMetric operation.
|
|
DisableAlarmActions ( |
Disables the actions for the specified alarms. When an alarm's actions are disabled, the alarm actions do not execute when the alarm state changes.
|
|
DisableAlarmActionsAsync ( |
Initiates the asynchronous execution of the DisableAlarmActions operation.
|
|
EnableAlarmActions ( |
Enables the actions for the specified alarms.
|
|
EnableAlarmActionsAsync ( |
Initiates the asynchronous execution of the EnableAlarmActions operation.
|
|
EndDeleteAlarms ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.DeleteAlarmsResponse |
Finishes the asynchronous execution of the DeleteAlarms operation.
|
|
EndDescribeAlarmHistory ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeAlarmHistory operation.
|
|
EndDescribeAlarms ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeAlarms operation.
|
|
EndDescribeAlarmsForMetric ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeAlarmsForMetric operation.
|
|
EndDisableAlarmActions ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.DisableAlarmActionsResponse |
Finishes the asynchronous execution of the DisableAlarmActions operation.
|
|
EndEnableAlarmActions ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.EnableAlarmActionsResponse |
Finishes the asynchronous execution of the EnableAlarmActions operation.
|
|
EndGetMetricStatistics ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetMetricStatistics operation.
|
|
EndListMetrics ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListMetrics operation.
|
|
EndPutMetricAlarm ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.PutMetricAlarmResponse |
Finishes the asynchronous execution of the PutMetricAlarm operation.
|
|
EndPutMetricData ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.PutMetricDataResponse |
Finishes the asynchronous execution of the PutMetricData operation.
|
|
EndSetAlarmState ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.SetAlarmStateResponse |
Finishes the asynchronous execution of the SetAlarmState operation.
|
|
GetMetricStatistics ( |
Gets statistics for the specified metric. Amazon CloudWatch retains metric data as follows:
Note that CloudWatch started retaining 5-minute and 1-hour metric data as of 9 July 2016. The maximum number of data points returned from a single call is 1,440. If you request more than 1,440 data points, Amazon CloudWatch returns an error. To reduce the number of data points, you can narrow the specified time range and make multiple requests across adjacent time ranges, or you can increase the specified period. A period can be as short as one minute (60 seconds). Note that data points are not returned in chronological order. Amazon CloudWatch aggregates data points based on the length of the period that you specify. For example, if you request statistics with a one-hour period, Amazon CloudWatch aggregates all data points with time stamps that fall within each one-hour period. Therefore, the number of values aggregated by CloudWatch is larger than the number of data points returned. For a list of metrics and dimensions supported by AWS services, see the Amazon CloudWatch Metrics and Dimensions Reference in the Amazon CloudWatch User Guide.
|
|
GetMetricStatisticsAsync ( |
Initiates the asynchronous execution of the GetMetricStatistics operation.
|
|
ListMetrics ( ) : |
List the specified metrics. You can use the returned metrics with GetMetricStatistics to obtain statistical data. Up to 500 results are returned for any one call. To retrieve additional results, use the returned token with subsequent calls. After you create a metric, allow up to fifteen minutes before the metric appears. Statistics about the metric, however, are available sooner using GetMetricStatistics.
|
|
ListMetrics ( |
List the specified metrics. You can use the returned metrics with GetMetricStatistics to obtain statistical data. Up to 500 results are returned for any one call. To retrieve additional results, use the returned token with subsequent calls. After you create a metric, allow up to fifteen minutes before the metric appears. Statistics about the metric, however, are available sooner using GetMetricStatistics.
|
|
ListMetricsAsync ( |
Initiates the asynchronous execution of the ListMetrics operation.
|
|
ListMetricsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
List the specified metrics. You can use the returned metrics with GetMetricStatistics to obtain statistical data. Up to 500 results are returned for any one call. To retrieve additional results, use the returned token with subsequent calls. After you create a metric, allow up to fifteen minutes before the metric appears. Statistics about the metric, however, are available sooner using GetMetricStatistics.
|
|
PutMetricAlarm ( |
Creates or updates an alarm and associates it with the specified metric. Optionally, this operation can associate one or more Amazon SNS resources with the alarm. When this operation creates an alarm, the alarm state is immediately set to When you update an existing alarm, its state is left unchanged, but the update completely overwrites the previous configuration of the alarm. If you are an AWS Identity and Access Management (IAM) user, you must have Amazon EC2 permissions for some operations:
If you have read/write permissions for Amazon CloudWatch but not for Amazon EC2, you can still create an alarm, but the stop or terminate actions won't be performed. However, if you are later granted the required permissions, the alarm actions that you created earlier will be performed. If you are using an IAM role (for example, an Amazon EC2 instance profile), you cannot stop or terminate the instance using alarm actions. However, you can still see the alarm state and perform any other actions such as Amazon SNS notifications or Auto Scaling policies. If you are using temporary security credentials granted using the AWS Security Token Service (AWS STS), you cannot stop or terminate an Amazon EC2 instance using alarm actions. Note that you must create at least one stop, terminate, or reboot alarm using the Amazon EC2 or CloudWatch console to create the EC2ActionsAccess IAM role. After this IAM role is created, you can create stop, terminate, or reboot alarms using a command-line interface or an API.
|
|
PutMetricAlarmAsync ( |
Initiates the asynchronous execution of the PutMetricAlarm operation.
|
|
PutMetricData ( |
Publishes metric data points to Amazon CloudWatch. Amazon CloudWatch associates the data points with the specified metric. If the specified metric does not exist, Amazon CloudWatch creates the metric. When Amazon CloudWatch creates a metric, it can take up to fifteen minutes for the metric to appear in calls to ListMetrics. Each Although the Data points with time stamps from 24 hours ago or longer can take at least 48 hours to become available for GetMetricStatistics from the time they are submitted.
|
|
PutMetricDataAsync ( |
Initiates the asynchronous execution of the PutMetricData operation.
|
|
SetAlarmState ( |
Temporarily sets the state of an alarm for testing purposes. When the updated state differs from the previous value, the action configured for the appropriate state is invoked. For example, if your alarm is configured to send an Amazon SNS message when an alarm is triggered, temporarily changing the alarm state to
|
|
SetAlarmStateAsync ( |
Initiates the asynchronous execution of the SetAlarmState operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonCloudWatchClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonCloudWatchClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonCloudWatchClient Configuration Object | |
return | System |
public AmazonCloudWatchClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonCloudWatchClient ( |
||
config | The AmazonCloudWatchClient Configuration Object | |
return | System |
public AmazonCloudWatchClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonCloudWatchClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonCloudWatchClient Configuration Object | |
return | System |
public AmazonCloudWatchClient ( 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 AmazonCloudWatchClient ( 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 AmazonCloudWatchClient ( 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 AmazonCloudWatchClient Configuration Object | |
return | System |
public AmazonCloudWatchClient ( 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 BeginDeleteAlarms ( |
||
request | Container for the necessary parameters to execute the DeleteAlarms operation on AmazonCloudWatchClient. | |
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 BeginDescribeAlarmHistory ( |
||
request | Container for the necessary parameters to execute the DescribeAlarmHistory operation on AmazonCloudWatchClient. | |
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 BeginDescribeAlarms ( |
||
request | Container for the necessary parameters to execute the DescribeAlarms operation on AmazonCloudWatchClient. | |
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 BeginDescribeAlarmsForMetric ( |
||
request | Container for the necessary parameters to execute the DescribeAlarmsForMetric operation on AmazonCloudWatchClient. | |
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 BeginDisableAlarmActions ( |
||
request | Container for the necessary parameters to execute the DisableAlarmActions operation on AmazonCloudWatchClient. | |
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 BeginEnableAlarmActions ( |
||
request | Container for the necessary parameters to execute the EnableAlarmActions operation on AmazonCloudWatchClient. | |
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 BeginGetMetricStatistics ( |
||
request | Container for the necessary parameters to execute the GetMetricStatistics operation on AmazonCloudWatchClient. | |
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 BeginListMetrics ( |
||
request | Container for the necessary parameters to execute the ListMetrics operation on AmazonCloudWatchClient. | |
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 BeginPutMetricAlarm ( |
||
request | Container for the necessary parameters to execute the PutMetricAlarm operation on AmazonCloudWatchClient. | |
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 BeginPutMetricData ( |
||
request | Container for the necessary parameters to execute the PutMetricData operation on AmazonCloudWatchClient. | |
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 BeginSetAlarmState ( |
||
request | Container for the necessary parameters to execute the SetAlarmState operation on AmazonCloudWatchClient. | |
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 DeleteAlarms ( |
||
request | Container for the necessary parameters to execute the DeleteAlarms service method. | |
return | Amazon.CloudWatch.Model.DeleteAlarmsResponse |
public DeleteAlarmsAsync ( |
||
request | Container for the necessary parameters to execute the DeleteAlarms operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeAlarmHistory ( ) : |
||
return |
public DescribeAlarmHistory ( |
||
request | Container for the necessary parameters to execute the DescribeAlarmHistory service method. | |
return |
public DescribeAlarmHistoryAsync ( |
||
request | Container for the necessary parameters to execute the DescribeAlarmHistory operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeAlarmHistoryAsync ( 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 DescribeAlarms ( ) : |
||
return |
public DescribeAlarms ( |
||
request | Container for the necessary parameters to execute the DescribeAlarms service method. | |
return |
public DescribeAlarmsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeAlarms operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeAlarmsAsync ( 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 DescribeAlarmsForMetric ( |
||
request | Container for the necessary parameters to execute the DescribeAlarmsForMetric service method. | |
return |
public DescribeAlarmsForMetricAsync ( |
||
request | Container for the necessary parameters to execute the DescribeAlarmsForMetric operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DisableAlarmActions ( |
||
request | Container for the necessary parameters to execute the DisableAlarmActions service method. | |
return | Amazon.CloudWatch.Model.DisableAlarmActionsResponse |
public DisableAlarmActionsAsync ( |
||
request | Container for the necessary parameters to execute the DisableAlarmActions operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EnableAlarmActions ( |
||
request | Container for the necessary parameters to execute the EnableAlarmActions service method. | |
return | Amazon.CloudWatch.Model.EnableAlarmActionsResponse |
public EnableAlarmActionsAsync ( |
||
request | Container for the necessary parameters to execute the EnableAlarmActions operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EndDeleteAlarms ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.DeleteAlarmsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteAlarms. |
return | Amazon.CloudWatch.Model.DeleteAlarmsResponse |
public EndDescribeAlarmHistory ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeAlarmHistory. |
return |
public EndDescribeAlarms ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeAlarms. |
return |
public EndDescribeAlarmsForMetric ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeAlarmsForMetric. |
return |
public EndDisableAlarmActions ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.DisableAlarmActionsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDisableAlarmActions. |
return | Amazon.CloudWatch.Model.DisableAlarmActionsResponse |
public EndEnableAlarmActions ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.EnableAlarmActionsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginEnableAlarmActions. |
return | Amazon.CloudWatch.Model.EnableAlarmActionsResponse |
public EndGetMetricStatistics ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetMetricStatistics. |
return |
public EndListMetrics ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListMetrics. |
return |
public EndPutMetricAlarm ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.PutMetricAlarmResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutMetricAlarm. |
return | Amazon.CloudWatch.Model.PutMetricAlarmResponse |
public EndPutMetricData ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.PutMetricDataResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginPutMetricData. |
return | Amazon.CloudWatch.Model.PutMetricDataResponse |
public EndSetAlarmState ( IAsyncResult asyncResult ) : Amazon.CloudWatch.Model.SetAlarmStateResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSetAlarmState. |
return | Amazon.CloudWatch.Model.SetAlarmStateResponse |
public GetMetricStatistics ( |
||
request | Container for the necessary parameters to execute the GetMetricStatistics service method. | |
return |
public GetMetricStatisticsAsync ( |
||
request | Container for the necessary parameters to execute the GetMetricStatistics operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListMetrics ( ) : |
||
return |
public ListMetrics ( |
||
request | Container for the necessary parameters to execute the ListMetrics service method. | |
return |
public ListMetricsAsync ( |
||
request | Container for the necessary parameters to execute the ListMetrics operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ListMetricsAsync ( 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 PutMetricAlarm ( |
||
request | Container for the necessary parameters to execute the PutMetricAlarm service method. | |
return | Amazon.CloudWatch.Model.PutMetricAlarmResponse |
public PutMetricAlarmAsync ( |
||
request | Container for the necessary parameters to execute the PutMetricAlarm operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public PutMetricData ( |
||
request | Container for the necessary parameters to execute the PutMetricData service method. | |
return | Amazon.CloudWatch.Model.PutMetricDataResponse |
public PutMetricDataAsync ( |
||
request | Container for the necessary parameters to execute the PutMetricData operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public SetAlarmState ( |
||
request | Container for the necessary parameters to execute the SetAlarmState service method. | |
return | Amazon.CloudWatch.Model.SetAlarmStateResponse |
public SetAlarmStateAsync ( |
||
request | Container for the necessary parameters to execute the SetAlarmState operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |