Method | Description | |
---|---|---|
AddAttachmentsToSet ( |
Adds one or more attachments to an attachment set. If an An attachment set is a temporary container for attachments that are to be added to a case or case communication. The set is available for one hour after it is created; the
|
|
AddAttachmentsToSetAsync ( |
Initiates the asynchronous execution of the AddAttachmentsToSet operation.
|
|
AddCommunicationToCase ( |
Adds additional customer communication to an AWS Support case. You use the The response indicates the success or failure of the request. This operation implements a subset of the features of the AWS Support Center.
|
|
AddCommunicationToCaseAsync ( |
Initiates the asynchronous execution of the AddCommunicationToCase operation.
|
|
AmazonAWSSupportClient ( ) : System |
Constructs AmazonAWSSupportClient 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.
|
|
AmazonAWSSupportClient ( |
Constructs AmazonAWSSupportClient with AWS Credentials
|
|
AmazonAWSSupportClient ( |
Constructs AmazonAWSSupportClient with AWS Credentials and an AmazonAWSSupportClient Configuration object.
|
|
AmazonAWSSupportClient ( |
Constructs AmazonAWSSupportClient with AWS Credentials
|
|
AmazonAWSSupportClient ( |
Constructs AmazonAWSSupportClient 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.
|
|
AmazonAWSSupportClient ( RegionEndpoint region ) : System |
Constructs AmazonAWSSupportClient 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.
|
|
AmazonAWSSupportClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonAWSSupportClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonAWSSupportClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonAWSSupportConfig clientConfig ) : System |
Constructs AmazonAWSSupportClient with AWS Access Key ID, AWS Secret Key and an AmazonAWSSupportClient Configuration object.
|
|
AmazonAWSSupportClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonAWSSupportClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonAWSSupportClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonAWSSupportClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonAWSSupportClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonAWSSupportConfig clientConfig ) : System |
Constructs AmazonAWSSupportClient with AWS Access Key ID, AWS Secret Key and an AmazonAWSSupportClient Configuration object.
|
|
AmazonAWSSupportClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonAWSSupportClient with AWS Access Key ID and AWS Secret Key
|
|
BeginAddAttachmentsToSet ( AddAttachmentsToSetRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the AddAttachmentsToSet operation.
|
|
BeginAddCommunicationToCase ( AddCommunicationToCaseRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the AddCommunicationToCase operation.
|
|
BeginCreateCase ( CreateCaseRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the CreateCase operation.
|
|
BeginDescribeAttachment ( DescribeAttachmentRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeAttachment operation.
|
|
BeginDescribeCases ( DescribeCasesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeCases operation.
|
|
BeginDescribeCommunications ( DescribeCommunicationsRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeCommunications operation.
|
|
BeginDescribeServices ( DescribeServicesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeServices operation.
|
|
BeginDescribeSeverityLevels ( DescribeSeverityLevelsRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeSeverityLevels operation.
|
|
BeginDescribeTrustedAdvisorCheckRefreshStatuses ( DescribeTrustedAdvisorCheckRefreshStatusesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeTrustedAdvisorCheckRefreshStatuses operation.
|
|
BeginDescribeTrustedAdvisorCheckResult ( DescribeTrustedAdvisorCheckResultRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeTrustedAdvisorCheckResult operation.
|
|
BeginDescribeTrustedAdvisorCheckSummaries ( DescribeTrustedAdvisorCheckSummariesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeTrustedAdvisorCheckSummaries operation.
|
|
BeginDescribeTrustedAdvisorChecks ( DescribeTrustedAdvisorChecksRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeTrustedAdvisorChecks operation.
|
|
BeginRefreshTrustedAdvisorCheck ( RefreshTrustedAdvisorCheckRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the RefreshTrustedAdvisorCheck operation.
|
|
BeginResolveCase ( ResolveCaseRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the ResolveCase operation.
|
|
CreateCase ( CreateCaseRequest request ) : CreateCaseResponse |
Creates a new case in the AWS Support Center. This operation is modeled on the behavior of the AWS Support Center Create Case page. Its parameters require you to specify the following information:
To add additional communication or attachments to an existing case, use AddCommunicationToCase. A successful CreateCase request returns an AWS Support case number. Case numbers are used by the DescribeCases operation to retrieve existing AWS Support cases.
|
|
CreateCaseAsync ( CreateCaseRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the CreateCase operation.
|
|
DescribeAttachment ( DescribeAttachmentRequest request ) : DescribeAttachmentResponse |
Returns the attachment that has the specified ID. Attachment IDs are generated by the case management system when you add an attachment to a case or case communication. Attachment IDs are returned in the AttachmentDetails objects that are returned by the DescribeCommunications operation.
|
|
DescribeAttachmentAsync ( DescribeAttachmentRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeAttachment operation.
|
|
DescribeCases ( DescribeCasesRequest request ) : DescribeCasesResponse |
Returns a list of cases that you specify by passing one or more case IDs. In addition, you can filter the cases by date by setting values for the Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error. The response returns the following in JSON format:
|
|
DescribeCasesAsync ( DescribeCasesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeCases operation.
|
|
DescribeCommunications ( DescribeCommunicationsRequest request ) : DescribeCommunicationsResponse |
Returns communications (and attachments) for one or more support cases. You can use the Case data is available for 12 months after creation. If a case was created more than 12 months ago, a request for data might cause an error. You can use the
|
|
DescribeCommunicationsAsync ( DescribeCommunicationsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeCommunications operation.
|
|
DescribeServices ( ) : DescribeServicesResponse |
Returns the current list of AWS services and a list of service categories that applies to each one. You then use service names and categories in your CreateCase requests. Each AWS service has its own set of categories. The service codes and category codes correspond to the values that are displayed in the Service and Category drop-down lists on the AWS Support Center Create Case page. The values in those fields, however, do not necessarily match the service codes and categories returned by the
|
|
DescribeServices ( DescribeServicesRequest request ) : DescribeServicesResponse |
Returns the current list of AWS services and a list of service categories that applies to each one. You then use service names and categories in your CreateCase requests. Each AWS service has its own set of categories. The service codes and category codes correspond to the values that are displayed in the Service and Category drop-down lists on the AWS Support Center Create Case page. The values in those fields, however, do not necessarily match the service codes and categories returned by the
|
|
DescribeServicesAsync ( DescribeServicesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeServices operation.
|
|
DescribeServicesAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Returns the current list of AWS services and a list of service categories that applies to each one. You then use service names and categories in your CreateCase requests. Each AWS service has its own set of categories. The service codes and category codes correspond to the values that are displayed in the Service and Category drop-down lists on the AWS Support Center Create Case page. The values in those fields, however, do not necessarily match the service codes and categories returned by the
|
|
DescribeSeverityLevels ( ) : DescribeSeverityLevelsResponse |
Returns the list of severity levels that you can assign to an AWS Support case. The severity level for a case is also a field in the CaseDetails data type included in any CreateCase request.
|
|
DescribeSeverityLevels ( DescribeSeverityLevelsRequest request ) : DescribeSeverityLevelsResponse |
Returns the list of severity levels that you can assign to an AWS Support case. The severity level for a case is also a field in the CaseDetails data type included in any CreateCase request.
|
|
DescribeSeverityLevelsAsync ( DescribeSeverityLevelsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeSeverityLevels operation.
|
|
DescribeSeverityLevelsAsync ( System cancellationToken = default(CancellationToken) ) : Task |
Returns the list of severity levels that you can assign to an AWS Support case. The severity level for a case is also a field in the CaseDetails data type included in any CreateCase request.
|
|
DescribeTrustedAdvisorCheckRefreshStatuses ( DescribeTrustedAdvisorCheckRefreshStatusesRequest request ) : DescribeTrustedAdvisorCheckRefreshStatusesResponse |
Returns the refresh status of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks. Some checks are refreshed automatically, and their refresh statuses cannot be retrieved by using this operation. Use of the
|
|
DescribeTrustedAdvisorCheckRefreshStatusesAsync ( DescribeTrustedAdvisorCheckRefreshStatusesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeTrustedAdvisorCheckRefreshStatuses operation.
|
|
DescribeTrustedAdvisorCheckResult ( DescribeTrustedAdvisorCheckResultRequest request ) : DescribeTrustedAdvisorCheckResultResponse |
Returns the results of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks. The response contains a TrustedAdvisorCheckResult object, which contains these three objects: In addition, the response contains these fields:
|
|
DescribeTrustedAdvisorCheckResultAsync ( DescribeTrustedAdvisorCheckResultRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeTrustedAdvisorCheckResult operation.
|
|
DescribeTrustedAdvisorCheckSummaries ( DescribeTrustedAdvisorCheckSummariesRequest request ) : DescribeTrustedAdvisorCheckSummariesResponse |
Returns the summaries of the results of the Trusted Advisor checks that have the specified check IDs. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks. The response contains an array of TrustedAdvisorCheckSummary objects.
|
|
DescribeTrustedAdvisorCheckSummariesAsync ( DescribeTrustedAdvisorCheckSummariesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeTrustedAdvisorCheckSummaries operation.
|
|
DescribeTrustedAdvisorChecks ( DescribeTrustedAdvisorChecksRequest request ) : DescribeTrustedAdvisorChecksResponse |
Returns information about all available Trusted Advisor checks, including name, ID, category, description, and metadata. You must specify a language code; English ("en") and Japanese ("ja") are currently supported. The response contains a TrustedAdvisorCheckDescription for each check.
|
|
DescribeTrustedAdvisorChecksAsync ( DescribeTrustedAdvisorChecksRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeTrustedAdvisorChecks operation.
|
|
EndAddAttachmentsToSet ( IAsyncResult asyncResult ) : AddAttachmentsToSetResponse |
Finishes the asynchronous execution of the AddAttachmentsToSet operation.
|
|
EndAddCommunicationToCase ( IAsyncResult asyncResult ) : AddCommunicationToCaseResponse |
Finishes the asynchronous execution of the AddCommunicationToCase operation.
|
|
EndCreateCase ( IAsyncResult asyncResult ) : CreateCaseResponse |
Finishes the asynchronous execution of the CreateCase operation.
|
|
EndDescribeAttachment ( IAsyncResult asyncResult ) : DescribeAttachmentResponse |
Finishes the asynchronous execution of the DescribeAttachment operation.
|
|
EndDescribeCases ( IAsyncResult asyncResult ) : DescribeCasesResponse |
Finishes the asynchronous execution of the DescribeCases operation.
|
|
EndDescribeCommunications ( IAsyncResult asyncResult ) : DescribeCommunicationsResponse |
Finishes the asynchronous execution of the DescribeCommunications operation.
|
|
EndDescribeServices ( IAsyncResult asyncResult ) : DescribeServicesResponse |
Finishes the asynchronous execution of the DescribeServices operation.
|
|
EndDescribeSeverityLevels ( IAsyncResult asyncResult ) : DescribeSeverityLevelsResponse |
Finishes the asynchronous execution of the DescribeSeverityLevels operation.
|
|
EndDescribeTrustedAdvisorCheckRefreshStatuses ( IAsyncResult asyncResult ) : DescribeTrustedAdvisorCheckRefreshStatusesResponse |
Finishes the asynchronous execution of the DescribeTrustedAdvisorCheckRefreshStatuses operation.
|
|
EndDescribeTrustedAdvisorCheckResult ( IAsyncResult asyncResult ) : DescribeTrustedAdvisorCheckResultResponse |
Finishes the asynchronous execution of the DescribeTrustedAdvisorCheckResult operation.
|
|
EndDescribeTrustedAdvisorCheckSummaries ( IAsyncResult asyncResult ) : DescribeTrustedAdvisorCheckSummariesResponse |
Finishes the asynchronous execution of the DescribeTrustedAdvisorCheckSummaries operation.
|
|
EndDescribeTrustedAdvisorChecks ( IAsyncResult asyncResult ) : DescribeTrustedAdvisorChecksResponse |
Finishes the asynchronous execution of the DescribeTrustedAdvisorChecks operation.
|
|
EndRefreshTrustedAdvisorCheck ( IAsyncResult asyncResult ) : RefreshTrustedAdvisorCheckResponse |
Finishes the asynchronous execution of the RefreshTrustedAdvisorCheck operation.
|
|
EndResolveCase ( IAsyncResult asyncResult ) : ResolveCaseResponse |
Finishes the asynchronous execution of the ResolveCase operation.
|
|
RefreshTrustedAdvisorCheck ( RefreshTrustedAdvisorCheckRequest request ) : RefreshTrustedAdvisorCheckResponse |
Requests a refresh of the Trusted Advisor check that has the specified check ID. Check IDs can be obtained by calling DescribeTrustedAdvisorChecks. Some checks are refreshed automatically, and they cannot be refreshed by using this operation. Use of the The response contains a TrustedAdvisorCheckRefreshStatus object, which contains these fields:
|
|
RefreshTrustedAdvisorCheckAsync ( RefreshTrustedAdvisorCheckRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the RefreshTrustedAdvisorCheck operation.
|
|
ResolveCase ( ResolveCaseRequest request ) : ResolveCaseResponse |
Takes a
|
|
ResolveCaseAsync ( ResolveCaseRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ResolveCase operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : AbstractAWSSigner |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AddAttachmentsToSet ( |
||
request | Container for the necessary parameters to execute the AddAttachmentsToSet service method. | |
return |
public AddAttachmentsToSetAsync ( |
||
request | Container for the necessary parameters to execute the AddAttachmentsToSet operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AddCommunicationToCase ( |
||
request | Container for the necessary parameters to execute the AddCommunicationToCase service method. | |
return |
public AddCommunicationToCaseAsync ( |
||
request | Container for the necessary parameters to execute the AddCommunicationToCase operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AmazonAWSSupportClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonAWSSupportClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonAWSSupportClient Configuration Object | |
return | System |
public AmazonAWSSupportClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonAWSSupportClient ( |
||
config | The AmazonAWSSupportClient Configuration Object | |
return | System |
public AmazonAWSSupportClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonAWSSupportClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonAWSSupportClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonAWSSupportConfig clientConfig ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | AmazonAWSSupportConfig | The AmazonAWSSupportClient Configuration Object |
return | System |
public AmazonAWSSupportClient ( 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 AmazonAWSSupportClient ( 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 AmazonAWSSupportClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonAWSSupportConfig clientConfig ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | AmazonAWSSupportConfig | The AmazonAWSSupportClient Configuration Object |
return | System |
public AmazonAWSSupportClient ( 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 BeginAddAttachmentsToSet ( AddAttachmentsToSetRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | AddAttachmentsToSetRequest | Container for the necessary parameters to execute the AddAttachmentsToSet operation on AmazonAWSSupportClient. |
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 BeginAddCommunicationToCase ( AddCommunicationToCaseRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | AddCommunicationToCaseRequest | Container for the necessary parameters to execute the AddCommunicationToCase operation on AmazonAWSSupportClient. |
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 BeginCreateCase ( CreateCaseRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | CreateCaseRequest | Container for the necessary parameters to execute the CreateCase operation on AmazonAWSSupportClient. |
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 BeginDescribeAttachment ( DescribeAttachmentRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeAttachmentRequest | Container for the necessary parameters to execute the DescribeAttachment operation on AmazonAWSSupportClient. |
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 BeginDescribeCases ( DescribeCasesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeCasesRequest | Container for the necessary parameters to execute the DescribeCases operation on AmazonAWSSupportClient. |
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 BeginDescribeCommunications ( DescribeCommunicationsRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeCommunicationsRequest | Container for the necessary parameters to execute the DescribeCommunications operation on AmazonAWSSupportClient. |
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 BeginDescribeServices ( DescribeServicesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeServicesRequest | Container for the necessary parameters to execute the DescribeServices operation on AmazonAWSSupportClient. |
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 BeginDescribeSeverityLevels ( DescribeSeverityLevelsRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeSeverityLevelsRequest | Container for the necessary parameters to execute the DescribeSeverityLevels operation on AmazonAWSSupportClient. |
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 BeginDescribeTrustedAdvisorCheckRefreshStatuses ( DescribeTrustedAdvisorCheckRefreshStatusesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeTrustedAdvisorCheckRefreshStatusesRequest | Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckRefreshStatuses operation on AmazonAWSSupportClient. |
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 BeginDescribeTrustedAdvisorCheckResult ( DescribeTrustedAdvisorCheckResultRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeTrustedAdvisorCheckResultRequest | Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckResult operation on AmazonAWSSupportClient. |
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 BeginDescribeTrustedAdvisorCheckSummaries ( DescribeTrustedAdvisorCheckSummariesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeTrustedAdvisorCheckSummariesRequest | Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckSummaries operation on AmazonAWSSupportClient. |
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 BeginDescribeTrustedAdvisorChecks ( DescribeTrustedAdvisorChecksRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | DescribeTrustedAdvisorChecksRequest | Container for the necessary parameters to execute the DescribeTrustedAdvisorChecks operation on AmazonAWSSupportClient. |
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 BeginRefreshTrustedAdvisorCheck ( RefreshTrustedAdvisorCheckRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | RefreshTrustedAdvisorCheckRequest | Container for the necessary parameters to execute the RefreshTrustedAdvisorCheck operation on AmazonAWSSupportClient. |
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 BeginResolveCase ( ResolveCaseRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | ResolveCaseRequest | Container for the necessary parameters to execute the ResolveCase operation on AmazonAWSSupportClient. |
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 CreateCase ( CreateCaseRequest request ) : CreateCaseResponse | ||
request | CreateCaseRequest | Container for the necessary parameters to execute the CreateCase service method. |
return | CreateCaseResponse |
public CreateCaseAsync ( CreateCaseRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | CreateCaseRequest | Container for the necessary parameters to execute the CreateCase operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
protected CreateSigner ( ) : AbstractAWSSigner | ||
return | AbstractAWSSigner |
public DescribeAttachment ( DescribeAttachmentRequest request ) : DescribeAttachmentResponse | ||
request | DescribeAttachmentRequest | Container for the necessary parameters to execute the DescribeAttachment service method. |
return | DescribeAttachmentResponse |
public DescribeAttachmentAsync ( DescribeAttachmentRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeAttachmentRequest | Container for the necessary parameters to execute the DescribeAttachment operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeCases ( DescribeCasesRequest request ) : DescribeCasesResponse | ||
request | DescribeCasesRequest | Container for the necessary parameters to execute the DescribeCases service method. |
return | DescribeCasesResponse |
public DescribeCasesAsync ( DescribeCasesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeCasesRequest | Container for the necessary parameters to execute the DescribeCases operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeCommunications ( DescribeCommunicationsRequest request ) : DescribeCommunicationsResponse | ||
request | DescribeCommunicationsRequest | Container for the necessary parameters to execute the DescribeCommunications service method. |
return | DescribeCommunicationsResponse |
public DescribeCommunicationsAsync ( DescribeCommunicationsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeCommunicationsRequest | Container for the necessary parameters to execute the DescribeCommunications operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeServices ( ) : DescribeServicesResponse | ||
return | DescribeServicesResponse |
public DescribeServices ( DescribeServicesRequest request ) : DescribeServicesResponse | ||
request | DescribeServicesRequest | Container for the necessary parameters to execute the DescribeServices service method. |
return | DescribeServicesResponse |
public DescribeServicesAsync ( DescribeServicesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeServicesRequest | Container for the necessary parameters to execute the DescribeServices operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeServicesAsync ( 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 DescribeSeverityLevels ( ) : DescribeSeverityLevelsResponse | ||
return | DescribeSeverityLevelsResponse |
public DescribeSeverityLevels ( DescribeSeverityLevelsRequest request ) : DescribeSeverityLevelsResponse | ||
request | DescribeSeverityLevelsRequest | Container for the necessary parameters to execute the DescribeSeverityLevels service method. |
return | DescribeSeverityLevelsResponse |
public DescribeSeverityLevelsAsync ( DescribeSeverityLevelsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeSeverityLevelsRequest | Container for the necessary parameters to execute the DescribeSeverityLevels operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeSeverityLevelsAsync ( 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 DescribeTrustedAdvisorCheckRefreshStatuses ( DescribeTrustedAdvisorCheckRefreshStatusesRequest request ) : DescribeTrustedAdvisorCheckRefreshStatusesResponse | ||
request | DescribeTrustedAdvisorCheckRefreshStatusesRequest | Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckRefreshStatuses service method. |
return | DescribeTrustedAdvisorCheckRefreshStatusesResponse |
public DescribeTrustedAdvisorCheckRefreshStatusesAsync ( DescribeTrustedAdvisorCheckRefreshStatusesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeTrustedAdvisorCheckRefreshStatusesRequest | Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckRefreshStatuses operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeTrustedAdvisorCheckResult ( DescribeTrustedAdvisorCheckResultRequest request ) : DescribeTrustedAdvisorCheckResultResponse | ||
request | DescribeTrustedAdvisorCheckResultRequest | Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckResult service method. |
return | DescribeTrustedAdvisorCheckResultResponse |
public DescribeTrustedAdvisorCheckResultAsync ( DescribeTrustedAdvisorCheckResultRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeTrustedAdvisorCheckResultRequest | Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckResult operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeTrustedAdvisorCheckSummaries ( DescribeTrustedAdvisorCheckSummariesRequest request ) : DescribeTrustedAdvisorCheckSummariesResponse | ||
request | DescribeTrustedAdvisorCheckSummariesRequest | Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckSummaries service method. |
return | DescribeTrustedAdvisorCheckSummariesResponse |
public DescribeTrustedAdvisorCheckSummariesAsync ( DescribeTrustedAdvisorCheckSummariesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeTrustedAdvisorCheckSummariesRequest | Container for the necessary parameters to execute the DescribeTrustedAdvisorCheckSummaries operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeTrustedAdvisorChecks ( DescribeTrustedAdvisorChecksRequest request ) : DescribeTrustedAdvisorChecksResponse | ||
request | DescribeTrustedAdvisorChecksRequest | Container for the necessary parameters to execute the DescribeTrustedAdvisorChecks service method. |
return | DescribeTrustedAdvisorChecksResponse |
public DescribeTrustedAdvisorChecksAsync ( DescribeTrustedAdvisorChecksRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | DescribeTrustedAdvisorChecksRequest | Container for the necessary parameters to execute the DescribeTrustedAdvisorChecks operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EndAddAttachmentsToSet ( IAsyncResult asyncResult ) : AddAttachmentsToSetResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddAttachmentsToSet. |
return | AddAttachmentsToSetResponse |
public EndAddCommunicationToCase ( IAsyncResult asyncResult ) : AddCommunicationToCaseResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddCommunicationToCase. |
return | AddCommunicationToCaseResponse |
public EndCreateCase ( IAsyncResult asyncResult ) : CreateCaseResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateCase. |
return | CreateCaseResponse |
public EndDescribeAttachment ( IAsyncResult asyncResult ) : DescribeAttachmentResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeAttachment. |
return | DescribeAttachmentResponse |
public EndDescribeCases ( IAsyncResult asyncResult ) : DescribeCasesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeCases. |
return | DescribeCasesResponse |
public EndDescribeCommunications ( IAsyncResult asyncResult ) : DescribeCommunicationsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeCommunications. |
return | DescribeCommunicationsResponse |
public EndDescribeServices ( IAsyncResult asyncResult ) : DescribeServicesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeServices. |
return | DescribeServicesResponse |
public EndDescribeSeverityLevels ( IAsyncResult asyncResult ) : DescribeSeverityLevelsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeSeverityLevels. |
return | DescribeSeverityLevelsResponse |
public EndDescribeTrustedAdvisorCheckRefreshStatuses ( IAsyncResult asyncResult ) : DescribeTrustedAdvisorCheckRefreshStatusesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeTrustedAdvisorCheckRefreshStatuses. |
return | DescribeTrustedAdvisorCheckRefreshStatusesResponse |
public EndDescribeTrustedAdvisorCheckResult ( IAsyncResult asyncResult ) : DescribeTrustedAdvisorCheckResultResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeTrustedAdvisorCheckResult. |
return | DescribeTrustedAdvisorCheckResultResponse |
public EndDescribeTrustedAdvisorCheckSummaries ( IAsyncResult asyncResult ) : DescribeTrustedAdvisorCheckSummariesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeTrustedAdvisorCheckSummaries. |
return | DescribeTrustedAdvisorCheckSummariesResponse |
public EndDescribeTrustedAdvisorChecks ( IAsyncResult asyncResult ) : DescribeTrustedAdvisorChecksResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeTrustedAdvisorChecks. |
return | DescribeTrustedAdvisorChecksResponse |
public EndRefreshTrustedAdvisorCheck ( IAsyncResult asyncResult ) : RefreshTrustedAdvisorCheckResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginRefreshTrustedAdvisorCheck. |
return | RefreshTrustedAdvisorCheckResponse |
public EndResolveCase ( IAsyncResult asyncResult ) : ResolveCaseResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginResolveCase. |
return | ResolveCaseResponse |
public RefreshTrustedAdvisorCheck ( RefreshTrustedAdvisorCheckRequest request ) : RefreshTrustedAdvisorCheckResponse | ||
request | RefreshTrustedAdvisorCheckRequest | Container for the necessary parameters to execute the RefreshTrustedAdvisorCheck service method. |
return | RefreshTrustedAdvisorCheckResponse |
public RefreshTrustedAdvisorCheckAsync ( RefreshTrustedAdvisorCheckRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | RefreshTrustedAdvisorCheckRequest | Container for the necessary parameters to execute the RefreshTrustedAdvisorCheck operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public ResolveCase ( ResolveCaseRequest request ) : ResolveCaseResponse | ||
request | ResolveCaseRequest | Container for the necessary parameters to execute the ResolveCase service method. |
return | ResolveCaseResponse |
public ResolveCaseAsync ( ResolveCaseRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | ResolveCaseRequest | Container for the necessary parameters to execute the ResolveCase operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |