Method | Description | |
---|---|---|
AddApplicationInput ( |
Adds a streaming source to your Amazon Kinesis application. For conceptual information, see Configuring Application Input. You can add a streaming source either when you create an application or you can use this operation to add a streaming source after you create an application. For more information, see CreateApplication. Any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version. This operation requires permissions to perform the
|
|
AddApplicationInputAsync ( |
Initiates the asynchronous execution of the AddApplicationInput operation.
|
|
AddApplicationOutput ( |
Adds an external destination to your Amazon Kinesis Analytics application. If you want Amazon Kinesis Analytics to deliver data from an in-application stream within your application to an external destination (such as an Amazon Kinesis stream or a Firehose delivery stream), you add the relevant configuration to your application using this operation. You can configure one or more outputs for your application. Each output configuration maps an in-application stream and an external destination. You can use one of the output configurations to deliver data from your in-application error stream to an external destination so that you can analyze the errors. For conceptual information, see Understanding Application Output (Destination). Note that any configuration update, including adding a streaming source using this operation, results in a new version of the application. You can use the DescribeApplication operation to find the current application version. For the limits on the number of application inputs and outputs you can configure, see Limits. This operation requires permissions to perform the
|
|
AddApplicationOutputAsync ( |
Initiates the asynchronous execution of the AddApplicationOutput operation.
|
|
AddApplicationReferenceDataSource ( |
Adds a reference data source to an existing application. Amazon Kinesis Analytics reads reference data (that is, an Amazon S3 object) and creates an in-application table within your application. In the request, you provide the source (S3 bucket name and object key name), name of the in-application table to create, and the necessary mapping information that describes how data in Amazon S3 object maps to columns in the resulting in-application table. For conceptual information, see Configuring Application Input. For the limits on data sources you can add to your application, see Limits. This operation requires permissions to perform the
|
|
AddApplicationReferenceDataSourceAsync ( |
Initiates the asynchronous execution of the AddApplicationReferenceDataSource operation.
|
|
AmazonKinesisAnalyticsClient ( ) : System |
Constructs AmazonKinesisAnalyticsClient 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.
|
|
AmazonKinesisAnalyticsClient ( |
Constructs AmazonKinesisAnalyticsClient with AWS Credentials
|
|
AmazonKinesisAnalyticsClient ( |
Constructs AmazonKinesisAnalyticsClient with AWS Credentials and an AmazonKinesisAnalyticsClient Configuration object.
|
|
AmazonKinesisAnalyticsClient ( |
Constructs AmazonKinesisAnalyticsClient with AWS Credentials
|
|
AmazonKinesisAnalyticsClient ( |
Constructs AmazonKinesisAnalyticsClient 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.
|
|
AmazonKinesisAnalyticsClient ( RegionEndpoint region ) : System |
Constructs AmazonKinesisAnalyticsClient 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.
|
|
AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID, AWS Secret Key and an AmazonKinesisAnalyticsClient Configuration object.
|
|
AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID, AWS Secret Key and an AmazonKinesisAnalyticsClient Configuration object.
|
|
AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonKinesisAnalyticsClient with AWS Access Key ID and AWS Secret Key
|
|
BeginAddApplicationInput ( |
Initiates the asynchronous execution of the AddApplicationInput operation.
|
|
BeginAddApplicationOutput ( |
Initiates the asynchronous execution of the AddApplicationOutput operation.
|
|
BeginAddApplicationReferenceDataSource ( |
Initiates the asynchronous execution of the AddApplicationReferenceDataSource operation.
|
|
BeginCreateApplication ( |
Initiates the asynchronous execution of the CreateApplication operation.
|
|
BeginDeleteApplication ( |
Initiates the asynchronous execution of the DeleteApplication operation.
|
|
BeginDeleteApplicationOutput ( |
Initiates the asynchronous execution of the DeleteApplicationOutput operation.
|
|
BeginDeleteApplicationReferenceDataSource ( |
Initiates the asynchronous execution of the DeleteApplicationReferenceDataSource operation.
|
|
BeginDescribeApplication ( |
Initiates the asynchronous execution of the DescribeApplication operation.
|
|
BeginDiscoverInputSchema ( |
Initiates the asynchronous execution of the DiscoverInputSchema operation.
|
|
BeginListApplications ( |
Initiates the asynchronous execution of the ListApplications operation.
|
|
BeginStartApplication ( |
Initiates the asynchronous execution of the StartApplication operation.
|
|
BeginStopApplication ( |
Initiates the asynchronous execution of the StopApplication operation.
|
|
BeginUpdateApplication ( |
Initiates the asynchronous execution of the UpdateApplication operation.
|
|
CreateApplication ( |
Creates an Amazon Kinesis Analytics application. You can configure each application with one streaming source as input, application code to process the input, and up to five streaming destinations where you want Amazon Kinesis Analytics to write the output data from your application. For an overview, see How it Works. In the input configuration, you map the streaming source to an in-application stream, which you can think of as a constantly updating table. In the mapping, you must provide a schema for the in-application stream and map each data column in the in-application stream to a data element in the streaming source, with the option of renaming, casting and dropping columns as desired. Your application code is one or more SQL statements that read input data, transform it, and generate output. Your application code can create one or more SQL artifacts like SQL streams or pumps. In the output configuration, you can configure the application to write data from in-application streams created in your applications to up to five streaming destinations. To read data from your source stream or write data to destination streams, Amazon Kinesis Analytics needs your permissions. You grant these permissions by creating IAM roles. This operation requires permissions to perform the For introductory exercises to create an Amazon Kinesis Analytics application, see Getting Started.
|
|
CreateApplicationAsync ( |
Initiates the asynchronous execution of the CreateApplication operation.
|
|
DeleteApplication ( |
Deletes the specified application. Amazon Kinesis Analytics halts application execution and deletes the application, including any application artifacts (such as in-application streams, reference table, and application code). This operation requires permissions to perform the
|
|
DeleteApplicationAsync ( |
Initiates the asynchronous execution of the DeleteApplication operation.
|
|
DeleteApplicationOutput ( |
Deletes output destination configuration from your application configuration. Amazon Kinesis Analytics will no longer write data from the corresponding in-application stream to the external output destination. This operation requires permissions to perform the
|
|
DeleteApplicationOutputAsync ( |
Initiates the asynchronous execution of the DeleteApplicationOutput operation.
|
|
DeleteApplicationReferenceDataSource ( |
Deletes a reference data source configuration from the specified application configuration. If the application is running, Amazon Kinesis Analytics immediately removes the in-application table that you created using the AddApplicationReferenceDataSource operation. This operation requires permissions to perform the
|
|
DeleteApplicationReferenceDataSourceAsync ( |
Initiates the asynchronous execution of the DeleteApplicationReferenceDataSource operation.
|
|
DescribeApplication ( |
Returns information about a specific Amazon Kinesis Analytics application. If you want to retrieve a list of all applications in your account, use the ListApplications operation. This operation requires permissions to perform the
|
|
DescribeApplicationAsync ( |
Initiates the asynchronous execution of the DescribeApplication operation.
|
|
DiscoverInputSchema ( |
Infers a schema by evaluating sample records on the specified streaming source (Amazon Kinesis stream or Amazon Kinesis Firehose delivery stream). In the response, the operation returns the inferred schema and also the sample records that the operation used to infer the schema. You can use the inferred schema when configuring a streaming source for your application. For conceptual information, see Configuring Application Input. Note that when you create an application using the Amazon Kinesis Analytics console, the console uses this operation to infer a schema and show it in the console user interface. This operation requires permissions to perform the
|
|
DiscoverInputSchemaAsync ( |
Initiates the asynchronous execution of the DiscoverInputSchema operation.
|
|
EndAddApplicationInput ( IAsyncResult asyncResult ) : AddApplicationInputResponse |
Finishes the asynchronous execution of the AddApplicationInput operation.
|
|
EndAddApplicationOutput ( IAsyncResult asyncResult ) : AddApplicationOutputResponse |
Finishes the asynchronous execution of the AddApplicationOutput operation.
|
|
EndAddApplicationReferenceDataSource ( IAsyncResult asyncResult ) : AddApplicationReferenceDataSourceResponse |
Finishes the asynchronous execution of the AddApplicationReferenceDataSource operation.
|
|
EndCreateApplication ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateApplication operation.
|
|
EndDeleteApplication ( IAsyncResult asyncResult ) : DeleteApplicationResponse |
Finishes the asynchronous execution of the DeleteApplication operation.
|
|
EndDeleteApplicationOutput ( IAsyncResult asyncResult ) : DeleteApplicationOutputResponse |
Finishes the asynchronous execution of the DeleteApplicationOutput operation.
|
|
EndDeleteApplicationReferenceDataSource ( IAsyncResult asyncResult ) : DeleteApplicationReferenceDataSourceResponse |
Finishes the asynchronous execution of the DeleteApplicationReferenceDataSource operation.
|
|
EndDescribeApplication ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeApplication operation.
|
|
EndDiscoverInputSchema ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DiscoverInputSchema operation.
|
|
EndListApplications ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListApplications operation.
|
|
EndStartApplication ( IAsyncResult asyncResult ) : StartApplicationResponse |
Finishes the asynchronous execution of the StartApplication operation.
|
|
EndStopApplication ( IAsyncResult asyncResult ) : StopApplicationResponse |
Finishes the asynchronous execution of the StopApplication operation.
|
|
EndUpdateApplication ( IAsyncResult asyncResult ) : UpdateApplicationResponse |
Finishes the asynchronous execution of the UpdateApplication operation.
|
|
ListApplications ( |
Returns a list of Amazon Kinesis Analytics applications in your account. For each application, the response includes the application name, Amazon Resource Name (ARN), and status. If the response returns the If you want detailed information about a specific application, use DescribeApplication. This operation requires permissions to perform the
|
|
ListApplicationsAsync ( ListApplicationsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ListApplications operation.
|
|
StartApplication ( StartApplicationRequest request ) : StartApplicationResponse |
Starts the specified Amazon Kinesis Analytics application. After creating an application, you must exclusively call this operation to start your application. After the application starts, it begins consuming the input data, processes it, and writes the output to the configured destination. The application status must be After you start the application, you can stop the application from processing the input by calling the StopApplication operation. This operation requires permissions to perform the
|
|
StartApplicationAsync ( StartApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the StartApplication operation.
|
|
StopApplication ( StopApplicationRequest request ) : StopApplicationResponse |
Stops the application from processing input data. You can stop an application only if it is in the running state. You can use the DescribeApplication operation to find the application state. After the application is stopped, Amazon Kinesis Analytics stops reading data from the input, the application stops processing data, and there is no output written to the destination. This operation requires permissions to perform the
|
|
StopApplicationAsync ( StopApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the StopApplication operation.
|
|
UpdateApplication ( UpdateApplicationRequest request ) : UpdateApplicationResponse |
Updates an existing Kinesis Analytics application. Using this API, you can update application code, input configuration, and output configuration. Note that Kinesis Analytics updates the This opeation requires permission for the
|
|
UpdateApplicationAsync ( UpdateApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the UpdateApplication operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AddApplicationInput ( |
||
request | Container for the necessary parameters to execute the AddApplicationInput service method. | |
return | AddApplicationInputResponse |
public AddApplicationInputAsync ( |
||
request | Container for the necessary parameters to execute the AddApplicationInput operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AddApplicationOutput ( |
||
request | Container for the necessary parameters to execute the AddApplicationOutput service method. | |
return | AddApplicationOutputResponse |
public AddApplicationOutputAsync ( |
||
request | Container for the necessary parameters to execute the AddApplicationOutput operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AddApplicationReferenceDataSource ( |
||
request | Container for the necessary parameters to execute the AddApplicationReferenceDataSource service method. | |
return | AddApplicationReferenceDataSourceResponse |
public AddApplicationReferenceDataSourceAsync ( |
||
request | Container for the necessary parameters to execute the AddApplicationReferenceDataSource operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public AmazonKinesisAnalyticsClient ( ) : System | ||
return | System |
public AmazonKinesisAnalyticsClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonKinesisAnalyticsClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonKinesisAnalyticsClient Configuration Object | |
return | System |
public AmazonKinesisAnalyticsClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonKinesisAnalyticsClient ( |
||
config | The AmazonKinesisAnalyticsClient Configuration Object | |
return | System |
public AmazonKinesisAnalyticsClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonKinesisAnalyticsClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonKinesisAnalyticsClient Configuration Object | |
return | System |
public AmazonKinesisAnalyticsClient ( 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 AmazonKinesisAnalyticsClient ( 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 AmazonKinesisAnalyticsClient ( 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 AmazonKinesisAnalyticsClient Configuration Object | |
return | System |
public AmazonKinesisAnalyticsClient ( 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 BeginAddApplicationInput ( |
||
request | Container for the necessary parameters to execute the AddApplicationInput operation on AmazonKinesisAnalyticsClient. | |
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 BeginAddApplicationOutput ( |
||
request | Container for the necessary parameters to execute the AddApplicationOutput operation on AmazonKinesisAnalyticsClient. | |
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 BeginAddApplicationReferenceDataSource ( |
||
request | Container for the necessary parameters to execute the AddApplicationReferenceDataSource operation on AmazonKinesisAnalyticsClient. | |
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 BeginCreateApplication ( |
||
request | Container for the necessary parameters to execute the CreateApplication operation on AmazonKinesisAnalyticsClient. | |
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 BeginDeleteApplication ( |
||
request | Container for the necessary parameters to execute the DeleteApplication operation on AmazonKinesisAnalyticsClient. | |
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 BeginDeleteApplicationOutput ( |
||
request | Container for the necessary parameters to execute the DeleteApplicationOutput operation on AmazonKinesisAnalyticsClient. | |
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 BeginDeleteApplicationReferenceDataSource ( |
||
request | Container for the necessary parameters to execute the DeleteApplicationReferenceDataSource operation on AmazonKinesisAnalyticsClient. | |
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 BeginDescribeApplication ( |
||
request | Container for the necessary parameters to execute the DescribeApplication operation on AmazonKinesisAnalyticsClient. | |
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 BeginDiscoverInputSchema ( |
||
request | Container for the necessary parameters to execute the DiscoverInputSchema operation on AmazonKinesisAnalyticsClient. | |
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 BeginListApplications ( |
||
request | Container for the necessary parameters to execute the ListApplications operation on AmazonKinesisAnalyticsClient. | |
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 BeginStartApplication ( |
||
request | Container for the necessary parameters to execute the StartApplication operation on AmazonKinesisAnalyticsClient. | |
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 BeginStopApplication ( |
||
request | Container for the necessary parameters to execute the StopApplication operation on AmazonKinesisAnalyticsClient. | |
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 BeginUpdateApplication ( |
||
request | Container for the necessary parameters to execute the UpdateApplication operation on AmazonKinesisAnalyticsClient. | |
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 CreateApplication ( |
||
request | Container for the necessary parameters to execute the CreateApplication service method. | |
return |
public CreateApplicationAsync ( |
||
request | Container for the necessary parameters to execute the CreateApplication operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
protected CreateSigner ( ) : |
||
return |
public DeleteApplication ( |
||
request | Container for the necessary parameters to execute the DeleteApplication service method. | |
return | DeleteApplicationResponse |
public DeleteApplicationAsync ( |
||
request | Container for the necessary parameters to execute the DeleteApplication operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteApplicationOutput ( |
||
request | Container for the necessary parameters to execute the DeleteApplicationOutput service method. | |
return | DeleteApplicationOutputResponse |
public DeleteApplicationOutputAsync ( |
||
request | Container for the necessary parameters to execute the DeleteApplicationOutput operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteApplicationReferenceDataSource ( |
||
request | Container for the necessary parameters to execute the DeleteApplicationReferenceDataSource service method. | |
return | DeleteApplicationReferenceDataSourceResponse |
public DeleteApplicationReferenceDataSourceAsync ( |
||
request | Container for the necessary parameters to execute the DeleteApplicationReferenceDataSource operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeApplication ( |
||
request | Container for the necessary parameters to execute the DescribeApplication service method. | |
return |
public DescribeApplicationAsync ( |
||
request | Container for the necessary parameters to execute the DescribeApplication operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DiscoverInputSchema ( |
||
request | Container for the necessary parameters to execute the DiscoverInputSchema service method. | |
return |
public DiscoverInputSchemaAsync ( |
||
request | Container for the necessary parameters to execute the DiscoverInputSchema operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EndAddApplicationInput ( IAsyncResult asyncResult ) : AddApplicationInputResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddApplicationInput. |
return | AddApplicationInputResponse |
public EndAddApplicationOutput ( IAsyncResult asyncResult ) : AddApplicationOutputResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddApplicationOutput. |
return | AddApplicationOutputResponse |
public EndAddApplicationReferenceDataSource ( IAsyncResult asyncResult ) : AddApplicationReferenceDataSourceResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginAddApplicationReferenceDataSource. |
return | AddApplicationReferenceDataSourceResponse |
public EndCreateApplication ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateApplication. |
return |
public EndDeleteApplication ( IAsyncResult asyncResult ) : DeleteApplicationResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteApplication. |
return | DeleteApplicationResponse |
public EndDeleteApplicationOutput ( IAsyncResult asyncResult ) : DeleteApplicationOutputResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteApplicationOutput. |
return | DeleteApplicationOutputResponse |
public EndDeleteApplicationReferenceDataSource ( IAsyncResult asyncResult ) : DeleteApplicationReferenceDataSourceResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteApplicationReferenceDataSource. |
return | DeleteApplicationReferenceDataSourceResponse |
public EndDescribeApplication ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeApplication. |
return |
public EndDiscoverInputSchema ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDiscoverInputSchema. |
return |
public EndListApplications ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListApplications. |
return |
public EndStartApplication ( IAsyncResult asyncResult ) : StartApplicationResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStartApplication. |
return | StartApplicationResponse |
public EndStopApplication ( IAsyncResult asyncResult ) : StopApplicationResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginStopApplication. |
return | StopApplicationResponse |
public EndUpdateApplication ( IAsyncResult asyncResult ) : UpdateApplicationResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateApplication. |
return | UpdateApplicationResponse |
public ListApplications ( |
||
request | Container for the necessary parameters to execute the ListApplications service method. | |
return |
public ListApplicationsAsync ( ListApplicationsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | ListApplicationsRequest | Container for the necessary parameters to execute the ListApplications operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public StartApplication ( StartApplicationRequest request ) : StartApplicationResponse | ||
request | StartApplicationRequest | Container for the necessary parameters to execute the StartApplication service method. |
return | StartApplicationResponse |
public StartApplicationAsync ( StartApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | StartApplicationRequest | Container for the necessary parameters to execute the StartApplication operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public StopApplication ( StopApplicationRequest request ) : StopApplicationResponse | ||
request | StopApplicationRequest | Container for the necessary parameters to execute the StopApplication service method. |
return | StopApplicationResponse |
public StopApplicationAsync ( StopApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | StopApplicationRequest | Container for the necessary parameters to execute the StopApplication operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public UpdateApplication ( UpdateApplicationRequest request ) : UpdateApplicationResponse | ||
request | UpdateApplicationRequest | Container for the necessary parameters to execute the UpdateApplication service method. |
return | UpdateApplicationResponse |
public UpdateApplicationAsync ( UpdateApplicationRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | UpdateApplicationRequest | Container for the necessary parameters to execute the UpdateApplication operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |