C# Класс Amazon.AWSHealth.AmazonAWSHealthClient

Implementation for accessing AWSHealth AWS Health

Welcome to the AWS Health API documentation.

Наследование: AmazonServiceClient, IAmazonAWSHealth
Показать файл Открыть проект

Открытые методы

Метод Описание
AmazonAWSHealthClient ( ) : System

Constructs AmazonAWSHealthClient 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>

AmazonAWSHealthClient ( AWSCredentials credentials ) : System

Constructs AmazonAWSHealthClient with AWS Credentials

AmazonAWSHealthClient ( AWSCredentials credentials, AmazonAWSHealthConfig clientConfig ) : System

Constructs AmazonAWSHealthClient with AWS Credentials and an AmazonAWSHealthClient Configuration object.

AmazonAWSHealthClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonAWSHealthClient with AWS Credentials

AmazonAWSHealthClient ( AmazonAWSHealthConfig config ) : System

Constructs AmazonAWSHealthClient 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>

AmazonAWSHealthClient ( RegionEndpoint region ) : System

Constructs AmazonAWSHealthClient 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>

AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonAWSHealthClient with AWS Access Key ID and AWS Secret Key

AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonAWSHealthConfig clientConfig ) : System

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

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

Constructs AmazonAWSHealthClient with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonAWSHealthClient with AWS Access Key ID and AWS Secret Key

AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonAWSHealthConfig clientConfig ) : System

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

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

Constructs AmazonAWSHealthClient with AWS Access Key ID and AWS Secret Key

BeginDescribeAffectedEntities ( DescribeAffectedEntitiesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeAffectedEntities operation.

BeginDescribeEntityAggregates ( DescribeEntityAggregatesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEntityAggregates operation.

BeginDescribeEventAggregates ( DescribeEventAggregatesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEventAggregates operation.

BeginDescribeEventDetails ( DescribeEventDetailsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEventDetails operation.

BeginDescribeEventTypes ( DescribeEventTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEventTypes operation.

BeginDescribeEvents ( DescribeEventsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeEvents operation.

DescribeAffectedEntities ( DescribeAffectedEntitiesRequest request ) : DescribeAffectedEntitiesResponse

Gets a list of entities that have been attached to events, based on the specified filter criteria. Entities can refer to individual customer resources, groups of customer resources, or any other construct, depending on the AWS service. Events that have impact beyond that of the attached entities, or where the extent of impact is unknown, include at least one entity indicating this. If no filter criteria are specified, all entities are returned. Results are sorted by the lastUpdatedTime of the entity, starting with the most recent.

DescribeAffectedEntitiesAsync ( DescribeAffectedEntitiesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeAffectedEntities operation.

DescribeEntityAggregates ( DescribeEntityAggregatesRequest request ) : DescribeEntityAggregatesResponse

DescribeEntityAggregatesAsync ( DescribeEntityAggregatesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEntityAggregates operation.

DescribeEventAggregates ( DescribeEventAggregatesRequest request ) : DescribeEventAggregatesResponse

DescribeEventAggregatesAsync ( DescribeEventAggregatesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEventAggregates operation.

DescribeEventDetails ( DescribeEventDetailsRequest request ) : DescribeEventDetailsResponse

Gets detailed event information (excluding AffectedEntities) of an event that is affecting/has affected the caller. This will include a detailed description pertaining to the event, as well as any public metadata provided by the service-team that created the event.

DescribeEventDetailsAsync ( DescribeEventDetailsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEventDetails operation.

DescribeEventTypes ( DescribeEventTypesRequest request ) : DescribeEventTypesResponse

Gets a list of the event types that can be reported by Silvermine, based on the specified filter criteria. If no filter criteria are specified, all event types are returned, in no particular order.

DescribeEventTypesAsync ( DescribeEventTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEventTypes operation.

DescribeEvents ( DescribeEventsRequest request ) : DescribeEventsResponse

Gets a list of events, based on the specified filter criteria. Events are returned in a summary form and do not include attached resources (if they exist) nor publicly exposed metadata included by the service-team that posted the event. Filters allow for a single event to be retrieved, or multiple events matching the provided criteria. If no filter criteria are specified, all events are returned. Results are sorted by lastModifiedTime, starting with the the most recent.

DescribeEventsAsync ( DescribeEventsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeEvents operation.

EndDescribeAffectedEntities ( IAsyncResult asyncResult ) : DescribeAffectedEntitiesResponse

Finishes the asynchronous execution of the DescribeAffectedEntities operation.

EndDescribeEntityAggregates ( IAsyncResult asyncResult ) : DescribeEntityAggregatesResponse

Finishes the asynchronous execution of the DescribeEntityAggregates operation.

EndDescribeEventAggregates ( IAsyncResult asyncResult ) : DescribeEventAggregatesResponse

Finishes the asynchronous execution of the DescribeEventAggregates operation.

EndDescribeEventDetails ( IAsyncResult asyncResult ) : DescribeEventDetailsResponse

Finishes the asynchronous execution of the DescribeEventDetails operation.

EndDescribeEventTypes ( IAsyncResult asyncResult ) : DescribeEventTypesResponse

Finishes the asynchronous execution of the DescribeEventTypes operation.

EndDescribeEvents ( IAsyncResult asyncResult ) : DescribeEventsResponse

Finishes the asynchronous execution of the DescribeEvents operation.

Защищенные методы

Метод Описание
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Описание методов

AmazonAWSHealthClient() публичный Метод

Constructs AmazonAWSHealthClient 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 AmazonAWSHealthClient ( ) : System
Результат System

AmazonAWSHealthClient() публичный Метод

Constructs AmazonAWSHealthClient with AWS Credentials
public AmazonAWSHealthClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Результат System

AmazonAWSHealthClient() публичный Метод

Constructs AmazonAWSHealthClient with AWS Credentials and an AmazonAWSHealthClient Configuration object.
public AmazonAWSHealthClient ( AWSCredentials credentials, AmazonAWSHealthConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonAWSHealthConfig The AmazonAWSHealthClient Configuration Object
Результат System

AmazonAWSHealthClient() публичный Метод

Constructs AmazonAWSHealthClient with AWS Credentials
public AmazonAWSHealthClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Результат System

AmazonAWSHealthClient() публичный Метод

Constructs AmazonAWSHealthClient 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 AmazonAWSHealthClient ( AmazonAWSHealthConfig config ) : System
config AmazonAWSHealthConfig The AmazonAWSHealthClient Configuration Object
Результат System

AmazonAWSHealthClient() публичный Метод

Constructs AmazonAWSHealthClient 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 AmazonAWSHealthClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
Результат System

AmazonAWSHealthClient() публичный Метод

Constructs AmazonAWSHealthClient with AWS Access Key ID and AWS Secret Key
public AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
Результат System

AmazonAWSHealthClient() публичный Метод

Constructs AmazonAWSHealthClient with AWS Access Key ID, AWS Secret Key and an AmazonAWSHealthClient Configuration object.
public AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonAWSHealthConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonAWSHealthConfig The AmazonAWSHealthClient Configuration Object
Результат System

AmazonAWSHealthClient() публичный Метод

Constructs AmazonAWSHealthClient with AWS Access Key ID and AWS Secret Key
public AmazonAWSHealthClient ( 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

AmazonAWSHealthClient() публичный Метод

Constructs AmazonAWSHealthClient with AWS Access Key ID and AWS Secret Key
public AmazonAWSHealthClient ( 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

AmazonAWSHealthClient() публичный Метод

Constructs AmazonAWSHealthClient with AWS Access Key ID, AWS Secret Key and an AmazonAWSHealthClient Configuration object.
public AmazonAWSHealthClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonAWSHealthConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonAWSHealthConfig The AmazonAWSHealthClient Configuration Object
Результат System

AmazonAWSHealthClient() публичный Метод

Constructs AmazonAWSHealthClient with AWS Access Key ID and AWS Secret Key
public AmazonAWSHealthClient ( 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

BeginDescribeAffectedEntities() публичный Метод

Initiates the asynchronous execution of the DescribeAffectedEntities operation.
public BeginDescribeAffectedEntities ( DescribeAffectedEntitiesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AWSHealth.Model.DescribeAffectedEntitiesRequest Container for the necessary parameters to execute the DescribeAffectedEntities operation on AmazonAWSHealthClient.
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

BeginDescribeEntityAggregates() публичный Метод

Initiates the asynchronous execution of the DescribeEntityAggregates operation.
public BeginDescribeEntityAggregates ( DescribeEntityAggregatesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AWSHealth.Model.DescribeEntityAggregatesRequest Container for the necessary parameters to execute the DescribeEntityAggregates operation on AmazonAWSHealthClient.
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

BeginDescribeEventAggregates() публичный Метод

Initiates the asynchronous execution of the DescribeEventAggregates operation.
public BeginDescribeEventAggregates ( DescribeEventAggregatesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AWSHealth.Model.DescribeEventAggregatesRequest Container for the necessary parameters to execute the DescribeEventAggregates operation on AmazonAWSHealthClient.
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

BeginDescribeEventDetails() публичный Метод

Initiates the asynchronous execution of the DescribeEventDetails operation.
public BeginDescribeEventDetails ( DescribeEventDetailsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AWSHealth.Model.DescribeEventDetailsRequest Container for the necessary parameters to execute the DescribeEventDetails operation on AmazonAWSHealthClient.
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

BeginDescribeEventTypes() публичный Метод

Initiates the asynchronous execution of the DescribeEventTypes operation.
public BeginDescribeEventTypes ( DescribeEventTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AWSHealth.Model.DescribeEventTypesRequest Container for the necessary parameters to execute the DescribeEventTypes operation on AmazonAWSHealthClient.
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

BeginDescribeEvents() публичный Метод

Initiates the asynchronous execution of the DescribeEvents operation.
public BeginDescribeEvents ( DescribeEventsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AWSHealth.Model.DescribeEventsRequest Container for the necessary parameters to execute the DescribeEvents operation on AmazonAWSHealthClient.
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

CreateSigner() защищенный Метод

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Результат Amazon.Runtime.Internal.Auth.AbstractAWSSigner

DescribeAffectedEntities() публичный Метод

Gets a list of entities that have been attached to events, based on the specified filter criteria. Entities can refer to individual customer resources, groups of customer resources, or any other construct, depending on the AWS service. Events that have impact beyond that of the attached entities, or where the extent of impact is unknown, include at least one entity indicating this. If no filter criteria are specified, all entities are returned. Results are sorted by the lastUpdatedTime of the entity, starting with the most recent.
/// /// /// ///
public DescribeAffectedEntities ( DescribeAffectedEntitiesRequest request ) : DescribeAffectedEntitiesResponse
request Amazon.AWSHealth.Model.DescribeAffectedEntitiesRequest Container for the necessary parameters to execute the DescribeAffectedEntities service method.
Результат Amazon.AWSHealth.Model.DescribeAffectedEntitiesResponse

DescribeAffectedEntitiesAsync() публичный Метод

Initiates the asynchronous execution of the DescribeAffectedEntities operation.
public DescribeAffectedEntitiesAsync ( DescribeAffectedEntitiesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AWSHealth.Model.DescribeAffectedEntitiesRequest Container for the necessary parameters to execute the DescribeAffectedEntities operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeEntityAggregates() публичный Метод

public DescribeEntityAggregates ( DescribeEntityAggregatesRequest request ) : DescribeEntityAggregatesResponse
request Amazon.AWSHealth.Model.DescribeEntityAggregatesRequest Container for the necessary parameters to execute the DescribeEntityAggregates service method.
Результат Amazon.AWSHealth.Model.DescribeEntityAggregatesResponse

DescribeEntityAggregatesAsync() публичный Метод

Initiates the asynchronous execution of the DescribeEntityAggregates operation.
public DescribeEntityAggregatesAsync ( DescribeEntityAggregatesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AWSHealth.Model.DescribeEntityAggregatesRequest Container for the necessary parameters to execute the DescribeEntityAggregates operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeEventAggregates() публичный Метод

/// ///
public DescribeEventAggregates ( DescribeEventAggregatesRequest request ) : DescribeEventAggregatesResponse
request Amazon.AWSHealth.Model.DescribeEventAggregatesRequest Container for the necessary parameters to execute the DescribeEventAggregates service method.
Результат Amazon.AWSHealth.Model.DescribeEventAggregatesResponse

DescribeEventAggregatesAsync() публичный Метод

Initiates the asynchronous execution of the DescribeEventAggregates operation.
public DescribeEventAggregatesAsync ( DescribeEventAggregatesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AWSHealth.Model.DescribeEventAggregatesRequest Container for the necessary parameters to execute the DescribeEventAggregates operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeEventDetails() публичный Метод

Gets detailed event information (excluding AffectedEntities) of an event that is affecting/has affected the caller. This will include a detailed description pertaining to the event, as well as any public metadata provided by the service-team that created the event.
/// ///
public DescribeEventDetails ( DescribeEventDetailsRequest request ) : DescribeEventDetailsResponse
request Amazon.AWSHealth.Model.DescribeEventDetailsRequest Container for the necessary parameters to execute the DescribeEventDetails service method.
Результат Amazon.AWSHealth.Model.DescribeEventDetailsResponse

DescribeEventDetailsAsync() публичный Метод

Initiates the asynchronous execution of the DescribeEventDetails operation.
public DescribeEventDetailsAsync ( DescribeEventDetailsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AWSHealth.Model.DescribeEventDetailsRequest Container for the necessary parameters to execute the DescribeEventDetails operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeEventTypes() публичный Метод

Gets a list of the event types that can be reported by Silvermine, based on the specified filter criteria. If no filter criteria are specified, all event types are returned, in no particular order.
/// /// /// ///
public DescribeEventTypes ( DescribeEventTypesRequest request ) : DescribeEventTypesResponse
request Amazon.AWSHealth.Model.DescribeEventTypesRequest Container for the necessary parameters to execute the DescribeEventTypes service method.
Результат Amazon.AWSHealth.Model.DescribeEventTypesResponse

DescribeEventTypesAsync() публичный Метод

Initiates the asynchronous execution of the DescribeEventTypes operation.
public DescribeEventTypesAsync ( DescribeEventTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AWSHealth.Model.DescribeEventTypesRequest Container for the necessary parameters to execute the DescribeEventTypes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeEvents() публичный Метод

Gets a list of events, based on the specified filter criteria. Events are returned in a summary form and do not include attached resources (if they exist) nor publicly exposed metadata included by the service-team that posted the event. Filters allow for a single event to be retrieved, or multiple events matching the provided criteria. If no filter criteria are specified, all events are returned. Results are sorted by lastModifiedTime, starting with the the most recent.
/// /// /// ///
public DescribeEvents ( DescribeEventsRequest request ) : DescribeEventsResponse
request Amazon.AWSHealth.Model.DescribeEventsRequest Container for the necessary parameters to execute the DescribeEvents service method.
Результат Amazon.AWSHealth.Model.DescribeEventsResponse

DescribeEventsAsync() публичный Метод

Initiates the asynchronous execution of the DescribeEvents operation.
public DescribeEventsAsync ( DescribeEventsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AWSHealth.Model.DescribeEventsRequest Container for the necessary parameters to execute the DescribeEvents 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

EndDescribeAffectedEntities() публичный Метод

Finishes the asynchronous execution of the DescribeAffectedEntities operation.
public EndDescribeAffectedEntities ( IAsyncResult asyncResult ) : DescribeAffectedEntitiesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeAffectedEntities.
Результат Amazon.AWSHealth.Model.DescribeAffectedEntitiesResponse

EndDescribeEntityAggregates() публичный Метод

Finishes the asynchronous execution of the DescribeEntityAggregates operation.
public EndDescribeEntityAggregates ( IAsyncResult asyncResult ) : DescribeEntityAggregatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEntityAggregates.
Результат Amazon.AWSHealth.Model.DescribeEntityAggregatesResponse

EndDescribeEventAggregates() публичный Метод

Finishes the asynchronous execution of the DescribeEventAggregates operation.
public EndDescribeEventAggregates ( IAsyncResult asyncResult ) : DescribeEventAggregatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEventAggregates.
Результат Amazon.AWSHealth.Model.DescribeEventAggregatesResponse

EndDescribeEventDetails() публичный Метод

Finishes the asynchronous execution of the DescribeEventDetails operation.
public EndDescribeEventDetails ( IAsyncResult asyncResult ) : DescribeEventDetailsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEventDetails.
Результат Amazon.AWSHealth.Model.DescribeEventDetailsResponse

EndDescribeEventTypes() публичный Метод

Finishes the asynchronous execution of the DescribeEventTypes operation.
public EndDescribeEventTypes ( IAsyncResult asyncResult ) : DescribeEventTypesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEventTypes.
Результат Amazon.AWSHealth.Model.DescribeEventTypesResponse

EndDescribeEvents() публичный Метод

Finishes the asynchronous execution of the DescribeEvents operation.
public EndDescribeEvents ( IAsyncResult asyncResult ) : DescribeEventsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEvents.
Результат Amazon.AWSHealth.Model.DescribeEventsResponse