C# Class Amazon.APIGateway.AmazonAPIGatewayClient

Implementation for accessing APIGateway Amazon API Gateway

Amazon API Gateway helps developers deliver robust, secure, and scalable mobile and web application back ends. Amazon API Gateway allows developers to securely connect mobile and web applications to APIs that run on AWS Lambda, Amazon EC2, or other publicly addressable web services that are hosted outside of AWS.

Inheritance: AmazonServiceClient, IAmazonAPIGateway
显示文件 Open project: aws/aws-sdk-net

Public Methods

Method Description
AmazonAPIGatewayClient ( ) : System

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

AmazonAPIGatewayClient ( AWSCredentials credentials ) : System

Constructs AmazonAPIGatewayClient with AWS Credentials

AmazonAPIGatewayClient ( AWSCredentials credentials, AmazonAPIGatewayConfig clientConfig ) : System

Constructs AmazonAPIGatewayClient with AWS Credentials and an AmazonAPIGatewayClient Configuration object.

AmazonAPIGatewayClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonAPIGatewayClient with AWS Credentials

AmazonAPIGatewayClient ( AmazonAPIGatewayConfig config ) : System

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

AmazonAPIGatewayClient ( RegionEndpoint region ) : System

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

AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key

AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonAPIGatewayConfig clientConfig ) : System

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

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

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key

AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonAPIGatewayConfig clientConfig ) : System

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

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

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key

BeginCreateApiKey ( CreateApiKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateApiKey operation.

BeginCreateAuthorizer ( CreateAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateAuthorizer operation.

BeginCreateBasePathMapping ( Amazon.APIGateway.Model.CreateBasePathMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateBasePathMapping operation.

BeginCreateDeployment ( CreateDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDeployment operation.

BeginCreateDocumentationPart ( CreateDocumentationPartRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDocumentationPart operation.

BeginCreateDocumentationVersion ( CreateDocumentationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDocumentationVersion operation.

BeginCreateDomainName ( Amazon.APIGateway.Model.CreateDomainNameRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateDomainName operation.

BeginCreateModel ( Amazon.APIGateway.Model.CreateModelRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateModel operation.

BeginCreateResource ( Amazon.APIGateway.Model.CreateResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateResource operation.

BeginCreateRestApi ( CreateRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateRestApi operation.

BeginCreateStage ( CreateStageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateStage operation.

BeginCreateUsagePlan ( CreateUsagePlanRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateUsagePlan operation.

BeginCreateUsagePlanKey ( CreateUsagePlanKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateUsagePlanKey operation.

BeginDeleteApiKey ( Amazon.APIGateway.Model.DeleteApiKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteApiKey operation.

BeginDeleteAuthorizer ( DeleteAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteAuthorizer operation.

BeginDeleteBasePathMapping ( Amazon.APIGateway.Model.DeleteBasePathMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteBasePathMapping operation.

BeginDeleteClientCertificate ( DeleteClientCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteClientCertificate operation.

BeginDeleteDeployment ( Amazon.APIGateway.Model.DeleteDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDeployment operation.

BeginDeleteDocumentationPart ( DeleteDocumentationPartRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDocumentationPart operation.

BeginDeleteDocumentationVersion ( DeleteDocumentationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDocumentationVersion operation.

BeginDeleteDomainName ( Amazon.APIGateway.Model.DeleteDomainNameRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteDomainName operation.

BeginDeleteIntegration ( Amazon.APIGateway.Model.DeleteIntegrationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteIntegration operation.

BeginDeleteIntegrationResponse ( Amazon.APIGateway.Model.DeleteIntegrationResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteIntegrationResponse operation.

BeginDeleteMethod ( DeleteMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteMethod operation.

BeginDeleteMethodResponse ( DeleteMethodResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteMethodResponse operation.

BeginDeleteModel ( Amazon.APIGateway.Model.DeleteModelRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteModel operation.

BeginDeleteResource ( Amazon.APIGateway.Model.DeleteResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteResource operation.

BeginDeleteRestApi ( Amazon.APIGateway.Model.DeleteRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteRestApi operation.

BeginDeleteStage ( Amazon.APIGateway.Model.DeleteStageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteStage operation.

BeginDeleteUsagePlan ( DeleteUsagePlanRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteUsagePlan operation.

BeginDeleteUsagePlanKey ( DeleteUsagePlanKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteUsagePlanKey operation.

BeginFlushStageAuthorizersCache ( FlushStageAuthorizersCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the FlushStageAuthorizersCache operation.

BeginFlushStageCache ( Amazon.APIGateway.Model.FlushStageCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the FlushStageCache operation.

BeginGenerateClientCertificate ( GenerateClientCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GenerateClientCertificate operation.

BeginGetAccount ( GetAccountRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetAccount operation.

BeginGetApiKey ( GetApiKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetApiKey operation.

BeginGetApiKeys ( GetApiKeysRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetApiKeys operation.

BeginGetAuthorizer ( GetAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetAuthorizer operation.

BeginGetAuthorizers ( GetAuthorizersRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetAuthorizers operation.

BeginGetBasePathMapping ( Amazon.APIGateway.Model.GetBasePathMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetBasePathMapping operation.

BeginGetBasePathMappings ( Amazon.APIGateway.Model.GetBasePathMappingsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetBasePathMappings operation.

BeginGetClientCertificate ( GetClientCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetClientCertificate operation.

BeginGetClientCertificates ( GetClientCertificatesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetClientCertificates operation.

BeginGetDeployment ( Amazon.APIGateway.Model.GetDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDeployment operation.

BeginGetDeployments ( Amazon.APIGateway.Model.GetDeploymentsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDeployments operation.

BeginGetDocumentationPart ( GetDocumentationPartRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDocumentationPart operation.

BeginGetDocumentationParts ( GetDocumentationPartsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDocumentationParts operation.

BeginGetDocumentationVersion ( GetDocumentationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDocumentationVersion operation.

BeginGetDocumentationVersions ( GetDocumentationVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDocumentationVersions operation.

BeginGetDomainName ( Amazon.APIGateway.Model.GetDomainNameRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDomainName operation.

BeginGetDomainNames ( Amazon.APIGateway.Model.GetDomainNamesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetDomainNames operation.

BeginGetExport ( GetExportRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetExport operation.

BeginGetIntegration ( Amazon.APIGateway.Model.GetIntegrationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetIntegration operation.

BeginGetIntegrationResponse ( Amazon.APIGateway.Model.GetIntegrationResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetIntegrationResponse operation.

BeginGetMethod ( GetMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetMethod operation.

BeginGetMethodResponse ( GetMethodResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetMethodResponse operation.

BeginGetModel ( GetModelRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetModel operation.

BeginGetModelTemplate ( Amazon.APIGateway.Model.GetModelTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetModelTemplate operation.

BeginGetModels ( Amazon.APIGateway.Model.GetModelsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetModels operation.

BeginGetResource ( Amazon.APIGateway.Model.GetResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetResource operation.

BeginGetResources ( Amazon.APIGateway.Model.GetResourcesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetResources operation.

BeginGetRestApi ( Amazon.APIGateway.Model.GetRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetRestApi operation.

BeginGetRestApis ( Amazon.APIGateway.Model.GetRestApisRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetRestApis operation.

BeginGetSdk ( GetSdkRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetSdk operation.

BeginGetSdkType ( GetSdkTypeRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetSdkType operation.

BeginGetSdkTypes ( GetSdkTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetSdkTypes operation.

BeginGetStage ( Amazon.APIGateway.Model.GetStageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetStage operation.

BeginGetStages ( Amazon.APIGateway.Model.GetStagesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetStages operation.

BeginGetUsage ( GetUsageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetUsage operation.

BeginGetUsagePlan ( GetUsagePlanRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetUsagePlan operation.

BeginGetUsagePlanKey ( GetUsagePlanKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetUsagePlanKey operation.

BeginGetUsagePlanKeys ( GetUsagePlanKeysRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetUsagePlanKeys operation.

BeginGetUsagePlans ( GetUsagePlansRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the GetUsagePlans operation.

BeginImportApiKeys ( ImportApiKeysRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ImportApiKeys operation.

BeginImportDocumentationParts ( ImportDocumentationPartsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ImportDocumentationParts operation.

BeginImportRestApi ( ImportRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ImportRestApi operation.

BeginPutIntegration ( PutIntegrationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PutIntegration operation.

BeginPutIntegrationResponse ( PutIntegrationResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PutIntegrationResponse operation.

BeginPutMethod ( PutMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PutMethod operation.

BeginPutMethodResponse ( PutMethodResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PutMethodResponse operation.

BeginPutRestApi ( PutRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the PutRestApi operation.

BeginTestInvokeAuthorizer ( TestInvokeAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the TestInvokeAuthorizer operation.

BeginTestInvokeMethod ( TestInvokeMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the TestInvokeMethod operation.

BeginUpdateAccount ( UpdateAccountRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateAccount operation.

BeginUpdateApiKey ( UpdateApiKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateApiKey operation.

BeginUpdateAuthorizer ( UpdateAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateAuthorizer operation.

BeginUpdateBasePathMapping ( UpdateBasePathMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateBasePathMapping operation.

BeginUpdateClientCertificate ( UpdateClientCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateClientCertificate operation.

BeginUpdateDeployment ( UpdateDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateDeployment operation.

BeginUpdateDocumentationPart ( UpdateDocumentationPartRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateDocumentationPart operation.

BeginUpdateDocumentationVersion ( UpdateDocumentationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateDocumentationVersion operation.

BeginUpdateDomainName ( Amazon.APIGateway.Model.UpdateDomainNameRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateDomainName operation.

BeginUpdateIntegration ( UpdateIntegrationRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateIntegration operation.

BeginUpdateIntegrationResponse ( UpdateIntegrationResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateIntegrationResponse operation.

BeginUpdateMethod ( UpdateMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateMethod operation.

BeginUpdateMethodResponse ( UpdateMethodResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateMethodResponse operation.

BeginUpdateModel ( UpdateModelRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateModel operation.

BeginUpdateResource ( UpdateResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateResource operation.

BeginUpdateRestApi ( UpdateRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateRestApi operation.

BeginUpdateStage ( UpdateStageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateStage operation.

BeginUpdateUsage ( UpdateUsageRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateUsage operation.

BeginUpdateUsagePlan ( UpdateUsagePlanRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateUsagePlan operation.

CreateApiKey ( CreateApiKeyRequest request ) : CreateApiKeyResponse

Create an ApiKey resource.

CreateApiKeyAsync ( CreateApiKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateApiKey operation.

CreateAuthorizer ( CreateAuthorizerRequest request ) : CreateAuthorizerResponse

Adds a new Authorizer resource to an existing RestApi resource.

CreateAuthorizerAsync ( CreateAuthorizerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateAuthorizer operation.

CreateBasePathMapping ( Amazon.APIGateway.Model.CreateBasePathMappingRequest request ) : CreateBasePathMappingResponse

Creates a new BasePathMapping resource.

CreateBasePathMappingAsync ( Amazon.APIGateway.Model.CreateBasePathMappingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateBasePathMapping operation.

CreateDeployment ( CreateDeploymentRequest request ) : CreateDeploymentResponse

Creates a Deployment resource, which makes a specified RestApi callable over the internet.

CreateDeploymentAsync ( CreateDeploymentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDeployment operation.

CreateDocumentationPart ( CreateDocumentationPartRequest request ) : CreateDocumentationPartResponse

CreateDocumentationPartAsync ( CreateDocumentationPartRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDocumentationPart operation.

CreateDocumentationVersion ( CreateDocumentationVersionRequest request ) : CreateDocumentationVersionResponse

CreateDocumentationVersionAsync ( CreateDocumentationVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDocumentationVersion operation.

CreateDomainName ( Amazon.APIGateway.Model.CreateDomainNameRequest request ) : CreateDomainNameResponse

Creates a new domain name.

CreateDomainNameAsync ( Amazon.APIGateway.Model.CreateDomainNameRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateDomainName operation.

CreateModel ( Amazon.APIGateway.Model.CreateModelRequest request ) : CreateModelResponse

Adds a new Model resource to an existing RestApi resource.

CreateModelAsync ( Amazon.APIGateway.Model.CreateModelRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateModel operation.

CreateResource ( Amazon.APIGateway.Model.CreateResourceRequest request ) : CreateResourceResponse

Creates a Resource resource.

CreateResourceAsync ( Amazon.APIGateway.Model.CreateResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateResource operation.

CreateRestApi ( CreateRestApiRequest request ) : CreateRestApiResponse

Creates a new RestApi resource.

CreateRestApiAsync ( CreateRestApiRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateRestApi operation.

CreateStage ( CreateStageRequest request ) : CreateStageResponse

Creates a new Stage resource that references a pre-existing Deployment for the API.

CreateStageAsync ( CreateStageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateStage operation.

CreateUsagePlan ( CreateUsagePlanRequest request ) : CreateUsagePlanResponse

Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.

CreateUsagePlanAsync ( CreateUsagePlanRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateUsagePlan operation.

CreateUsagePlanKey ( CreateUsagePlanKeyRequest request ) : CreateUsagePlanKeyResponse

Creates a usage plan key for adding an existing API key to a usage plan.

CreateUsagePlanKeyAsync ( CreateUsagePlanKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateUsagePlanKey operation.

DeleteApiKey ( Amazon.APIGateway.Model.DeleteApiKeyRequest request ) : DeleteApiKeyResponse

Deletes the ApiKey resource.

DeleteApiKeyAsync ( Amazon.APIGateway.Model.DeleteApiKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteApiKey operation.

DeleteAuthorizer ( DeleteAuthorizerRequest request ) : DeleteAuthorizerResponse

Deletes an existing Authorizer resource.

DeleteAuthorizerAsync ( DeleteAuthorizerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteAuthorizer operation.

DeleteBasePathMapping ( Amazon.APIGateway.Model.DeleteBasePathMappingRequest request ) : DeleteBasePathMappingResponse

Deletes the BasePathMapping resource.

DeleteBasePathMappingAsync ( Amazon.APIGateway.Model.DeleteBasePathMappingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteBasePathMapping operation.

DeleteClientCertificate ( DeleteClientCertificateRequest request ) : DeleteClientCertificateResponse

Deletes the ClientCertificate resource.

DeleteClientCertificateAsync ( DeleteClientCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteClientCertificate operation.

DeleteDeployment ( Amazon.APIGateway.Model.DeleteDeploymentRequest request ) : DeleteDeploymentResponse

Deletes a Deployment resource. Deleting a deployment will only succeed if there are no Stage resources associated with it.

DeleteDeploymentAsync ( Amazon.APIGateway.Model.DeleteDeploymentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDeployment operation.

DeleteDocumentationPart ( DeleteDocumentationPartRequest request ) : DeleteDocumentationPartResponse

DeleteDocumentationPartAsync ( DeleteDocumentationPartRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDocumentationPart operation.

DeleteDocumentationVersion ( DeleteDocumentationVersionRequest request ) : DeleteDocumentationVersionResponse

DeleteDocumentationVersionAsync ( DeleteDocumentationVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDocumentationVersion operation.

DeleteDomainName ( Amazon.APIGateway.Model.DeleteDomainNameRequest request ) : DeleteDomainNameResponse

Deletes the DomainName resource.

DeleteDomainNameAsync ( Amazon.APIGateway.Model.DeleteDomainNameRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteDomainName operation.

DeleteIntegration ( Amazon.APIGateway.Model.DeleteIntegrationRequest request ) : DeleteIntegrationResponse

Represents a delete integration.

DeleteIntegrationAsync ( Amazon.APIGateway.Model.DeleteIntegrationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteIntegration operation.

DeleteIntegrationResponse ( Amazon.APIGateway.Model.DeleteIntegrationResponseRequest request ) : DeleteIntegrationResponseResponse

Represents a delete integration response.

DeleteIntegrationResponseAsync ( Amazon.APIGateway.Model.DeleteIntegrationResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteIntegrationResponse operation.

DeleteMethod ( DeleteMethodRequest request ) : DeleteMethodResponse

Deletes an existing Method resource.

DeleteMethodAsync ( DeleteMethodRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteMethod operation.

DeleteMethodResponse ( DeleteMethodResponseRequest request ) : DeleteMethodResponseResponse

Deletes an existing MethodResponse resource.

DeleteMethodResponseAsync ( DeleteMethodResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteMethodResponse operation.

DeleteModel ( Amazon.APIGateway.Model.DeleteModelRequest request ) : DeleteModelResponse

Deletes a model.

DeleteModelAsync ( Amazon.APIGateway.Model.DeleteModelRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteModel operation.

DeleteResource ( Amazon.APIGateway.Model.DeleteResourceRequest request ) : DeleteResourceResponse

Deletes a Resource resource.

DeleteResourceAsync ( Amazon.APIGateway.Model.DeleteResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteResource operation.

DeleteRestApi ( Amazon.APIGateway.Model.DeleteRestApiRequest request ) : DeleteRestApiResponse

Deletes the specified API.

DeleteRestApiAsync ( Amazon.APIGateway.Model.DeleteRestApiRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteRestApi operation.

DeleteStage ( Amazon.APIGateway.Model.DeleteStageRequest request ) : DeleteStageResponse

Deletes a Stage resource.

DeleteStageAsync ( Amazon.APIGateway.Model.DeleteStageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteStage operation.

DeleteUsagePlan ( DeleteUsagePlanRequest request ) : DeleteUsagePlanResponse

Deletes a usage plan of a given plan Id.

DeleteUsagePlanAsync ( DeleteUsagePlanRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteUsagePlan operation.

DeleteUsagePlanKey ( DeleteUsagePlanKeyRequest request ) : DeleteUsagePlanKeyResponse

Deletes a usage plan key and remove the underlying API key from the associated usage plan.

DeleteUsagePlanKeyAsync ( DeleteUsagePlanKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteUsagePlanKey operation.

EndCreateApiKey ( IAsyncResult asyncResult ) : CreateApiKeyResponse

Finishes the asynchronous execution of the CreateApiKey operation.

EndCreateAuthorizer ( IAsyncResult asyncResult ) : CreateAuthorizerResponse

Finishes the asynchronous execution of the CreateAuthorizer operation.

EndCreateBasePathMapping ( IAsyncResult asyncResult ) : CreateBasePathMappingResponse

Finishes the asynchronous execution of the CreateBasePathMapping operation.

EndCreateDeployment ( IAsyncResult asyncResult ) : CreateDeploymentResponse

Finishes the asynchronous execution of the CreateDeployment operation.

EndCreateDocumentationPart ( IAsyncResult asyncResult ) : CreateDocumentationPartResponse

Finishes the asynchronous execution of the CreateDocumentationPart operation.

EndCreateDocumentationVersion ( IAsyncResult asyncResult ) : CreateDocumentationVersionResponse

Finishes the asynchronous execution of the CreateDocumentationVersion operation.

EndCreateDomainName ( IAsyncResult asyncResult ) : CreateDomainNameResponse

Finishes the asynchronous execution of the CreateDomainName operation.

EndCreateModel ( IAsyncResult asyncResult ) : CreateModelResponse

Finishes the asynchronous execution of the CreateModel operation.

EndCreateResource ( IAsyncResult asyncResult ) : CreateResourceResponse

Finishes the asynchronous execution of the CreateResource operation.

EndCreateRestApi ( IAsyncResult asyncResult ) : CreateRestApiResponse

Finishes the asynchronous execution of the CreateRestApi operation.

EndCreateStage ( IAsyncResult asyncResult ) : CreateStageResponse

Finishes the asynchronous execution of the CreateStage operation.

EndCreateUsagePlan ( IAsyncResult asyncResult ) : CreateUsagePlanResponse

Finishes the asynchronous execution of the CreateUsagePlan operation.

EndCreateUsagePlanKey ( IAsyncResult asyncResult ) : CreateUsagePlanKeyResponse

Finishes the asynchronous execution of the CreateUsagePlanKey operation.

EndDeleteApiKey ( IAsyncResult asyncResult ) : DeleteApiKeyResponse

Finishes the asynchronous execution of the DeleteApiKey operation.

EndDeleteAuthorizer ( IAsyncResult asyncResult ) : DeleteAuthorizerResponse

Finishes the asynchronous execution of the DeleteAuthorizer operation.

EndDeleteBasePathMapping ( IAsyncResult asyncResult ) : DeleteBasePathMappingResponse

Finishes the asynchronous execution of the DeleteBasePathMapping operation.

EndDeleteClientCertificate ( IAsyncResult asyncResult ) : DeleteClientCertificateResponse

Finishes the asynchronous execution of the DeleteClientCertificate operation.

EndDeleteDeployment ( IAsyncResult asyncResult ) : DeleteDeploymentResponse

Finishes the asynchronous execution of the DeleteDeployment operation.

EndDeleteDocumentationPart ( IAsyncResult asyncResult ) : DeleteDocumentationPartResponse

Finishes the asynchronous execution of the DeleteDocumentationPart operation.

EndDeleteDocumentationVersion ( IAsyncResult asyncResult ) : DeleteDocumentationVersionResponse

Finishes the asynchronous execution of the DeleteDocumentationVersion operation.

EndDeleteDomainName ( IAsyncResult asyncResult ) : DeleteDomainNameResponse

Finishes the asynchronous execution of the DeleteDomainName operation.

EndDeleteIntegration ( IAsyncResult asyncResult ) : DeleteIntegrationResponse

Finishes the asynchronous execution of the DeleteIntegration operation.

EndDeleteIntegrationResponse ( IAsyncResult asyncResult ) : DeleteIntegrationResponseResponse

Finishes the asynchronous execution of the DeleteIntegrationResponse operation.

EndDeleteMethod ( IAsyncResult asyncResult ) : DeleteMethodResponse

Finishes the asynchronous execution of the DeleteMethod operation.

EndDeleteMethodResponse ( IAsyncResult asyncResult ) : DeleteMethodResponseResponse

Finishes the asynchronous execution of the DeleteMethodResponse operation.

EndDeleteModel ( IAsyncResult asyncResult ) : DeleteModelResponse

Finishes the asynchronous execution of the DeleteModel operation.

EndDeleteResource ( IAsyncResult asyncResult ) : DeleteResourceResponse

Finishes the asynchronous execution of the DeleteResource operation.

EndDeleteRestApi ( IAsyncResult asyncResult ) : DeleteRestApiResponse

Finishes the asynchronous execution of the DeleteRestApi operation.

EndDeleteStage ( IAsyncResult asyncResult ) : DeleteStageResponse

Finishes the asynchronous execution of the DeleteStage operation.

EndDeleteUsagePlan ( IAsyncResult asyncResult ) : DeleteUsagePlanResponse

Finishes the asynchronous execution of the DeleteUsagePlan operation.

EndDeleteUsagePlanKey ( IAsyncResult asyncResult ) : DeleteUsagePlanKeyResponse

Finishes the asynchronous execution of the DeleteUsagePlanKey operation.

EndFlushStageAuthorizersCache ( IAsyncResult asyncResult ) : FlushStageAuthorizersCacheResponse

Finishes the asynchronous execution of the FlushStageAuthorizersCache operation.

EndFlushStageCache ( IAsyncResult asyncResult ) : FlushStageCacheResponse

Finishes the asynchronous execution of the FlushStageCache operation.

EndGenerateClientCertificate ( IAsyncResult asyncResult ) : GenerateClientCertificateResponse

Finishes the asynchronous execution of the GenerateClientCertificate operation.

EndGetAccount ( IAsyncResult asyncResult ) : GetAccountResponse

Finishes the asynchronous execution of the GetAccount operation.

EndGetApiKey ( IAsyncResult asyncResult ) : GetApiKeyResponse

Finishes the asynchronous execution of the GetApiKey operation.

EndGetApiKeys ( IAsyncResult asyncResult ) : GetApiKeysResponse

Finishes the asynchronous execution of the GetApiKeys operation.

EndGetAuthorizer ( IAsyncResult asyncResult ) : GetAuthorizerResponse

Finishes the asynchronous execution of the GetAuthorizer operation.

EndGetAuthorizers ( IAsyncResult asyncResult ) : GetAuthorizersResponse

Finishes the asynchronous execution of the GetAuthorizers operation.

EndGetBasePathMapping ( IAsyncResult asyncResult ) : GetBasePathMappingResponse

Finishes the asynchronous execution of the GetBasePathMapping operation.

EndGetBasePathMappings ( IAsyncResult asyncResult ) : GetBasePathMappingsResponse

Finishes the asynchronous execution of the GetBasePathMappings operation.

EndGetClientCertificate ( IAsyncResult asyncResult ) : GetClientCertificateResponse

Finishes the asynchronous execution of the GetClientCertificate operation.

EndGetClientCertificates ( IAsyncResult asyncResult ) : GetClientCertificatesResponse

Finishes the asynchronous execution of the GetClientCertificates operation.

EndGetDeployment ( IAsyncResult asyncResult ) : GetDeploymentResponse

Finishes the asynchronous execution of the GetDeployment operation.

EndGetDeployments ( IAsyncResult asyncResult ) : GetDeploymentsResponse

Finishes the asynchronous execution of the GetDeployments operation.

EndGetDocumentationPart ( IAsyncResult asyncResult ) : GetDocumentationPartResponse

Finishes the asynchronous execution of the GetDocumentationPart operation.

EndGetDocumentationParts ( IAsyncResult asyncResult ) : GetDocumentationPartsResponse

Finishes the asynchronous execution of the GetDocumentationParts operation.

EndGetDocumentationVersion ( IAsyncResult asyncResult ) : GetDocumentationVersionResponse

Finishes the asynchronous execution of the GetDocumentationVersion operation.

EndGetDocumentationVersions ( IAsyncResult asyncResult ) : GetDocumentationVersionsResponse

Finishes the asynchronous execution of the GetDocumentationVersions operation.

EndGetDomainName ( IAsyncResult asyncResult ) : GetDomainNameResponse

Finishes the asynchronous execution of the GetDomainName operation.

EndGetDomainNames ( IAsyncResult asyncResult ) : GetDomainNamesResponse

Finishes the asynchronous execution of the GetDomainNames operation.

EndGetExport ( IAsyncResult asyncResult ) : GetExportResponse

Finishes the asynchronous execution of the GetExport operation.

EndGetIntegration ( IAsyncResult asyncResult ) : GetIntegrationResponse

Finishes the asynchronous execution of the GetIntegration operation.

EndGetIntegrationResponse ( IAsyncResult asyncResult ) : GetIntegrationResponseResponse

Finishes the asynchronous execution of the GetIntegrationResponse operation.

EndGetMethod ( IAsyncResult asyncResult ) : GetMethodResponse

Finishes the asynchronous execution of the GetMethod operation.

EndGetMethodResponse ( IAsyncResult asyncResult ) : GetMethodResponseResponse

Finishes the asynchronous execution of the GetMethodResponse operation.

EndGetModel ( IAsyncResult asyncResult ) : GetModelResponse

Finishes the asynchronous execution of the GetModel operation.

EndGetModelTemplate ( IAsyncResult asyncResult ) : GetModelTemplateResponse

Finishes the asynchronous execution of the GetModelTemplate operation.

EndGetModels ( IAsyncResult asyncResult ) : GetModelsResponse

Finishes the asynchronous execution of the GetModels operation.

EndGetResource ( IAsyncResult asyncResult ) : GetResourceResponse

Finishes the asynchronous execution of the GetResource operation.

EndGetResources ( IAsyncResult asyncResult ) : GetResourcesResponse

Finishes the asynchronous execution of the GetResources operation.

EndGetRestApi ( IAsyncResult asyncResult ) : GetRestApiResponse

Finishes the asynchronous execution of the GetRestApi operation.

EndGetRestApis ( IAsyncResult asyncResult ) : GetRestApisResponse

Finishes the asynchronous execution of the GetRestApis operation.

EndGetSdk ( IAsyncResult asyncResult ) : GetSdkResponse

Finishes the asynchronous execution of the GetSdk operation.

EndGetSdkType ( IAsyncResult asyncResult ) : GetSdkTypeResponse

Finishes the asynchronous execution of the GetSdkType operation.

EndGetSdkTypes ( IAsyncResult asyncResult ) : GetSdkTypesResponse

Finishes the asynchronous execution of the GetSdkTypes operation.

EndGetStage ( IAsyncResult asyncResult ) : GetStageResponse

Finishes the asynchronous execution of the GetStage operation.

EndGetStages ( IAsyncResult asyncResult ) : GetStagesResponse

Finishes the asynchronous execution of the GetStages operation.

EndGetUsage ( IAsyncResult asyncResult ) : GetUsageResponse

Finishes the asynchronous execution of the GetUsage operation.

EndGetUsagePlan ( IAsyncResult asyncResult ) : GetUsagePlanResponse

Finishes the asynchronous execution of the GetUsagePlan operation.

EndGetUsagePlanKey ( IAsyncResult asyncResult ) : GetUsagePlanKeyResponse

Finishes the asynchronous execution of the GetUsagePlanKey operation.

EndGetUsagePlanKeys ( IAsyncResult asyncResult ) : GetUsagePlanKeysResponse

Finishes the asynchronous execution of the GetUsagePlanKeys operation.

EndGetUsagePlans ( IAsyncResult asyncResult ) : GetUsagePlansResponse

Finishes the asynchronous execution of the GetUsagePlans operation.

EndImportApiKeys ( IAsyncResult asyncResult ) : ImportApiKeysResponse

Finishes the asynchronous execution of the ImportApiKeys operation.

EndImportDocumentationParts ( IAsyncResult asyncResult ) : ImportDocumentationPartsResponse

Finishes the asynchronous execution of the ImportDocumentationParts operation.

EndImportRestApi ( IAsyncResult asyncResult ) : ImportRestApiResponse

Finishes the asynchronous execution of the ImportRestApi operation.

EndPutIntegration ( IAsyncResult asyncResult ) : PutIntegrationResponse

Finishes the asynchronous execution of the PutIntegration operation.

EndPutIntegrationResponse ( IAsyncResult asyncResult ) : PutIntegrationResponseResponse

Finishes the asynchronous execution of the PutIntegrationResponse operation.

EndPutMethod ( IAsyncResult asyncResult ) : PutMethodResponse

Finishes the asynchronous execution of the PutMethod operation.

EndPutMethodResponse ( IAsyncResult asyncResult ) : PutMethodResponseResponse

Finishes the asynchronous execution of the PutMethodResponse operation.

EndPutRestApi ( IAsyncResult asyncResult ) : PutRestApiResponse

Finishes the asynchronous execution of the PutRestApi operation.

EndTestInvokeAuthorizer ( IAsyncResult asyncResult ) : TestInvokeAuthorizerResponse

Finishes the asynchronous execution of the TestInvokeAuthorizer operation.

EndTestInvokeMethod ( IAsyncResult asyncResult ) : TestInvokeMethodResponse

Finishes the asynchronous execution of the TestInvokeMethod operation.

EndUpdateAccount ( IAsyncResult asyncResult ) : UpdateAccountResponse

Finishes the asynchronous execution of the UpdateAccount operation.

EndUpdateApiKey ( IAsyncResult asyncResult ) : UpdateApiKeyResponse

Finishes the asynchronous execution of the UpdateApiKey operation.

EndUpdateAuthorizer ( IAsyncResult asyncResult ) : UpdateAuthorizerResponse

Finishes the asynchronous execution of the UpdateAuthorizer operation.

EndUpdateBasePathMapping ( IAsyncResult asyncResult ) : Amazon.APIGateway.Model.UpdateBasePathMappingResponse

Finishes the asynchronous execution of the UpdateBasePathMapping operation.

EndUpdateClientCertificate ( IAsyncResult asyncResult ) : UpdateClientCertificateResponse

Finishes the asynchronous execution of the UpdateClientCertificate operation.

EndUpdateDeployment ( IAsyncResult asyncResult ) : UpdateDeploymentResponse

Finishes the asynchronous execution of the UpdateDeployment operation.

EndUpdateDocumentationPart ( IAsyncResult asyncResult ) : UpdateDocumentationPartResponse

Finishes the asynchronous execution of the UpdateDocumentationPart operation.

EndUpdateDocumentationVersion ( IAsyncResult asyncResult ) : UpdateDocumentationVersionResponse

Finishes the asynchronous execution of the UpdateDocumentationVersion operation.

EndUpdateDomainName ( IAsyncResult asyncResult ) : UpdateDomainNameResponse

Finishes the asynchronous execution of the UpdateDomainName operation.

EndUpdateIntegration ( IAsyncResult asyncResult ) : UpdateIntegrationResponse

Finishes the asynchronous execution of the UpdateIntegration operation.

EndUpdateIntegrationResponse ( IAsyncResult asyncResult ) : UpdateIntegrationResponseResponse

Finishes the asynchronous execution of the UpdateIntegrationResponse operation.

EndUpdateMethod ( IAsyncResult asyncResult ) : UpdateMethodResponse

Finishes the asynchronous execution of the UpdateMethod operation.

EndUpdateMethodResponse ( IAsyncResult asyncResult ) : UpdateMethodResponseResponse

Finishes the asynchronous execution of the UpdateMethodResponse operation.

EndUpdateModel ( IAsyncResult asyncResult ) : UpdateModelResponse

Finishes the asynchronous execution of the UpdateModel operation.

EndUpdateResource ( IAsyncResult asyncResult ) : UpdateResourceResponse

Finishes the asynchronous execution of the UpdateResource operation.

EndUpdateRestApi ( IAsyncResult asyncResult ) : UpdateRestApiResponse

Finishes the asynchronous execution of the UpdateRestApi operation.

EndUpdateStage ( IAsyncResult asyncResult ) : UpdateStageResponse

Finishes the asynchronous execution of the UpdateStage operation.

EndUpdateUsage ( IAsyncResult asyncResult ) : UpdateUsageResponse

Finishes the asynchronous execution of the UpdateUsage operation.

EndUpdateUsagePlan ( IAsyncResult asyncResult ) : UpdateUsagePlanResponse

Finishes the asynchronous execution of the UpdateUsagePlan operation.

FlushStageAuthorizersCache ( FlushStageAuthorizersCacheRequest request ) : FlushStageAuthorizersCacheResponse

Flushes all authorizer cache entries on a stage.

FlushStageAuthorizersCacheAsync ( FlushStageAuthorizersCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the FlushStageAuthorizersCache operation.

FlushStageCache ( Amazon.APIGateway.Model.FlushStageCacheRequest request ) : FlushStageCacheResponse

Flushes a stage's cache.

FlushStageCacheAsync ( Amazon.APIGateway.Model.FlushStageCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the FlushStageCache operation.

GenerateClientCertificate ( GenerateClientCertificateRequest request ) : GenerateClientCertificateResponse

Generates a ClientCertificate resource.

GenerateClientCertificateAsync ( GenerateClientCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GenerateClientCertificate operation.

GetAccount ( GetAccountRequest request ) : GetAccountResponse

Gets information about the current Account resource.

GetAccountAsync ( GetAccountRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetAccount operation.

GetApiKey ( GetApiKeyRequest request ) : GetApiKeyResponse

Gets information about the current ApiKey resource.

GetApiKeyAsync ( GetApiKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetApiKey operation.

GetApiKeys ( GetApiKeysRequest request ) : GetApiKeysResponse

Gets information about the current ApiKeys resource.

GetApiKeysAsync ( GetApiKeysRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetApiKeys operation.

GetAuthorizer ( GetAuthorizerRequest request ) : GetAuthorizerResponse

Describe an existing Authorizer resource.

GetAuthorizerAsync ( GetAuthorizerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetAuthorizer operation.

GetAuthorizers ( GetAuthorizersRequest request ) : GetAuthorizersResponse

Describe an existing Authorizers resource.

GetAuthorizersAsync ( GetAuthorizersRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetAuthorizers operation.

GetBasePathMapping ( Amazon.APIGateway.Model.GetBasePathMappingRequest request ) : GetBasePathMappingResponse

Describe a BasePathMapping resource.

GetBasePathMappingAsync ( Amazon.APIGateway.Model.GetBasePathMappingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetBasePathMapping operation.

GetBasePathMappings ( Amazon.APIGateway.Model.GetBasePathMappingsRequest request ) : GetBasePathMappingsResponse

Represents a collection of BasePathMapping resources.

GetBasePathMappingsAsync ( Amazon.APIGateway.Model.GetBasePathMappingsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetBasePathMappings operation.

GetClientCertificate ( GetClientCertificateRequest request ) : GetClientCertificateResponse

Gets information about the current ClientCertificate resource.

GetClientCertificateAsync ( GetClientCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetClientCertificate operation.

GetClientCertificates ( GetClientCertificatesRequest request ) : GetClientCertificatesResponse

Gets a collection of ClientCertificate resources.

GetClientCertificatesAsync ( GetClientCertificatesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetClientCertificates operation.

GetDeployment ( Amazon.APIGateway.Model.GetDeploymentRequest request ) : GetDeploymentResponse

Gets information about a Deployment resource.

GetDeploymentAsync ( Amazon.APIGateway.Model.GetDeploymentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDeployment operation.

GetDeployments ( Amazon.APIGateway.Model.GetDeploymentsRequest request ) : GetDeploymentsResponse

Gets information about a Deployments collection.

GetDeploymentsAsync ( Amazon.APIGateway.Model.GetDeploymentsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDeployments operation.

GetDocumentationPart ( GetDocumentationPartRequest request ) : GetDocumentationPartResponse

GetDocumentationPartAsync ( GetDocumentationPartRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDocumentationPart operation.

GetDocumentationParts ( GetDocumentationPartsRequest request ) : GetDocumentationPartsResponse

GetDocumentationPartsAsync ( GetDocumentationPartsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDocumentationParts operation.

GetDocumentationVersion ( GetDocumentationVersionRequest request ) : GetDocumentationVersionResponse

GetDocumentationVersionAsync ( GetDocumentationVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDocumentationVersion operation.

GetDocumentationVersions ( GetDocumentationVersionsRequest request ) : GetDocumentationVersionsResponse

GetDocumentationVersionsAsync ( GetDocumentationVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDocumentationVersions operation.

GetDomainName ( Amazon.APIGateway.Model.GetDomainNameRequest request ) : GetDomainNameResponse

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.

GetDomainNameAsync ( Amazon.APIGateway.Model.GetDomainNameRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDomainName operation.

GetDomainNames ( Amazon.APIGateway.Model.GetDomainNamesRequest request ) : GetDomainNamesResponse

Represents a collection of DomainName resources.

GetDomainNamesAsync ( Amazon.APIGateway.Model.GetDomainNamesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetDomainNames operation.

GetExport ( GetExportRequest request ) : GetExportResponse

Exports a deployed version of a RestApi in a specified format.

GetExportAsync ( GetExportRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetExport operation.

GetIntegration ( Amazon.APIGateway.Model.GetIntegrationRequest request ) : GetIntegrationResponse

Represents a get integration.

GetIntegrationAsync ( Amazon.APIGateway.Model.GetIntegrationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetIntegration operation.

GetIntegrationResponse ( Amazon.APIGateway.Model.GetIntegrationResponseRequest request ) : GetIntegrationResponseResponse

Represents a get integration response.

GetIntegrationResponseAsync ( Amazon.APIGateway.Model.GetIntegrationResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetIntegrationResponse operation.

GetMethod ( GetMethodRequest request ) : GetMethodResponse

Describe an existing Method resource.

GetMethodAsync ( GetMethodRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetMethod operation.

GetMethodResponse ( GetMethodResponseRequest request ) : GetMethodResponseResponse

Describes a MethodResponse resource.

GetMethodResponseAsync ( GetMethodResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetMethodResponse operation.

GetModel ( GetModelRequest request ) : GetModelResponse

Describes an existing model defined for a RestApi resource.

GetModelAsync ( GetModelRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetModel operation.

GetModelTemplate ( Amazon.APIGateway.Model.GetModelTemplateRequest request ) : GetModelTemplateResponse

Generates a sample mapping template that can be used to transform a payload into the structure of a model.

GetModelTemplateAsync ( Amazon.APIGateway.Model.GetModelTemplateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetModelTemplate operation.

GetModels ( Amazon.APIGateway.Model.GetModelsRequest request ) : GetModelsResponse

Describes existing Models defined for a RestApi resource.

GetModelsAsync ( Amazon.APIGateway.Model.GetModelsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetModels operation.

GetResource ( Amazon.APIGateway.Model.GetResourceRequest request ) : GetResourceResponse

Lists information about a resource.

GetResourceAsync ( Amazon.APIGateway.Model.GetResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetResource operation.

GetResources ( Amazon.APIGateway.Model.GetResourcesRequest request ) : GetResourcesResponse

Lists information about a collection of Resource resources.

GetResourcesAsync ( Amazon.APIGateway.Model.GetResourcesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetResources operation.

GetRestApi ( Amazon.APIGateway.Model.GetRestApiRequest request ) : GetRestApiResponse

Lists the RestApi resource in the collection.

GetRestApiAsync ( Amazon.APIGateway.Model.GetRestApiRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetRestApi operation.

GetRestApis ( Amazon.APIGateway.Model.GetRestApisRequest request ) : GetRestApisResponse

Lists the RestApis resources for your collection.

GetRestApisAsync ( Amazon.APIGateway.Model.GetRestApisRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetRestApis operation.

GetSdk ( GetSdkRequest request ) : GetSdkResponse

Generates a client SDK for a RestApi and Stage.

GetSdkAsync ( GetSdkRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetSdk operation.

GetSdkType ( GetSdkTypeRequest request ) : GetSdkTypeResponse

GetSdkTypeAsync ( GetSdkTypeRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetSdkType operation.

GetSdkTypes ( GetSdkTypesRequest request ) : GetSdkTypesResponse

GetSdkTypesAsync ( GetSdkTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetSdkTypes operation.

GetStage ( Amazon.APIGateway.Model.GetStageRequest request ) : GetStageResponse

Gets information about a Stage resource.

GetStageAsync ( Amazon.APIGateway.Model.GetStageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetStage operation.

GetStages ( Amazon.APIGateway.Model.GetStagesRequest request ) : GetStagesResponse

Gets information about one or more Stage resources.

GetStagesAsync ( Amazon.APIGateway.Model.GetStagesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetStages operation.

GetUsage ( GetUsageRequest request ) : GetUsageResponse

Gets the usage data of a usage plan in a specified time interval.

GetUsageAsync ( GetUsageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetUsage operation.

GetUsagePlan ( GetUsagePlanRequest request ) : GetUsagePlanResponse

Gets a usage plan of a given plan identifier.

GetUsagePlanAsync ( GetUsagePlanRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetUsagePlan operation.

GetUsagePlanKey ( GetUsagePlanKeyRequest request ) : GetUsagePlanKeyResponse

Gets a usage plan key of a given key identifier.

GetUsagePlanKeyAsync ( GetUsagePlanKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetUsagePlanKey operation.

GetUsagePlanKeys ( GetUsagePlanKeysRequest request ) : GetUsagePlanKeysResponse

Gets all the usage plan keys representing the API keys added to a specified usage plan.

GetUsagePlanKeysAsync ( GetUsagePlanKeysRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetUsagePlanKeys operation.

GetUsagePlans ( GetUsagePlansRequest request ) : GetUsagePlansResponse

Gets all the usage plans of the caller's account.

GetUsagePlansAsync ( GetUsagePlansRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the GetUsagePlans operation.

ImportApiKeys ( ImportApiKeysRequest request ) : ImportApiKeysResponse

Import API keys from an external source, such as a CSV-formatted file.

ImportApiKeysAsync ( ImportApiKeysRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ImportApiKeys operation.

ImportDocumentationParts ( ImportDocumentationPartsRequest request ) : ImportDocumentationPartsResponse

ImportDocumentationPartsAsync ( ImportDocumentationPartsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ImportDocumentationParts operation.

ImportRestApi ( ImportRestApiRequest request ) : ImportRestApiResponse

A feature of the Amazon API Gateway control service for creating a new API from an external API definition file.

ImportRestApiAsync ( ImportRestApiRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ImportRestApi operation.

PutIntegration ( PutIntegrationRequest request ) : PutIntegrationResponse

Represents a put integration.

PutIntegrationAsync ( PutIntegrationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PutIntegration operation.

PutIntegrationResponse ( PutIntegrationResponseRequest request ) : PutIntegrationResponseResponse

Represents a put integration.

PutIntegrationResponseAsync ( PutIntegrationResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PutIntegrationResponse operation.

PutMethod ( PutMethodRequest request ) : PutMethodResponse

Add a method to an existing Resource resource.

PutMethodAsync ( PutMethodRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PutMethod operation.

PutMethodResponse ( PutMethodResponseRequest request ) : PutMethodResponseResponse

Adds a MethodResponse to an existing Method resource.

PutMethodResponseAsync ( PutMethodResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PutMethodResponse operation.

PutRestApi ( PutRestApiRequest request ) : PutRestApiResponse

A feature of the Amazon API Gateway control service for updating an existing API with an input of external API definitions. The update can take the form of merging the supplied definition into the existing API or overwriting the existing API.

PutRestApiAsync ( PutRestApiRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the PutRestApi operation.

TestInvokeAuthorizer ( TestInvokeAuthorizerRequest request ) : TestInvokeAuthorizerResponse

Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.

TestInvokeAuthorizerAsync ( TestInvokeAuthorizerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the TestInvokeAuthorizer operation.

TestInvokeMethod ( TestInvokeMethodRequest request ) : TestInvokeMethodResponse

Simulate the execution of a Method in your RestApi with headers, parameters, and an incoming request body.

TestInvokeMethodAsync ( TestInvokeMethodRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the TestInvokeMethod operation.

UpdateAccount ( UpdateAccountRequest request ) : UpdateAccountResponse

Changes information about the current Account resource.

UpdateAccountAsync ( UpdateAccountRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateAccount operation.

UpdateApiKey ( UpdateApiKeyRequest request ) : UpdateApiKeyResponse

Changes information about an ApiKey resource.

UpdateApiKeyAsync ( UpdateApiKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateApiKey operation.

UpdateAuthorizer ( UpdateAuthorizerRequest request ) : UpdateAuthorizerResponse

Updates an existing Authorizer resource.

UpdateAuthorizerAsync ( UpdateAuthorizerRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateAuthorizer operation.

UpdateBasePathMapping ( UpdateBasePathMappingRequest request ) : Amazon.APIGateway.Model.UpdateBasePathMappingResponse

Changes information about the BasePathMapping resource.

UpdateBasePathMappingAsync ( UpdateBasePathMappingRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateBasePathMapping operation.

UpdateClientCertificate ( UpdateClientCertificateRequest request ) : UpdateClientCertificateResponse

Changes information about an ClientCertificate resource.

UpdateClientCertificateAsync ( UpdateClientCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateClientCertificate operation.

UpdateDeployment ( UpdateDeploymentRequest request ) : UpdateDeploymentResponse

Changes information about a Deployment resource.

UpdateDeploymentAsync ( UpdateDeploymentRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateDeployment operation.

UpdateDocumentationPart ( UpdateDocumentationPartRequest request ) : UpdateDocumentationPartResponse

UpdateDocumentationPartAsync ( UpdateDocumentationPartRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateDocumentationPart operation.

UpdateDocumentationVersion ( UpdateDocumentationVersionRequest request ) : UpdateDocumentationVersionResponse

UpdateDocumentationVersionAsync ( UpdateDocumentationVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateDocumentationVersion operation.

UpdateDomainName ( UpdateDomainNameRequest request ) : UpdateDomainNameResponse

Changes information about the DomainName resource.

UpdateDomainNameAsync ( UpdateDomainNameRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateDomainName operation.

UpdateIntegration ( UpdateIntegrationRequest request ) : UpdateIntegrationResponse

Represents an update integration.

UpdateIntegrationAsync ( UpdateIntegrationRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateIntegration operation.

UpdateIntegrationResponse ( UpdateIntegrationResponseRequest request ) : UpdateIntegrationResponseResponse

Represents an update integration response.

UpdateIntegrationResponseAsync ( UpdateIntegrationResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateIntegrationResponse operation.

UpdateMethod ( UpdateMethodRequest request ) : UpdateMethodResponse

Updates an existing Method resource.

UpdateMethodAsync ( UpdateMethodRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateMethod operation.

UpdateMethodResponse ( UpdateMethodResponseRequest request ) : UpdateMethodResponseResponse

Updates an existing MethodResponse resource.

UpdateMethodResponseAsync ( UpdateMethodResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateMethodResponse operation.

UpdateModel ( UpdateModelRequest request ) : UpdateModelResponse

Changes information about a model.

UpdateModelAsync ( UpdateModelRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateModel operation.

UpdateResource ( UpdateResourceRequest request ) : UpdateResourceResponse

Changes information about a Resource resource.

UpdateResourceAsync ( UpdateResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateResource operation.

UpdateRestApi ( UpdateRestApiRequest request ) : UpdateRestApiResponse

Changes information about the specified API.

UpdateRestApiAsync ( UpdateRestApiRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateRestApi operation.

UpdateStage ( UpdateStageRequest request ) : UpdateStageResponse

Changes information about a Stage resource.

UpdateStageAsync ( UpdateStageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateStage operation.

UpdateUsage ( UpdateUsageRequest request ) : UpdateUsageResponse

Grants a temporary extension to the reamining quota of a usage plan associated with a specified API key.

UpdateUsageAsync ( UpdateUsageRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateUsage operation.

UpdateUsagePlan ( UpdateUsagePlanRequest request ) : UpdateUsagePlanResponse

Updates a usage plan of a given plan Id.

UpdateUsagePlanAsync ( UpdateUsagePlanRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateUsagePlan operation.

Protected Methods

Method Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Method Details

AmazonAPIGatewayClient() public method

Constructs AmazonAPIGatewayClient 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 AmazonAPIGatewayClient ( ) : System
return System

AmazonAPIGatewayClient() public method

Constructs AmazonAPIGatewayClient with AWS Credentials
public AmazonAPIGatewayClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
return System

AmazonAPIGatewayClient() public method

Constructs AmazonAPIGatewayClient with AWS Credentials and an AmazonAPIGatewayClient Configuration object.
public AmazonAPIGatewayClient ( AWSCredentials credentials, AmazonAPIGatewayConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonAPIGatewayConfig The AmazonAPIGatewayClient Configuration Object
return System

AmazonAPIGatewayClient() public method

Constructs AmazonAPIGatewayClient with AWS Credentials
public AmazonAPIGatewayClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
return System

AmazonAPIGatewayClient() public method

Constructs AmazonAPIGatewayClient 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 AmazonAPIGatewayClient ( AmazonAPIGatewayConfig config ) : System
config AmazonAPIGatewayConfig The AmazonAPIGatewayClient Configuration Object
return System

AmazonAPIGatewayClient() public method

Constructs AmazonAPIGatewayClient 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 AmazonAPIGatewayClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
return System

AmazonAPIGatewayClient() public method

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key
public AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
return System

AmazonAPIGatewayClient() public method

Constructs AmazonAPIGatewayClient with AWS Access Key ID, AWS Secret Key and an AmazonAPIGatewayClient Configuration object.
public AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonAPIGatewayConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonAPIGatewayConfig The AmazonAPIGatewayClient Configuration Object
return System

AmazonAPIGatewayClient() public method

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

AmazonAPIGatewayClient() public method

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

AmazonAPIGatewayClient() public method

Constructs AmazonAPIGatewayClient with AWS Access Key ID, AWS Secret Key and an AmazonAPIGatewayClient Configuration object.
public AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonAPIGatewayConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonAPIGatewayConfig The AmazonAPIGatewayClient Configuration Object
return System

AmazonAPIGatewayClient() public method

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

BeginCreateApiKey() public method

Initiates the asynchronous execution of the CreateApiKey operation.
public BeginCreateApiKey ( CreateApiKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateApiKeyRequest Container for the necessary parameters to execute the CreateApiKey operation on AmazonAPIGatewayClient.
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

BeginCreateAuthorizer() public method

Initiates the asynchronous execution of the CreateAuthorizer operation.
public BeginCreateAuthorizer ( CreateAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateAuthorizerRequest Container for the necessary parameters to execute the CreateAuthorizer operation on AmazonAPIGatewayClient.
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

BeginCreateBasePathMapping() public method

Initiates the asynchronous execution of the CreateBasePathMapping operation.
public BeginCreateBasePathMapping ( Amazon.APIGateway.Model.CreateBasePathMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateBasePathMappingRequest Container for the necessary parameters to execute the CreateBasePathMapping operation on AmazonAPIGatewayClient.
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

BeginCreateDeployment() public method

Initiates the asynchronous execution of the CreateDeployment operation.
public BeginCreateDeployment ( CreateDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateDeploymentRequest Container for the necessary parameters to execute the CreateDeployment operation on AmazonAPIGatewayClient.
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

BeginCreateDocumentationPart() public method

Initiates the asynchronous execution of the CreateDocumentationPart operation.
public BeginCreateDocumentationPart ( CreateDocumentationPartRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateDocumentationPartRequest Container for the necessary parameters to execute the CreateDocumentationPart operation on AmazonAPIGatewayClient.
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

BeginCreateDocumentationVersion() public method

Initiates the asynchronous execution of the CreateDocumentationVersion operation.
public BeginCreateDocumentationVersion ( CreateDocumentationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateDocumentationVersionRequest Container for the necessary parameters to execute the CreateDocumentationVersion operation on AmazonAPIGatewayClient.
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

BeginCreateDomainName() public method

Initiates the asynchronous execution of the CreateDomainName operation.
public BeginCreateDomainName ( Amazon.APIGateway.Model.CreateDomainNameRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateDomainNameRequest Container for the necessary parameters to execute the CreateDomainName operation on AmazonAPIGatewayClient.
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

BeginCreateModel() public method

Initiates the asynchronous execution of the CreateModel operation.
public BeginCreateModel ( Amazon.APIGateway.Model.CreateModelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateModelRequest Container for the necessary parameters to execute the CreateModel operation on AmazonAPIGatewayClient.
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

BeginCreateResource() public method

Initiates the asynchronous execution of the CreateResource operation.
public BeginCreateResource ( Amazon.APIGateway.Model.CreateResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateResourceRequest Container for the necessary parameters to execute the CreateResource operation on AmazonAPIGatewayClient.
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

BeginCreateRestApi() public method

Initiates the asynchronous execution of the CreateRestApi operation.
public BeginCreateRestApi ( CreateRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateRestApiRequest Container for the necessary parameters to execute the CreateRestApi operation on AmazonAPIGatewayClient.
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

BeginCreateStage() public method

Initiates the asynchronous execution of the CreateStage operation.
public BeginCreateStage ( CreateStageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateStageRequest Container for the necessary parameters to execute the CreateStage operation on AmazonAPIGatewayClient.
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

BeginCreateUsagePlan() public method

Initiates the asynchronous execution of the CreateUsagePlan operation.
public BeginCreateUsagePlan ( CreateUsagePlanRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateUsagePlanRequest Container for the necessary parameters to execute the CreateUsagePlan operation on AmazonAPIGatewayClient.
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

BeginCreateUsagePlanKey() public method

Initiates the asynchronous execution of the CreateUsagePlanKey operation.
public BeginCreateUsagePlanKey ( CreateUsagePlanKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateUsagePlanKeyRequest Container for the necessary parameters to execute the CreateUsagePlanKey operation on AmazonAPIGatewayClient.
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

BeginDeleteApiKey() public method

Initiates the asynchronous execution of the DeleteApiKey operation.
public BeginDeleteApiKey ( Amazon.APIGateway.Model.DeleteApiKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteApiKeyRequest Container for the necessary parameters to execute the DeleteApiKey operation on AmazonAPIGatewayClient.
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

BeginDeleteAuthorizer() public method

Initiates the asynchronous execution of the DeleteAuthorizer operation.
public BeginDeleteAuthorizer ( DeleteAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteAuthorizerRequest Container for the necessary parameters to execute the DeleteAuthorizer operation on AmazonAPIGatewayClient.
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

BeginDeleteBasePathMapping() public method

Initiates the asynchronous execution of the DeleteBasePathMapping operation.
public BeginDeleteBasePathMapping ( Amazon.APIGateway.Model.DeleteBasePathMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteBasePathMappingRequest Container for the necessary parameters to execute the DeleteBasePathMapping operation on AmazonAPIGatewayClient.
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

BeginDeleteClientCertificate() public method

Initiates the asynchronous execution of the DeleteClientCertificate operation.
public BeginDeleteClientCertificate ( DeleteClientCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteClientCertificateRequest Container for the necessary parameters to execute the DeleteClientCertificate operation on AmazonAPIGatewayClient.
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

BeginDeleteDeployment() public method

Initiates the asynchronous execution of the DeleteDeployment operation.
public BeginDeleteDeployment ( Amazon.APIGateway.Model.DeleteDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteDeploymentRequest Container for the necessary parameters to execute the DeleteDeployment operation on AmazonAPIGatewayClient.
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

BeginDeleteDocumentationPart() public method

Initiates the asynchronous execution of the DeleteDocumentationPart operation.
public BeginDeleteDocumentationPart ( DeleteDocumentationPartRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteDocumentationPartRequest Container for the necessary parameters to execute the DeleteDocumentationPart operation on AmazonAPIGatewayClient.
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

BeginDeleteDocumentationVersion() public method

Initiates the asynchronous execution of the DeleteDocumentationVersion operation.
public BeginDeleteDocumentationVersion ( DeleteDocumentationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteDocumentationVersionRequest Container for the necessary parameters to execute the DeleteDocumentationVersion operation on AmazonAPIGatewayClient.
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

BeginDeleteDomainName() public method

Initiates the asynchronous execution of the DeleteDomainName operation.
public BeginDeleteDomainName ( Amazon.APIGateway.Model.DeleteDomainNameRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteDomainNameRequest Container for the necessary parameters to execute the DeleteDomainName operation on AmazonAPIGatewayClient.
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

BeginDeleteIntegration() public method

Initiates the asynchronous execution of the DeleteIntegration operation.
public BeginDeleteIntegration ( Amazon.APIGateway.Model.DeleteIntegrationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteIntegrationRequest Container for the necessary parameters to execute the DeleteIntegration operation on AmazonAPIGatewayClient.
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

BeginDeleteIntegrationResponse() public method

Initiates the asynchronous execution of the DeleteIntegrationResponse operation.
public BeginDeleteIntegrationResponse ( Amazon.APIGateway.Model.DeleteIntegrationResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteIntegrationResponseRequest Container for the necessary parameters to execute the DeleteIntegrationResponse operation on AmazonAPIGatewayClient.
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

BeginDeleteMethod() public method

Initiates the asynchronous execution of the DeleteMethod operation.
public BeginDeleteMethod ( DeleteMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteMethodRequest Container for the necessary parameters to execute the DeleteMethod operation on AmazonAPIGatewayClient.
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

BeginDeleteMethodResponse() public method

Initiates the asynchronous execution of the DeleteMethodResponse operation.
public BeginDeleteMethodResponse ( DeleteMethodResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteMethodResponseRequest Container for the necessary parameters to execute the DeleteMethodResponse operation on AmazonAPIGatewayClient.
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

BeginDeleteModel() public method

Initiates the asynchronous execution of the DeleteModel operation.
public BeginDeleteModel ( Amazon.APIGateway.Model.DeleteModelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteModelRequest Container for the necessary parameters to execute the DeleteModel operation on AmazonAPIGatewayClient.
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

BeginDeleteResource() public method

Initiates the asynchronous execution of the DeleteResource operation.
public BeginDeleteResource ( Amazon.APIGateway.Model.DeleteResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteResourceRequest Container for the necessary parameters to execute the DeleteResource operation on AmazonAPIGatewayClient.
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

BeginDeleteRestApi() public method

Initiates the asynchronous execution of the DeleteRestApi operation.
public BeginDeleteRestApi ( Amazon.APIGateway.Model.DeleteRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteRestApiRequest Container for the necessary parameters to execute the DeleteRestApi operation on AmazonAPIGatewayClient.
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

BeginDeleteStage() public method

Initiates the asynchronous execution of the DeleteStage operation.
public BeginDeleteStage ( Amazon.APIGateway.Model.DeleteStageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteStageRequest Container for the necessary parameters to execute the DeleteStage operation on AmazonAPIGatewayClient.
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

BeginDeleteUsagePlan() public method

Initiates the asynchronous execution of the DeleteUsagePlan operation.
public BeginDeleteUsagePlan ( DeleteUsagePlanRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteUsagePlanRequest Container for the necessary parameters to execute the DeleteUsagePlan operation on AmazonAPIGatewayClient.
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

BeginDeleteUsagePlanKey() public method

Initiates the asynchronous execution of the DeleteUsagePlanKey operation.
public BeginDeleteUsagePlanKey ( DeleteUsagePlanKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteUsagePlanKeyRequest Container for the necessary parameters to execute the DeleteUsagePlanKey operation on AmazonAPIGatewayClient.
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

BeginFlushStageAuthorizersCache() public method

Initiates the asynchronous execution of the FlushStageAuthorizersCache operation.
public BeginFlushStageAuthorizersCache ( FlushStageAuthorizersCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.FlushStageAuthorizersCacheRequest Container for the necessary parameters to execute the FlushStageAuthorizersCache operation on AmazonAPIGatewayClient.
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

BeginFlushStageCache() public method

Initiates the asynchronous execution of the FlushStageCache operation.
public BeginFlushStageCache ( Amazon.APIGateway.Model.FlushStageCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.FlushStageCacheRequest Container for the necessary parameters to execute the FlushStageCache operation on AmazonAPIGatewayClient.
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

BeginGenerateClientCertificate() public method

Initiates the asynchronous execution of the GenerateClientCertificate operation.
public BeginGenerateClientCertificate ( GenerateClientCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GenerateClientCertificateRequest Container for the necessary parameters to execute the GenerateClientCertificate operation on AmazonAPIGatewayClient.
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

BeginGetAccount() public method

Initiates the asynchronous execution of the GetAccount operation.
public BeginGetAccount ( GetAccountRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetAccountRequest Container for the necessary parameters to execute the GetAccount operation on AmazonAPIGatewayClient.
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

BeginGetApiKey() public method

Initiates the asynchronous execution of the GetApiKey operation.
public BeginGetApiKey ( GetApiKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetApiKeyRequest Container for the necessary parameters to execute the GetApiKey operation on AmazonAPIGatewayClient.
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

BeginGetApiKeys() public method

Initiates the asynchronous execution of the GetApiKeys operation.
public BeginGetApiKeys ( GetApiKeysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetApiKeysRequest Container for the necessary parameters to execute the GetApiKeys operation on AmazonAPIGatewayClient.
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

BeginGetAuthorizer() public method

Initiates the asynchronous execution of the GetAuthorizer operation.
public BeginGetAuthorizer ( GetAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetAuthorizerRequest Container for the necessary parameters to execute the GetAuthorizer operation on AmazonAPIGatewayClient.
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

BeginGetAuthorizers() public method

Initiates the asynchronous execution of the GetAuthorizers operation.
public BeginGetAuthorizers ( GetAuthorizersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetAuthorizersRequest Container for the necessary parameters to execute the GetAuthorizers operation on AmazonAPIGatewayClient.
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

BeginGetBasePathMapping() public method

Initiates the asynchronous execution of the GetBasePathMapping operation.
public BeginGetBasePathMapping ( Amazon.APIGateway.Model.GetBasePathMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetBasePathMappingRequest Container for the necessary parameters to execute the GetBasePathMapping operation on AmazonAPIGatewayClient.
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

BeginGetBasePathMappings() public method

Initiates the asynchronous execution of the GetBasePathMappings operation.
public BeginGetBasePathMappings ( Amazon.APIGateway.Model.GetBasePathMappingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetBasePathMappingsRequest Container for the necessary parameters to execute the GetBasePathMappings operation on AmazonAPIGatewayClient.
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

BeginGetClientCertificate() public method

Initiates the asynchronous execution of the GetClientCertificate operation.
public BeginGetClientCertificate ( GetClientCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetClientCertificateRequest Container for the necessary parameters to execute the GetClientCertificate operation on AmazonAPIGatewayClient.
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

BeginGetClientCertificates() public method

Initiates the asynchronous execution of the GetClientCertificates operation.
public BeginGetClientCertificates ( GetClientCertificatesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetClientCertificatesRequest Container for the necessary parameters to execute the GetClientCertificates operation on AmazonAPIGatewayClient.
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

BeginGetDeployment() public method

Initiates the asynchronous execution of the GetDeployment operation.
public BeginGetDeployment ( Amazon.APIGateway.Model.GetDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDeploymentRequest Container for the necessary parameters to execute the GetDeployment operation on AmazonAPIGatewayClient.
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

BeginGetDeployments() public method

Initiates the asynchronous execution of the GetDeployments operation.
public BeginGetDeployments ( Amazon.APIGateway.Model.GetDeploymentsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDeploymentsRequest Container for the necessary parameters to execute the GetDeployments operation on AmazonAPIGatewayClient.
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

BeginGetDocumentationPart() public method

Initiates the asynchronous execution of the GetDocumentationPart operation.
public BeginGetDocumentationPart ( GetDocumentationPartRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDocumentationPartRequest Container for the necessary parameters to execute the GetDocumentationPart operation on AmazonAPIGatewayClient.
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

BeginGetDocumentationParts() public method

Initiates the asynchronous execution of the GetDocumentationParts operation.
public BeginGetDocumentationParts ( GetDocumentationPartsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDocumentationPartsRequest Container for the necessary parameters to execute the GetDocumentationParts operation on AmazonAPIGatewayClient.
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

BeginGetDocumentationVersion() public method

Initiates the asynchronous execution of the GetDocumentationVersion operation.
public BeginGetDocumentationVersion ( GetDocumentationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDocumentationVersionRequest Container for the necessary parameters to execute the GetDocumentationVersion operation on AmazonAPIGatewayClient.
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

BeginGetDocumentationVersions() public method

Initiates the asynchronous execution of the GetDocumentationVersions operation.
public BeginGetDocumentationVersions ( GetDocumentationVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDocumentationVersionsRequest Container for the necessary parameters to execute the GetDocumentationVersions operation on AmazonAPIGatewayClient.
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

BeginGetDomainName() public method

Initiates the asynchronous execution of the GetDomainName operation.
public BeginGetDomainName ( Amazon.APIGateway.Model.GetDomainNameRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDomainNameRequest Container for the necessary parameters to execute the GetDomainName operation on AmazonAPIGatewayClient.
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

BeginGetDomainNames() public method

Initiates the asynchronous execution of the GetDomainNames operation.
public BeginGetDomainNames ( Amazon.APIGateway.Model.GetDomainNamesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDomainNamesRequest Container for the necessary parameters to execute the GetDomainNames operation on AmazonAPIGatewayClient.
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

BeginGetExport() public method

Initiates the asynchronous execution of the GetExport operation.
public BeginGetExport ( GetExportRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetExportRequest Container for the necessary parameters to execute the GetExport operation on AmazonAPIGatewayClient.
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

BeginGetIntegration() public method

Initiates the asynchronous execution of the GetIntegration operation.
public BeginGetIntegration ( Amazon.APIGateway.Model.GetIntegrationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetIntegrationRequest Container for the necessary parameters to execute the GetIntegration operation on AmazonAPIGatewayClient.
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

BeginGetIntegrationResponse() public method

Initiates the asynchronous execution of the GetIntegrationResponse operation.
public BeginGetIntegrationResponse ( Amazon.APIGateway.Model.GetIntegrationResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetIntegrationResponseRequest Container for the necessary parameters to execute the GetIntegrationResponse operation on AmazonAPIGatewayClient.
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

BeginGetMethod() public method

Initiates the asynchronous execution of the GetMethod operation.
public BeginGetMethod ( GetMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetMethodRequest Container for the necessary parameters to execute the GetMethod operation on AmazonAPIGatewayClient.
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

BeginGetMethodResponse() public method

Initiates the asynchronous execution of the GetMethodResponse operation.
public BeginGetMethodResponse ( GetMethodResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetMethodResponseRequest Container for the necessary parameters to execute the GetMethodResponse operation on AmazonAPIGatewayClient.
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

BeginGetModel() public method

Initiates the asynchronous execution of the GetModel operation.
public BeginGetModel ( GetModelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetModelRequest Container for the necessary parameters to execute the GetModel operation on AmazonAPIGatewayClient.
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

BeginGetModelTemplate() public method

Initiates the asynchronous execution of the GetModelTemplate operation.
public BeginGetModelTemplate ( Amazon.APIGateway.Model.GetModelTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetModelTemplateRequest Container for the necessary parameters to execute the GetModelTemplate operation on AmazonAPIGatewayClient.
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

BeginGetModels() public method

Initiates the asynchronous execution of the GetModels operation.
public BeginGetModels ( Amazon.APIGateway.Model.GetModelsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetModelsRequest Container for the necessary parameters to execute the GetModels operation on AmazonAPIGatewayClient.
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

BeginGetResource() public method

Initiates the asynchronous execution of the GetResource operation.
public BeginGetResource ( Amazon.APIGateway.Model.GetResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetResourceRequest Container for the necessary parameters to execute the GetResource operation on AmazonAPIGatewayClient.
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

BeginGetResources() public method

Initiates the asynchronous execution of the GetResources operation.
public BeginGetResources ( Amazon.APIGateway.Model.GetResourcesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetResourcesRequest Container for the necessary parameters to execute the GetResources operation on AmazonAPIGatewayClient.
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

BeginGetRestApi() public method

Initiates the asynchronous execution of the GetRestApi operation.
public BeginGetRestApi ( Amazon.APIGateway.Model.GetRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetRestApiRequest Container for the necessary parameters to execute the GetRestApi operation on AmazonAPIGatewayClient.
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

BeginGetRestApis() public method

Initiates the asynchronous execution of the GetRestApis operation.
public BeginGetRestApis ( Amazon.APIGateway.Model.GetRestApisRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetRestApisRequest Container for the necessary parameters to execute the GetRestApis operation on AmazonAPIGatewayClient.
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

BeginGetSdk() public method

Initiates the asynchronous execution of the GetSdk operation.
public BeginGetSdk ( GetSdkRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetSdkRequest Container for the necessary parameters to execute the GetSdk operation on AmazonAPIGatewayClient.
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

BeginGetSdkType() public method

Initiates the asynchronous execution of the GetSdkType operation.
public BeginGetSdkType ( GetSdkTypeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetSdkTypeRequest Container for the necessary parameters to execute the GetSdkType operation on AmazonAPIGatewayClient.
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

BeginGetSdkTypes() public method

Initiates the asynchronous execution of the GetSdkTypes operation.
public BeginGetSdkTypes ( GetSdkTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetSdkTypesRequest Container for the necessary parameters to execute the GetSdkTypes operation on AmazonAPIGatewayClient.
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

BeginGetStage() public method

Initiates the asynchronous execution of the GetStage operation.
public BeginGetStage ( Amazon.APIGateway.Model.GetStageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetStageRequest Container for the necessary parameters to execute the GetStage operation on AmazonAPIGatewayClient.
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

BeginGetStages() public method

Initiates the asynchronous execution of the GetStages operation.
public BeginGetStages ( Amazon.APIGateway.Model.GetStagesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetStagesRequest Container for the necessary parameters to execute the GetStages operation on AmazonAPIGatewayClient.
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

BeginGetUsage() public method

Initiates the asynchronous execution of the GetUsage operation.
public BeginGetUsage ( GetUsageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetUsageRequest Container for the necessary parameters to execute the GetUsage operation on AmazonAPIGatewayClient.
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

BeginGetUsagePlan() public method

Initiates the asynchronous execution of the GetUsagePlan operation.
public BeginGetUsagePlan ( GetUsagePlanRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetUsagePlanRequest Container for the necessary parameters to execute the GetUsagePlan operation on AmazonAPIGatewayClient.
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

BeginGetUsagePlanKey() public method

Initiates the asynchronous execution of the GetUsagePlanKey operation.
public BeginGetUsagePlanKey ( GetUsagePlanKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetUsagePlanKeyRequest Container for the necessary parameters to execute the GetUsagePlanKey operation on AmazonAPIGatewayClient.
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

BeginGetUsagePlanKeys() public method

Initiates the asynchronous execution of the GetUsagePlanKeys operation.
public BeginGetUsagePlanKeys ( GetUsagePlanKeysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetUsagePlanKeysRequest Container for the necessary parameters to execute the GetUsagePlanKeys operation on AmazonAPIGatewayClient.
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

BeginGetUsagePlans() public method

Initiates the asynchronous execution of the GetUsagePlans operation.
public BeginGetUsagePlans ( GetUsagePlansRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetUsagePlansRequest Container for the necessary parameters to execute the GetUsagePlans operation on AmazonAPIGatewayClient.
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

BeginImportApiKeys() public method

Initiates the asynchronous execution of the ImportApiKeys operation.
public BeginImportApiKeys ( ImportApiKeysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.ImportApiKeysRequest Container for the necessary parameters to execute the ImportApiKeys operation on AmazonAPIGatewayClient.
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

BeginImportDocumentationParts() public method

Initiates the asynchronous execution of the ImportDocumentationParts operation.
public BeginImportDocumentationParts ( ImportDocumentationPartsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.ImportDocumentationPartsRequest Container for the necessary parameters to execute the ImportDocumentationParts operation on AmazonAPIGatewayClient.
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

BeginImportRestApi() public method

Initiates the asynchronous execution of the ImportRestApi operation.
public BeginImportRestApi ( ImportRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.ImportRestApiRequest Container for the necessary parameters to execute the ImportRestApi operation on AmazonAPIGatewayClient.
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

BeginPutIntegration() public method

Initiates the asynchronous execution of the PutIntegration operation.
public BeginPutIntegration ( PutIntegrationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.PutIntegrationRequest Container for the necessary parameters to execute the PutIntegration operation on AmazonAPIGatewayClient.
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

BeginPutIntegrationResponse() public method

Initiates the asynchronous execution of the PutIntegrationResponse operation.
public BeginPutIntegrationResponse ( PutIntegrationResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.PutIntegrationResponseRequest Container for the necessary parameters to execute the PutIntegrationResponse operation on AmazonAPIGatewayClient.
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

BeginPutMethod() public method

Initiates the asynchronous execution of the PutMethod operation.
public BeginPutMethod ( PutMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.PutMethodRequest Container for the necessary parameters to execute the PutMethod operation on AmazonAPIGatewayClient.
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

BeginPutMethodResponse() public method

Initiates the asynchronous execution of the PutMethodResponse operation.
public BeginPutMethodResponse ( PutMethodResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.PutMethodResponseRequest Container for the necessary parameters to execute the PutMethodResponse operation on AmazonAPIGatewayClient.
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

BeginPutRestApi() public method

Initiates the asynchronous execution of the PutRestApi operation.
public BeginPutRestApi ( PutRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.PutRestApiRequest Container for the necessary parameters to execute the PutRestApi operation on AmazonAPIGatewayClient.
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

BeginTestInvokeAuthorizer() public method

Initiates the asynchronous execution of the TestInvokeAuthorizer operation.
public BeginTestInvokeAuthorizer ( TestInvokeAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.TestInvokeAuthorizerRequest Container for the necessary parameters to execute the TestInvokeAuthorizer operation on AmazonAPIGatewayClient.
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

BeginTestInvokeMethod() public method

Initiates the asynchronous execution of the TestInvokeMethod operation.
public BeginTestInvokeMethod ( TestInvokeMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.TestInvokeMethodRequest Container for the necessary parameters to execute the TestInvokeMethod operation on AmazonAPIGatewayClient.
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

BeginUpdateAccount() public method

Initiates the asynchronous execution of the UpdateAccount operation.
public BeginUpdateAccount ( UpdateAccountRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateAccountRequest Container for the necessary parameters to execute the UpdateAccount operation on AmazonAPIGatewayClient.
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

BeginUpdateApiKey() public method

Initiates the asynchronous execution of the UpdateApiKey operation.
public BeginUpdateApiKey ( UpdateApiKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateApiKeyRequest Container for the necessary parameters to execute the UpdateApiKey operation on AmazonAPIGatewayClient.
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

BeginUpdateAuthorizer() public method

Initiates the asynchronous execution of the UpdateAuthorizer operation.
public BeginUpdateAuthorizer ( UpdateAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateAuthorizerRequest Container for the necessary parameters to execute the UpdateAuthorizer operation on AmazonAPIGatewayClient.
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

BeginUpdateBasePathMapping() public method

Initiates the asynchronous execution of the UpdateBasePathMapping operation.
public BeginUpdateBasePathMapping ( UpdateBasePathMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateBasePathMappingRequest Container for the necessary parameters to execute the UpdateBasePathMapping operation on AmazonAPIGatewayClient.
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

BeginUpdateClientCertificate() public method

Initiates the asynchronous execution of the UpdateClientCertificate operation.
public BeginUpdateClientCertificate ( UpdateClientCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateClientCertificateRequest Container for the necessary parameters to execute the UpdateClientCertificate operation on AmazonAPIGatewayClient.
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

BeginUpdateDeployment() public method

Initiates the asynchronous execution of the UpdateDeployment operation.
public BeginUpdateDeployment ( UpdateDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateDeploymentRequest Container for the necessary parameters to execute the UpdateDeployment operation on AmazonAPIGatewayClient.
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

BeginUpdateDocumentationPart() public method

Initiates the asynchronous execution of the UpdateDocumentationPart operation.
public BeginUpdateDocumentationPart ( UpdateDocumentationPartRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateDocumentationPartRequest Container for the necessary parameters to execute the UpdateDocumentationPart operation on AmazonAPIGatewayClient.
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

BeginUpdateDocumentationVersion() public method

Initiates the asynchronous execution of the UpdateDocumentationVersion operation.
public BeginUpdateDocumentationVersion ( UpdateDocumentationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateDocumentationVersionRequest Container for the necessary parameters to execute the UpdateDocumentationVersion operation on AmazonAPIGatewayClient.
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

BeginUpdateDomainName() public method

Initiates the asynchronous execution of the UpdateDomainName operation.
public BeginUpdateDomainName ( Amazon.APIGateway.Model.UpdateDomainNameRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateDomainNameRequest Container for the necessary parameters to execute the UpdateDomainName operation on AmazonAPIGatewayClient.
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

BeginUpdateIntegration() public method

Initiates the asynchronous execution of the UpdateIntegration operation.
public BeginUpdateIntegration ( UpdateIntegrationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateIntegrationRequest Container for the necessary parameters to execute the UpdateIntegration operation on AmazonAPIGatewayClient.
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

BeginUpdateIntegrationResponse() public method

Initiates the asynchronous execution of the UpdateIntegrationResponse operation.
public BeginUpdateIntegrationResponse ( UpdateIntegrationResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateIntegrationResponseRequest Container for the necessary parameters to execute the UpdateIntegrationResponse operation on AmazonAPIGatewayClient.
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

BeginUpdateMethod() public method

Initiates the asynchronous execution of the UpdateMethod operation.
public BeginUpdateMethod ( UpdateMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateMethodRequest Container for the necessary parameters to execute the UpdateMethod operation on AmazonAPIGatewayClient.
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

BeginUpdateMethodResponse() public method

Initiates the asynchronous execution of the UpdateMethodResponse operation.
public BeginUpdateMethodResponse ( UpdateMethodResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateMethodResponseRequest Container for the necessary parameters to execute the UpdateMethodResponse operation on AmazonAPIGatewayClient.
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

BeginUpdateModel() public method

Initiates the asynchronous execution of the UpdateModel operation.
public BeginUpdateModel ( UpdateModelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateModelRequest Container for the necessary parameters to execute the UpdateModel operation on AmazonAPIGatewayClient.
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

BeginUpdateResource() public method

Initiates the asynchronous execution of the UpdateResource operation.
public BeginUpdateResource ( UpdateResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateResourceRequest Container for the necessary parameters to execute the UpdateResource operation on AmazonAPIGatewayClient.
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

BeginUpdateRestApi() public method

Initiates the asynchronous execution of the UpdateRestApi operation.
public BeginUpdateRestApi ( UpdateRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateRestApiRequest Container for the necessary parameters to execute the UpdateRestApi operation on AmazonAPIGatewayClient.
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

BeginUpdateStage() public method

Initiates the asynchronous execution of the UpdateStage operation.
public BeginUpdateStage ( UpdateStageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateStageRequest Container for the necessary parameters to execute the UpdateStage operation on AmazonAPIGatewayClient.
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

BeginUpdateUsage() public method

Initiates the asynchronous execution of the UpdateUsage operation.
public BeginUpdateUsage ( UpdateUsageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateUsageRequest Container for the necessary parameters to execute the UpdateUsage operation on AmazonAPIGatewayClient.
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

BeginUpdateUsagePlan() public method

Initiates the asynchronous execution of the UpdateUsagePlan operation.
public BeginUpdateUsagePlan ( UpdateUsagePlanRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateUsagePlanRequest Container for the necessary parameters to execute the UpdateUsagePlan operation on AmazonAPIGatewayClient.
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

CreateApiKey() public method

Create an ApiKey resource.
/// /// /// /// /// /// /// /// /// /// /// ///
public CreateApiKey ( CreateApiKeyRequest request ) : CreateApiKeyResponse
request Amazon.APIGateway.Model.CreateApiKeyRequest Container for the necessary parameters to execute the CreateApiKey service method.
return Amazon.APIGateway.Model.CreateApiKeyResponse

CreateApiKeyAsync() public method

Initiates the asynchronous execution of the CreateApiKey operation.
public CreateApiKeyAsync ( CreateApiKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.CreateApiKeyRequest Container for the necessary parameters to execute the CreateApiKey operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateAuthorizer() public method

Adds a new Authorizer resource to an existing RestApi resource.
/// /// /// /// /// /// /// /// /// ///
public CreateAuthorizer ( CreateAuthorizerRequest request ) : CreateAuthorizerResponse
request Amazon.APIGateway.Model.CreateAuthorizerRequest Container for the necessary parameters to execute the CreateAuthorizer service method.
return Amazon.APIGateway.Model.CreateAuthorizerResponse

CreateAuthorizerAsync() public method

Initiates the asynchronous execution of the CreateAuthorizer operation.
public CreateAuthorizerAsync ( CreateAuthorizerRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.CreateAuthorizerRequest Container for the necessary parameters to execute the CreateAuthorizer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateBasePathMapping() public method

Creates a new BasePathMapping resource.
/// /// /// /// /// /// /// /// /// ///
public CreateBasePathMapping ( Amazon.APIGateway.Model.CreateBasePathMappingRequest request ) : CreateBasePathMappingResponse
request Amazon.APIGateway.Model.CreateBasePathMappingRequest Container for the necessary parameters to execute the CreateBasePathMapping service method.
return Amazon.APIGateway.Model.CreateBasePathMappingResponse

CreateBasePathMappingAsync() public method

Initiates the asynchronous execution of the CreateBasePathMapping operation.
public CreateBasePathMappingAsync ( Amazon.APIGateway.Model.CreateBasePathMappingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.CreateBasePathMappingRequest Container for the necessary parameters to execute the CreateBasePathMapping operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateDeployment() public method

Creates a Deployment resource, which makes a specified RestApi callable over the internet.
/// /// /// /// /// /// /// /// /// /// /// /// /// ///
public CreateDeployment ( CreateDeploymentRequest request ) : CreateDeploymentResponse
request Amazon.APIGateway.Model.CreateDeploymentRequest Container for the necessary parameters to execute the CreateDeployment service method.
return Amazon.APIGateway.Model.CreateDeploymentResponse

CreateDeploymentAsync() public method

Initiates the asynchronous execution of the CreateDeployment operation.
public CreateDeploymentAsync ( CreateDeploymentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.CreateDeploymentRequest Container for the necessary parameters to execute the CreateDeployment operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateDocumentationPart() public method

/// /// /// /// /// /// /// /// /// /// /// ///
public CreateDocumentationPart ( CreateDocumentationPartRequest request ) : CreateDocumentationPartResponse
request CreateDocumentationPartRequest Container for the necessary parameters to execute the CreateDocumentationPart service method.
return Amazon.APIGateway.Model.CreateDocumentationPartResponse

CreateDocumentationPartAsync() public method

Initiates the asynchronous execution of the CreateDocumentationPart operation.
public CreateDocumentationPartAsync ( CreateDocumentationPartRequest request, System cancellationToken = default(CancellationToken) ) : Task
request CreateDocumentationPartRequest Container for the necessary parameters to execute the CreateDocumentationPart operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateDocumentationVersion() public method

/// /// /// /// /// /// /// /// /// /// /// ///
public CreateDocumentationVersion ( CreateDocumentationVersionRequest request ) : CreateDocumentationVersionResponse
request Amazon.APIGateway.Model.CreateDocumentationVersionRequest Container for the necessary parameters to execute the CreateDocumentationVersion service method.
return Amazon.APIGateway.Model.CreateDocumentationVersionResponse

CreateDocumentationVersionAsync() public method

Initiates the asynchronous execution of the CreateDocumentationVersion operation.
public CreateDocumentationVersionAsync ( CreateDocumentationVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.CreateDocumentationVersionRequest Container for the necessary parameters to execute the CreateDocumentationVersion operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateDomainName() public method

Creates a new domain name.
/// /// /// /// /// /// /// ///
public CreateDomainName ( Amazon.APIGateway.Model.CreateDomainNameRequest request ) : CreateDomainNameResponse
request Amazon.APIGateway.Model.CreateDomainNameRequest Container for the necessary parameters to execute the CreateDomainName service method.
return Amazon.APIGateway.Model.CreateDomainNameResponse

CreateDomainNameAsync() public method

Initiates the asynchronous execution of the CreateDomainName operation.
public CreateDomainNameAsync ( Amazon.APIGateway.Model.CreateDomainNameRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.CreateDomainNameRequest Container for the necessary parameters to execute the CreateDomainName operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateModel() public method

Adds a new Model resource to an existing RestApi resource.
/// /// /// /// /// /// /// /// /// /// /// ///
public CreateModel ( Amazon.APIGateway.Model.CreateModelRequest request ) : CreateModelResponse
request Amazon.APIGateway.Model.CreateModelRequest Container for the necessary parameters to execute the CreateModel service method.
return Amazon.APIGateway.Model.CreateModelResponse

CreateModelAsync() public method

Initiates the asynchronous execution of the CreateModel operation.
public CreateModelAsync ( Amazon.APIGateway.Model.CreateModelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.CreateModelRequest Container for the necessary parameters to execute the CreateModel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateResource() public method

Creates a Resource resource.
/// /// /// /// /// /// /// /// /// /// /// ///
public CreateResource ( Amazon.APIGateway.Model.CreateResourceRequest request ) : CreateResourceResponse
request Amazon.APIGateway.Model.CreateResourceRequest Container for the necessary parameters to execute the CreateResource service method.
return Amazon.APIGateway.Model.CreateResourceResponse

CreateResourceAsync() public method

Initiates the asynchronous execution of the CreateResource operation.
public CreateResourceAsync ( Amazon.APIGateway.Model.CreateResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.CreateResourceRequest Container for the necessary parameters to execute the CreateResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateRestApi() public method

Creates a new RestApi resource.
/// /// /// /// /// /// /// ///
public CreateRestApi ( CreateRestApiRequest request ) : CreateRestApiResponse
request Amazon.APIGateway.Model.CreateRestApiRequest Container for the necessary parameters to execute the CreateRestApi service method.
return Amazon.APIGateway.Model.CreateRestApiResponse

CreateRestApiAsync() public method

Initiates the asynchronous execution of the CreateRestApi operation.
public CreateRestApiAsync ( CreateRestApiRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.CreateRestApiRequest Container for the necessary parameters to execute the CreateRestApi operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateSigner() protected method

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
return Amazon.Runtime.Internal.Auth.AbstractAWSSigner

CreateStage() public method

Creates a new Stage resource that references a pre-existing Deployment for the API.
/// /// /// /// /// /// /// /// /// /// /// ///
public CreateStage ( CreateStageRequest request ) : CreateStageResponse
request Amazon.APIGateway.Model.CreateStageRequest Container for the necessary parameters to execute the CreateStage service method.
return Amazon.APIGateway.Model.CreateStageResponse

CreateStageAsync() public method

Initiates the asynchronous execution of the CreateStage operation.
public CreateStageAsync ( CreateStageRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.CreateStageRequest Container for the necessary parameters to execute the CreateStage operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateUsagePlan() public method

Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
/// /// /// /// /// /// /// /// /// /// /// ///
public CreateUsagePlan ( CreateUsagePlanRequest request ) : CreateUsagePlanResponse
request Amazon.APIGateway.Model.CreateUsagePlanRequest Container for the necessary parameters to execute the CreateUsagePlan service method.
return Amazon.APIGateway.Model.CreateUsagePlanResponse

CreateUsagePlanAsync() public method

Initiates the asynchronous execution of the CreateUsagePlan operation.
public CreateUsagePlanAsync ( CreateUsagePlanRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.CreateUsagePlanRequest Container for the necessary parameters to execute the CreateUsagePlan operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

CreateUsagePlanKey() public method

Creates a usage plan key for adding an existing API key to a usage plan.
/// /// /// /// /// /// /// /// /// ///
public CreateUsagePlanKey ( CreateUsagePlanKeyRequest request ) : CreateUsagePlanKeyResponse
request Amazon.APIGateway.Model.CreateUsagePlanKeyRequest Container for the necessary parameters to execute the CreateUsagePlanKey service method.
return Amazon.APIGateway.Model.CreateUsagePlanKeyResponse

CreateUsagePlanKeyAsync() public method

Initiates the asynchronous execution of the CreateUsagePlanKey operation.
public CreateUsagePlanKeyAsync ( CreateUsagePlanKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.CreateUsagePlanKeyRequest Container for the necessary parameters to execute the CreateUsagePlanKey operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteApiKey() public method

Deletes the ApiKey resource.
/// /// /// /// /// ///
public DeleteApiKey ( Amazon.APIGateway.Model.DeleteApiKeyRequest request ) : DeleteApiKeyResponse
request Amazon.APIGateway.Model.DeleteApiKeyRequest Container for the necessary parameters to execute the DeleteApiKey service method.
return DeleteApiKeyResponse

DeleteApiKeyAsync() public method

Initiates the asynchronous execution of the DeleteApiKey operation.
public DeleteApiKeyAsync ( Amazon.APIGateway.Model.DeleteApiKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteApiKeyRequest Container for the necessary parameters to execute the DeleteApiKey operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteAuthorizer() public method

Deletes an existing Authorizer resource.
/// /// /// /// /// /// /// /// /// ///
public DeleteAuthorizer ( DeleteAuthorizerRequest request ) : DeleteAuthorizerResponse
request Amazon.APIGateway.Model.DeleteAuthorizerRequest Container for the necessary parameters to execute the DeleteAuthorizer service method.
return DeleteAuthorizerResponse

DeleteAuthorizerAsync() public method

Initiates the asynchronous execution of the DeleteAuthorizer operation.
public DeleteAuthorizerAsync ( DeleteAuthorizerRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteAuthorizerRequest Container for the necessary parameters to execute the DeleteAuthorizer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteBasePathMapping() public method

Deletes the BasePathMapping resource.
/// /// /// /// /// ///
public DeleteBasePathMapping ( Amazon.APIGateway.Model.DeleteBasePathMappingRequest request ) : DeleteBasePathMappingResponse
request Amazon.APIGateway.Model.DeleteBasePathMappingRequest Container for the necessary parameters to execute the DeleteBasePathMapping service method.
return DeleteBasePathMappingResponse

DeleteBasePathMappingAsync() public method

Initiates the asynchronous execution of the DeleteBasePathMapping operation.
public DeleteBasePathMappingAsync ( Amazon.APIGateway.Model.DeleteBasePathMappingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteBasePathMappingRequest Container for the necessary parameters to execute the DeleteBasePathMapping operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteClientCertificate() public method

Deletes the ClientCertificate resource.
/// /// /// /// /// /// /// ///
public DeleteClientCertificate ( DeleteClientCertificateRequest request ) : DeleteClientCertificateResponse
request Amazon.APIGateway.Model.DeleteClientCertificateRequest Container for the necessary parameters to execute the DeleteClientCertificate service method.
return DeleteClientCertificateResponse

DeleteClientCertificateAsync() public method

Initiates the asynchronous execution of the DeleteClientCertificate operation.
public DeleteClientCertificateAsync ( DeleteClientCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteClientCertificateRequest Container for the necessary parameters to execute the DeleteClientCertificate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteDeployment() public method

Deletes a Deployment resource. Deleting a deployment will only succeed if there are no Stage resources associated with it.
/// /// /// /// /// /// /// ///
public DeleteDeployment ( Amazon.APIGateway.Model.DeleteDeploymentRequest request ) : DeleteDeploymentResponse
request Amazon.APIGateway.Model.DeleteDeploymentRequest Container for the necessary parameters to execute the DeleteDeployment service method.
return DeleteDeploymentResponse

DeleteDeploymentAsync() public method

Initiates the asynchronous execution of the DeleteDeployment operation.
public DeleteDeploymentAsync ( Amazon.APIGateway.Model.DeleteDeploymentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteDeploymentRequest Container for the necessary parameters to execute the DeleteDeployment operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteDocumentationPart() public method

/// /// /// /// /// /// /// /// /// ///
public DeleteDocumentationPart ( DeleteDocumentationPartRequest request ) : DeleteDocumentationPartResponse
request Amazon.APIGateway.Model.DeleteDocumentationPartRequest Container for the necessary parameters to execute the DeleteDocumentationPart service method.
return DeleteDocumentationPartResponse

DeleteDocumentationPartAsync() public method

Initiates the asynchronous execution of the DeleteDocumentationPart operation.
public DeleteDocumentationPartAsync ( DeleteDocumentationPartRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteDocumentationPartRequest Container for the necessary parameters to execute the DeleteDocumentationPart operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteDocumentationVersion() public method

/// /// /// /// /// /// /// /// /// ///
public DeleteDocumentationVersion ( DeleteDocumentationVersionRequest request ) : DeleteDocumentationVersionResponse
request Amazon.APIGateway.Model.DeleteDocumentationVersionRequest Container for the necessary parameters to execute the DeleteDocumentationVersion service method.
return DeleteDocumentationVersionResponse

DeleteDocumentationVersionAsync() public method

Initiates the asynchronous execution of the DeleteDocumentationVersion operation.
public DeleteDocumentationVersionAsync ( DeleteDocumentationVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteDocumentationVersionRequest Container for the necessary parameters to execute the DeleteDocumentationVersion operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteDomainName() public method

Deletes the DomainName resource.
/// /// /// /// /// ///
public DeleteDomainName ( Amazon.APIGateway.Model.DeleteDomainNameRequest request ) : DeleteDomainNameResponse
request Amazon.APIGateway.Model.DeleteDomainNameRequest Container for the necessary parameters to execute the DeleteDomainName service method.
return DeleteDomainNameResponse

DeleteDomainNameAsync() public method

Initiates the asynchronous execution of the DeleteDomainName operation.
public DeleteDomainNameAsync ( Amazon.APIGateway.Model.DeleteDomainNameRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteDomainNameRequest Container for the necessary parameters to execute the DeleteDomainName operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteIntegration() public method

Represents a delete integration.
/// /// /// /// /// /// /// ///
public DeleteIntegration ( Amazon.APIGateway.Model.DeleteIntegrationRequest request ) : DeleteIntegrationResponse
request Amazon.APIGateway.Model.DeleteIntegrationRequest Container for the necessary parameters to execute the DeleteIntegration service method.
return DeleteIntegrationResponse

DeleteIntegrationAsync() public method

Initiates the asynchronous execution of the DeleteIntegration operation.
public DeleteIntegrationAsync ( Amazon.APIGateway.Model.DeleteIntegrationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteIntegrationRequest Container for the necessary parameters to execute the DeleteIntegration operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteIntegrationResponse() public method

Represents a delete integration response.
/// /// /// /// /// /// /// /// /// ///
public DeleteIntegrationResponse ( Amazon.APIGateway.Model.DeleteIntegrationResponseRequest request ) : DeleteIntegrationResponseResponse
request Amazon.APIGateway.Model.DeleteIntegrationResponseRequest Container for the necessary parameters to execute the DeleteIntegrationResponse service method.
return DeleteIntegrationResponseResponse

DeleteIntegrationResponseAsync() public method

Initiates the asynchronous execution of the DeleteIntegrationResponse operation.
public DeleteIntegrationResponseAsync ( Amazon.APIGateway.Model.DeleteIntegrationResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteIntegrationResponseRequest Container for the necessary parameters to execute the DeleteIntegrationResponse operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteMethod() public method

Deletes an existing Method resource.
/// /// /// /// /// /// /// ///
public DeleteMethod ( DeleteMethodRequest request ) : DeleteMethodResponse
request Amazon.APIGateway.Model.DeleteMethodRequest Container for the necessary parameters to execute the DeleteMethod service method.
return DeleteMethodResponse

DeleteMethodAsync() public method

Initiates the asynchronous execution of the DeleteMethod operation.
public DeleteMethodAsync ( DeleteMethodRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteMethodRequest Container for the necessary parameters to execute the DeleteMethod operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteMethodResponse() public method

Deletes an existing MethodResponse resource.
/// /// /// /// /// /// /// /// /// ///
public DeleteMethodResponse ( DeleteMethodResponseRequest request ) : DeleteMethodResponseResponse
request Amazon.APIGateway.Model.DeleteMethodResponseRequest Container for the necessary parameters to execute the DeleteMethodResponse service method.
return DeleteMethodResponseResponse

DeleteMethodResponseAsync() public method

Initiates the asynchronous execution of the DeleteMethodResponse operation.
public DeleteMethodResponseAsync ( DeleteMethodResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteMethodResponseRequest Container for the necessary parameters to execute the DeleteMethodResponse operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteModel() public method

Deletes a model.
/// /// /// /// /// /// /// /// /// ///
public DeleteModel ( Amazon.APIGateway.Model.DeleteModelRequest request ) : DeleteModelResponse
request Amazon.APIGateway.Model.DeleteModelRequest Container for the necessary parameters to execute the DeleteModel service method.
return DeleteModelResponse

DeleteModelAsync() public method

Initiates the asynchronous execution of the DeleteModel operation.
public DeleteModelAsync ( Amazon.APIGateway.Model.DeleteModelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteModelRequest Container for the necessary parameters to execute the DeleteModel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteResource() public method

Deletes a Resource resource.
/// /// /// /// /// /// /// /// /// ///
public DeleteResource ( Amazon.APIGateway.Model.DeleteResourceRequest request ) : DeleteResourceResponse
request Amazon.APIGateway.Model.DeleteResourceRequest Container for the necessary parameters to execute the DeleteResource service method.
return DeleteResourceResponse

DeleteResourceAsync() public method

Initiates the asynchronous execution of the DeleteResource operation.
public DeleteResourceAsync ( Amazon.APIGateway.Model.DeleteResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteResourceRequest Container for the necessary parameters to execute the DeleteResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteRestApi() public method

Deletes the specified API.
/// /// /// /// /// /// /// ///
public DeleteRestApi ( Amazon.APIGateway.Model.DeleteRestApiRequest request ) : DeleteRestApiResponse
request Amazon.APIGateway.Model.DeleteRestApiRequest Container for the necessary parameters to execute the DeleteRestApi service method.
return DeleteRestApiResponse

DeleteRestApiAsync() public method

Initiates the asynchronous execution of the DeleteRestApi operation.
public DeleteRestApiAsync ( Amazon.APIGateway.Model.DeleteRestApiRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteRestApiRequest Container for the necessary parameters to execute the DeleteRestApi operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteStage() public method

Deletes a Stage resource.
/// /// /// /// /// /// /// ///
public DeleteStage ( Amazon.APIGateway.Model.DeleteStageRequest request ) : DeleteStageResponse
request Amazon.APIGateway.Model.DeleteStageRequest Container for the necessary parameters to execute the DeleteStage service method.
return DeleteStageResponse

DeleteStageAsync() public method

Initiates the asynchronous execution of the DeleteStage operation.
public DeleteStageAsync ( Amazon.APIGateway.Model.DeleteStageRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteStageRequest Container for the necessary parameters to execute the DeleteStage operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteUsagePlan() public method

Deletes a usage plan of a given plan Id.
/// /// /// /// /// /// /// ///
public DeleteUsagePlan ( DeleteUsagePlanRequest request ) : DeleteUsagePlanResponse
request Amazon.APIGateway.Model.DeleteUsagePlanRequest Container for the necessary parameters to execute the DeleteUsagePlan service method.
return DeleteUsagePlanResponse

DeleteUsagePlanAsync() public method

Initiates the asynchronous execution of the DeleteUsagePlan operation.
public DeleteUsagePlanAsync ( DeleteUsagePlanRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteUsagePlanRequest Container for the necessary parameters to execute the DeleteUsagePlan operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

DeleteUsagePlanKey() public method

Deletes a usage plan key and remove the underlying API key from the associated usage plan.
/// /// /// /// /// /// /// /// /// ///
public DeleteUsagePlanKey ( DeleteUsagePlanKeyRequest request ) : DeleteUsagePlanKeyResponse
request Amazon.APIGateway.Model.DeleteUsagePlanKeyRequest Container for the necessary parameters to execute the DeleteUsagePlanKey service method.
return DeleteUsagePlanKeyResponse

DeleteUsagePlanKeyAsync() public method

Initiates the asynchronous execution of the DeleteUsagePlanKey operation.
public DeleteUsagePlanKeyAsync ( DeleteUsagePlanKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.DeleteUsagePlanKeyRequest Container for the necessary parameters to execute the DeleteUsagePlanKey operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

Dispose() protected method

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
return void

EndCreateApiKey() public method

Finishes the asynchronous execution of the CreateApiKey operation.
public EndCreateApiKey ( IAsyncResult asyncResult ) : CreateApiKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApiKey.
return Amazon.APIGateway.Model.CreateApiKeyResponse

EndCreateAuthorizer() public method

Finishes the asynchronous execution of the CreateAuthorizer operation.
public EndCreateAuthorizer ( IAsyncResult asyncResult ) : CreateAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAuthorizer.
return Amazon.APIGateway.Model.CreateAuthorizerResponse

EndCreateBasePathMapping() public method

Finishes the asynchronous execution of the CreateBasePathMapping operation.
public EndCreateBasePathMapping ( IAsyncResult asyncResult ) : CreateBasePathMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateBasePathMapping.
return Amazon.APIGateway.Model.CreateBasePathMappingResponse

EndCreateDeployment() public method

Finishes the asynchronous execution of the CreateDeployment operation.
public EndCreateDeployment ( IAsyncResult asyncResult ) : CreateDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDeployment.
return Amazon.APIGateway.Model.CreateDeploymentResponse

EndCreateDocumentationPart() public method

Finishes the asynchronous execution of the CreateDocumentationPart operation.
public EndCreateDocumentationPart ( IAsyncResult asyncResult ) : CreateDocumentationPartResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDocumentationPart.
return Amazon.APIGateway.Model.CreateDocumentationPartResponse

EndCreateDocumentationVersion() public method

Finishes the asynchronous execution of the CreateDocumentationVersion operation.
public EndCreateDocumentationVersion ( IAsyncResult asyncResult ) : CreateDocumentationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDocumentationVersion.
return Amazon.APIGateway.Model.CreateDocumentationVersionResponse

EndCreateDomainName() public method

Finishes the asynchronous execution of the CreateDomainName operation.
public EndCreateDomainName ( IAsyncResult asyncResult ) : CreateDomainNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDomainName.
return Amazon.APIGateway.Model.CreateDomainNameResponse

EndCreateModel() public method

Finishes the asynchronous execution of the CreateModel operation.
public EndCreateModel ( IAsyncResult asyncResult ) : CreateModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateModel.
return Amazon.APIGateway.Model.CreateModelResponse

EndCreateResource() public method

Finishes the asynchronous execution of the CreateResource operation.
public EndCreateResource ( IAsyncResult asyncResult ) : CreateResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateResource.
return Amazon.APIGateway.Model.CreateResourceResponse

EndCreateRestApi() public method

Finishes the asynchronous execution of the CreateRestApi operation.
public EndCreateRestApi ( IAsyncResult asyncResult ) : CreateRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateRestApi.
return Amazon.APIGateway.Model.CreateRestApiResponse

EndCreateStage() public method

Finishes the asynchronous execution of the CreateStage operation.
public EndCreateStage ( IAsyncResult asyncResult ) : CreateStageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStage.
return Amazon.APIGateway.Model.CreateStageResponse

EndCreateUsagePlan() public method

Finishes the asynchronous execution of the CreateUsagePlan operation.
public EndCreateUsagePlan ( IAsyncResult asyncResult ) : CreateUsagePlanResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateUsagePlan.
return Amazon.APIGateway.Model.CreateUsagePlanResponse

EndCreateUsagePlanKey() public method

Finishes the asynchronous execution of the CreateUsagePlanKey operation.
public EndCreateUsagePlanKey ( IAsyncResult asyncResult ) : CreateUsagePlanKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateUsagePlanKey.
return Amazon.APIGateway.Model.CreateUsagePlanKeyResponse

EndDeleteApiKey() public method

Finishes the asynchronous execution of the DeleteApiKey operation.
public EndDeleteApiKey ( IAsyncResult asyncResult ) : DeleteApiKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApiKey.
return DeleteApiKeyResponse

EndDeleteAuthorizer() public method

Finishes the asynchronous execution of the DeleteAuthorizer operation.
public EndDeleteAuthorizer ( IAsyncResult asyncResult ) : DeleteAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteAuthorizer.
return DeleteAuthorizerResponse

EndDeleteBasePathMapping() public method

Finishes the asynchronous execution of the DeleteBasePathMapping operation.
public EndDeleteBasePathMapping ( IAsyncResult asyncResult ) : DeleteBasePathMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteBasePathMapping.
return DeleteBasePathMappingResponse

EndDeleteClientCertificate() public method

Finishes the asynchronous execution of the DeleteClientCertificate operation.
public EndDeleteClientCertificate ( IAsyncResult asyncResult ) : DeleteClientCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteClientCertificate.
return DeleteClientCertificateResponse

EndDeleteDeployment() public method

Finishes the asynchronous execution of the DeleteDeployment operation.
public EndDeleteDeployment ( IAsyncResult asyncResult ) : DeleteDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDeployment.
return DeleteDeploymentResponse

EndDeleteDocumentationPart() public method

Finishes the asynchronous execution of the DeleteDocumentationPart operation.
public EndDeleteDocumentationPart ( IAsyncResult asyncResult ) : DeleteDocumentationPartResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDocumentationPart.
return DeleteDocumentationPartResponse

EndDeleteDocumentationVersion() public method

Finishes the asynchronous execution of the DeleteDocumentationVersion operation.
public EndDeleteDocumentationVersion ( IAsyncResult asyncResult ) : DeleteDocumentationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDocumentationVersion.
return DeleteDocumentationVersionResponse

EndDeleteDomainName() public method

Finishes the asynchronous execution of the DeleteDomainName operation.
public EndDeleteDomainName ( IAsyncResult asyncResult ) : DeleteDomainNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDomainName.
return DeleteDomainNameResponse

EndDeleteIntegration() public method

Finishes the asynchronous execution of the DeleteIntegration operation.
public EndDeleteIntegration ( IAsyncResult asyncResult ) : DeleteIntegrationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteIntegration.
return DeleteIntegrationResponse

EndDeleteIntegrationResponse() public method

Finishes the asynchronous execution of the DeleteIntegrationResponse operation.
public EndDeleteIntegrationResponse ( IAsyncResult asyncResult ) : DeleteIntegrationResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteIntegrationResponse.
return DeleteIntegrationResponseResponse

EndDeleteMethod() public method

Finishes the asynchronous execution of the DeleteMethod operation.
public EndDeleteMethod ( IAsyncResult asyncResult ) : DeleteMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteMethod.
return DeleteMethodResponse

EndDeleteMethodResponse() public method

Finishes the asynchronous execution of the DeleteMethodResponse operation.
public EndDeleteMethodResponse ( IAsyncResult asyncResult ) : DeleteMethodResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteMethodResponse.
return DeleteMethodResponseResponse

EndDeleteModel() public method

Finishes the asynchronous execution of the DeleteModel operation.
public EndDeleteModel ( IAsyncResult asyncResult ) : DeleteModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteModel.
return DeleteModelResponse

EndDeleteResource() public method

Finishes the asynchronous execution of the DeleteResource operation.
public EndDeleteResource ( IAsyncResult asyncResult ) : DeleteResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteResource.
return DeleteResourceResponse

EndDeleteRestApi() public method

Finishes the asynchronous execution of the DeleteRestApi operation.
public EndDeleteRestApi ( IAsyncResult asyncResult ) : DeleteRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteRestApi.
return DeleteRestApiResponse

EndDeleteStage() public method

Finishes the asynchronous execution of the DeleteStage operation.
public EndDeleteStage ( IAsyncResult asyncResult ) : DeleteStageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteStage.
return DeleteStageResponse

EndDeleteUsagePlan() public method

Finishes the asynchronous execution of the DeleteUsagePlan operation.
public EndDeleteUsagePlan ( IAsyncResult asyncResult ) : DeleteUsagePlanResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteUsagePlan.
return DeleteUsagePlanResponse

EndDeleteUsagePlanKey() public method

Finishes the asynchronous execution of the DeleteUsagePlanKey operation.
public EndDeleteUsagePlanKey ( IAsyncResult asyncResult ) : DeleteUsagePlanKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteUsagePlanKey.
return DeleteUsagePlanKeyResponse

EndFlushStageAuthorizersCache() public method

Finishes the asynchronous execution of the FlushStageAuthorizersCache operation.
public EndFlushStageAuthorizersCache ( IAsyncResult asyncResult ) : FlushStageAuthorizersCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginFlushStageAuthorizersCache.
return FlushStageAuthorizersCacheResponse

EndFlushStageCache() public method

Finishes the asynchronous execution of the FlushStageCache operation.
public EndFlushStageCache ( IAsyncResult asyncResult ) : FlushStageCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginFlushStageCache.
return FlushStageCacheResponse

EndGenerateClientCertificate() public method

Finishes the asynchronous execution of the GenerateClientCertificate operation.
public EndGenerateClientCertificate ( IAsyncResult asyncResult ) : GenerateClientCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGenerateClientCertificate.
return Amazon.APIGateway.Model.GenerateClientCertificateResponse

EndGetAccount() public method

Finishes the asynchronous execution of the GetAccount operation.
public EndGetAccount ( IAsyncResult asyncResult ) : GetAccountResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetAccount.
return Amazon.APIGateway.Model.GetAccountResponse

EndGetApiKey() public method

Finishes the asynchronous execution of the GetApiKey operation.
public EndGetApiKey ( IAsyncResult asyncResult ) : GetApiKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetApiKey.
return Amazon.APIGateway.Model.GetApiKeyResponse

EndGetApiKeys() public method

Finishes the asynchronous execution of the GetApiKeys operation.
public EndGetApiKeys ( IAsyncResult asyncResult ) : GetApiKeysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetApiKeys.
return Amazon.APIGateway.Model.GetApiKeysResponse

EndGetAuthorizer() public method

Finishes the asynchronous execution of the GetAuthorizer operation.
public EndGetAuthorizer ( IAsyncResult asyncResult ) : GetAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetAuthorizer.
return Amazon.APIGateway.Model.GetAuthorizerResponse

EndGetAuthorizers() public method

Finishes the asynchronous execution of the GetAuthorizers operation.
public EndGetAuthorizers ( IAsyncResult asyncResult ) : GetAuthorizersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetAuthorizers.
return Amazon.APIGateway.Model.GetAuthorizersResponse

EndGetBasePathMapping() public method

Finishes the asynchronous execution of the GetBasePathMapping operation.
public EndGetBasePathMapping ( IAsyncResult asyncResult ) : GetBasePathMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBasePathMapping.
return Amazon.APIGateway.Model.GetBasePathMappingResponse

EndGetBasePathMappings() public method

Finishes the asynchronous execution of the GetBasePathMappings operation.
public EndGetBasePathMappings ( IAsyncResult asyncResult ) : GetBasePathMappingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBasePathMappings.
return Amazon.APIGateway.Model.GetBasePathMappingsResponse

EndGetClientCertificate() public method

Finishes the asynchronous execution of the GetClientCertificate operation.
public EndGetClientCertificate ( IAsyncResult asyncResult ) : GetClientCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetClientCertificate.
return Amazon.APIGateway.Model.GetClientCertificateResponse

EndGetClientCertificates() public method

Finishes the asynchronous execution of the GetClientCertificates operation.
public EndGetClientCertificates ( IAsyncResult asyncResult ) : GetClientCertificatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetClientCertificates.
return Amazon.APIGateway.Model.GetClientCertificatesResponse

EndGetDeployment() public method

Finishes the asynchronous execution of the GetDeployment operation.
public EndGetDeployment ( IAsyncResult asyncResult ) : GetDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDeployment.
return Amazon.APIGateway.Model.GetDeploymentResponse

EndGetDeployments() public method

Finishes the asynchronous execution of the GetDeployments operation.
public EndGetDeployments ( IAsyncResult asyncResult ) : GetDeploymentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDeployments.
return Amazon.APIGateway.Model.GetDeploymentsResponse

EndGetDocumentationPart() public method

Finishes the asynchronous execution of the GetDocumentationPart operation.
public EndGetDocumentationPart ( IAsyncResult asyncResult ) : GetDocumentationPartResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocumentationPart.
return Amazon.APIGateway.Model.GetDocumentationPartResponse

EndGetDocumentationParts() public method

Finishes the asynchronous execution of the GetDocumentationParts operation.
public EndGetDocumentationParts ( IAsyncResult asyncResult ) : GetDocumentationPartsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocumentationParts.
return Amazon.APIGateway.Model.GetDocumentationPartsResponse

EndGetDocumentationVersion() public method

Finishes the asynchronous execution of the GetDocumentationVersion operation.
public EndGetDocumentationVersion ( IAsyncResult asyncResult ) : GetDocumentationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocumentationVersion.
return Amazon.APIGateway.Model.GetDocumentationVersionResponse

EndGetDocumentationVersions() public method

Finishes the asynchronous execution of the GetDocumentationVersions operation.
public EndGetDocumentationVersions ( IAsyncResult asyncResult ) : GetDocumentationVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocumentationVersions.
return Amazon.APIGateway.Model.GetDocumentationVersionsResponse

EndGetDomainName() public method

Finishes the asynchronous execution of the GetDomainName operation.
public EndGetDomainName ( IAsyncResult asyncResult ) : GetDomainNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDomainName.
return Amazon.APIGateway.Model.GetDomainNameResponse

EndGetDomainNames() public method

Finishes the asynchronous execution of the GetDomainNames operation.
public EndGetDomainNames ( IAsyncResult asyncResult ) : GetDomainNamesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDomainNames.
return Amazon.APIGateway.Model.GetDomainNamesResponse

EndGetExport() public method

Finishes the asynchronous execution of the GetExport operation.
public EndGetExport ( IAsyncResult asyncResult ) : GetExportResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetExport.
return Amazon.APIGateway.Model.GetExportResponse

EndGetIntegration() public method

Finishes the asynchronous execution of the GetIntegration operation.
public EndGetIntegration ( IAsyncResult asyncResult ) : GetIntegrationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetIntegration.
return Amazon.APIGateway.Model.GetIntegrationResponse

EndGetIntegrationResponse() public method

Finishes the asynchronous execution of the GetIntegrationResponse operation.
public EndGetIntegrationResponse ( IAsyncResult asyncResult ) : GetIntegrationResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetIntegrationResponse.
return Amazon.APIGateway.Model.GetIntegrationResponseResponse

EndGetMethod() public method

Finishes the asynchronous execution of the GetMethod operation.
public EndGetMethod ( IAsyncResult asyncResult ) : GetMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMethod.
return Amazon.APIGateway.Model.GetMethodResponse

EndGetMethodResponse() public method

Finishes the asynchronous execution of the GetMethodResponse operation.
public EndGetMethodResponse ( IAsyncResult asyncResult ) : GetMethodResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMethodResponse.
return Amazon.APIGateway.Model.GetMethodResponseResponse

EndGetModel() public method

Finishes the asynchronous execution of the GetModel operation.
public EndGetModel ( IAsyncResult asyncResult ) : GetModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetModel.
return Amazon.APIGateway.Model.GetModelResponse

EndGetModelTemplate() public method

Finishes the asynchronous execution of the GetModelTemplate operation.
public EndGetModelTemplate ( IAsyncResult asyncResult ) : GetModelTemplateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetModelTemplate.
return Amazon.APIGateway.Model.GetModelTemplateResponse

EndGetModels() public method

Finishes the asynchronous execution of the GetModels operation.
public EndGetModels ( IAsyncResult asyncResult ) : GetModelsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetModels.
return Amazon.APIGateway.Model.GetModelsResponse

EndGetResource() public method

Finishes the asynchronous execution of the GetResource operation.
public EndGetResource ( IAsyncResult asyncResult ) : GetResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetResource.
return Amazon.APIGateway.Model.GetResourceResponse

EndGetResources() public method

Finishes the asynchronous execution of the GetResources operation.
public EndGetResources ( IAsyncResult asyncResult ) : GetResourcesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetResources.
return Amazon.APIGateway.Model.GetResourcesResponse

EndGetRestApi() public method

Finishes the asynchronous execution of the GetRestApi operation.
public EndGetRestApi ( IAsyncResult asyncResult ) : GetRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetRestApi.
return Amazon.APIGateway.Model.GetRestApiResponse

EndGetRestApis() public method

Finishes the asynchronous execution of the GetRestApis operation.
public EndGetRestApis ( IAsyncResult asyncResult ) : GetRestApisResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetRestApis.
return Amazon.APIGateway.Model.GetRestApisResponse

EndGetSdk() public method

Finishes the asynchronous execution of the GetSdk operation.
public EndGetSdk ( IAsyncResult asyncResult ) : GetSdkResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSdk.
return Amazon.APIGateway.Model.GetSdkResponse

EndGetSdkType() public method

Finishes the asynchronous execution of the GetSdkType operation.
public EndGetSdkType ( IAsyncResult asyncResult ) : GetSdkTypeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSdkType.
return Amazon.APIGateway.Model.GetSdkTypeResponse

EndGetSdkTypes() public method

Finishes the asynchronous execution of the GetSdkTypes operation.
public EndGetSdkTypes ( IAsyncResult asyncResult ) : GetSdkTypesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSdkTypes.
return Amazon.APIGateway.Model.GetSdkTypesResponse

EndGetStage() public method

Finishes the asynchronous execution of the GetStage operation.
public EndGetStage ( IAsyncResult asyncResult ) : GetStageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetStage.
return Amazon.APIGateway.Model.GetStageResponse

EndGetStages() public method

Finishes the asynchronous execution of the GetStages operation.
public EndGetStages ( IAsyncResult asyncResult ) : GetStagesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetStages.
return Amazon.APIGateway.Model.GetStagesResponse

EndGetUsage() public method

Finishes the asynchronous execution of the GetUsage operation.
public EndGetUsage ( IAsyncResult asyncResult ) : GetUsageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUsage.
return Amazon.APIGateway.Model.GetUsageResponse

EndGetUsagePlan() public method

Finishes the asynchronous execution of the GetUsagePlan operation.
public EndGetUsagePlan ( IAsyncResult asyncResult ) : GetUsagePlanResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUsagePlan.
return Amazon.APIGateway.Model.GetUsagePlanResponse

EndGetUsagePlanKey() public method

Finishes the asynchronous execution of the GetUsagePlanKey operation.
public EndGetUsagePlanKey ( IAsyncResult asyncResult ) : GetUsagePlanKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUsagePlanKey.
return Amazon.APIGateway.Model.GetUsagePlanKeyResponse

EndGetUsagePlanKeys() public method

Finishes the asynchronous execution of the GetUsagePlanKeys operation.
public EndGetUsagePlanKeys ( IAsyncResult asyncResult ) : GetUsagePlanKeysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUsagePlanKeys.
return Amazon.APIGateway.Model.GetUsagePlanKeysResponse

EndGetUsagePlans() public method

Finishes the asynchronous execution of the GetUsagePlans operation.
public EndGetUsagePlans ( IAsyncResult asyncResult ) : GetUsagePlansResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUsagePlans.
return Amazon.APIGateway.Model.GetUsagePlansResponse

EndImportApiKeys() public method

Finishes the asynchronous execution of the ImportApiKeys operation.
public EndImportApiKeys ( IAsyncResult asyncResult ) : ImportApiKeysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportApiKeys.
return Amazon.APIGateway.Model.ImportApiKeysResponse

EndImportDocumentationParts() public method

Finishes the asynchronous execution of the ImportDocumentationParts operation.
public EndImportDocumentationParts ( IAsyncResult asyncResult ) : ImportDocumentationPartsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportDocumentationParts.
return Amazon.APIGateway.Model.ImportDocumentationPartsResponse

EndImportRestApi() public method

Finishes the asynchronous execution of the ImportRestApi operation.
public EndImportRestApi ( IAsyncResult asyncResult ) : ImportRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportRestApi.
return Amazon.APIGateway.Model.ImportRestApiResponse

EndPutIntegration() public method

Finishes the asynchronous execution of the PutIntegration operation.
public EndPutIntegration ( IAsyncResult asyncResult ) : PutIntegrationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutIntegration.
return Amazon.APIGateway.Model.PutIntegrationResponse

EndPutIntegrationResponse() public method

Finishes the asynchronous execution of the PutIntegrationResponse operation.
public EndPutIntegrationResponse ( IAsyncResult asyncResult ) : PutIntegrationResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutIntegrationResponse.
return Amazon.APIGateway.Model.PutIntegrationResponseResponse

EndPutMethod() public method

Finishes the asynchronous execution of the PutMethod operation.
public EndPutMethod ( IAsyncResult asyncResult ) : PutMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutMethod.
return Amazon.APIGateway.Model.PutMethodResponse

EndPutMethodResponse() public method

Finishes the asynchronous execution of the PutMethodResponse operation.
public EndPutMethodResponse ( IAsyncResult asyncResult ) : PutMethodResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutMethodResponse.
return Amazon.APIGateway.Model.PutMethodResponseResponse

EndPutRestApi() public method

Finishes the asynchronous execution of the PutRestApi operation.
public EndPutRestApi ( IAsyncResult asyncResult ) : PutRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutRestApi.
return Amazon.APIGateway.Model.PutRestApiResponse

EndTestInvokeAuthorizer() public method

Finishes the asynchronous execution of the TestInvokeAuthorizer operation.
public EndTestInvokeAuthorizer ( IAsyncResult asyncResult ) : TestInvokeAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTestInvokeAuthorizer.
return Amazon.APIGateway.Model.TestInvokeAuthorizerResponse

EndTestInvokeMethod() public method

Finishes the asynchronous execution of the TestInvokeMethod operation.
public EndTestInvokeMethod ( IAsyncResult asyncResult ) : TestInvokeMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTestInvokeMethod.
return Amazon.APIGateway.Model.TestInvokeMethodResponse

EndUpdateAccount() public method

Finishes the asynchronous execution of the UpdateAccount operation.
public EndUpdateAccount ( IAsyncResult asyncResult ) : UpdateAccountResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAccount.
return Amazon.APIGateway.Model.UpdateAccountResponse

EndUpdateApiKey() public method

Finishes the asynchronous execution of the UpdateApiKey operation.
public EndUpdateApiKey ( IAsyncResult asyncResult ) : UpdateApiKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApiKey.
return Amazon.APIGateway.Model.UpdateApiKeyResponse

EndUpdateAuthorizer() public method

Finishes the asynchronous execution of the UpdateAuthorizer operation.
public EndUpdateAuthorizer ( IAsyncResult asyncResult ) : UpdateAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAuthorizer.
return Amazon.APIGateway.Model.UpdateAuthorizerResponse

EndUpdateBasePathMapping() public method

Finishes the asynchronous execution of the UpdateBasePathMapping operation.
public EndUpdateBasePathMapping ( IAsyncResult asyncResult ) : Amazon.APIGateway.Model.UpdateBasePathMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateBasePathMapping.
return Amazon.APIGateway.Model.UpdateBasePathMappingResponse

EndUpdateClientCertificate() public method

Finishes the asynchronous execution of the UpdateClientCertificate operation.
public EndUpdateClientCertificate ( IAsyncResult asyncResult ) : UpdateClientCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateClientCertificate.
return Amazon.APIGateway.Model.UpdateClientCertificateResponse

EndUpdateDeployment() public method

Finishes the asynchronous execution of the UpdateDeployment operation.
public EndUpdateDeployment ( IAsyncResult asyncResult ) : UpdateDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDeployment.
return Amazon.APIGateway.Model.UpdateDeploymentResponse

EndUpdateDocumentationPart() public method

Finishes the asynchronous execution of the UpdateDocumentationPart operation.
public EndUpdateDocumentationPart ( IAsyncResult asyncResult ) : UpdateDocumentationPartResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDocumentationPart.
return Amazon.APIGateway.Model.UpdateDocumentationPartResponse

EndUpdateDocumentationVersion() public method

Finishes the asynchronous execution of the UpdateDocumentationVersion operation.
public EndUpdateDocumentationVersion ( IAsyncResult asyncResult ) : UpdateDocumentationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDocumentationVersion.
return UpdateDocumentationVersionResponse

EndUpdateDomainName() public method

Finishes the asynchronous execution of the UpdateDomainName operation.
public EndUpdateDomainName ( IAsyncResult asyncResult ) : UpdateDomainNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDomainName.
return Amazon.APIGateway.Model.UpdateDomainNameResponse

EndUpdateIntegration() public method

Finishes the asynchronous execution of the UpdateIntegration operation.
public EndUpdateIntegration ( IAsyncResult asyncResult ) : UpdateIntegrationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateIntegration.
return Amazon.APIGateway.Model.UpdateIntegrationResponse

EndUpdateIntegrationResponse() public method

Finishes the asynchronous execution of the UpdateIntegrationResponse operation.
public EndUpdateIntegrationResponse ( IAsyncResult asyncResult ) : UpdateIntegrationResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateIntegrationResponse.
return Amazon.APIGateway.Model.UpdateIntegrationResponseResponse

EndUpdateMethod() public method

Finishes the asynchronous execution of the UpdateMethod operation.
public EndUpdateMethod ( IAsyncResult asyncResult ) : UpdateMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMethod.
return Amazon.APIGateway.Model.UpdateMethodResponse

EndUpdateMethodResponse() public method

Finishes the asynchronous execution of the UpdateMethodResponse operation.
public EndUpdateMethodResponse ( IAsyncResult asyncResult ) : UpdateMethodResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMethodResponse.
return Amazon.APIGateway.Model.UpdateMethodResponseResponse

EndUpdateModel() public method

Finishes the asynchronous execution of the UpdateModel operation.
public EndUpdateModel ( IAsyncResult asyncResult ) : UpdateModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateModel.
return Amazon.APIGateway.Model.UpdateModelResponse

EndUpdateResource() public method

Finishes the asynchronous execution of the UpdateResource operation.
public EndUpdateResource ( IAsyncResult asyncResult ) : UpdateResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateResource.
return Amazon.APIGateway.Model.UpdateResourceResponse

EndUpdateRestApi() public method

Finishes the asynchronous execution of the UpdateRestApi operation.
public EndUpdateRestApi ( IAsyncResult asyncResult ) : UpdateRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateRestApi.
return Amazon.APIGateway.Model.UpdateRestApiResponse

EndUpdateStage() public method

Finishes the asynchronous execution of the UpdateStage operation.
public EndUpdateStage ( IAsyncResult asyncResult ) : UpdateStageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateStage.
return Amazon.APIGateway.Model.UpdateStageResponse

EndUpdateUsage() public method

Finishes the asynchronous execution of the UpdateUsage operation.
public EndUpdateUsage ( IAsyncResult asyncResult ) : UpdateUsageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateUsage.
return Amazon.APIGateway.Model.UpdateUsageResponse

EndUpdateUsagePlan() public method

Finishes the asynchronous execution of the UpdateUsagePlan operation.
public EndUpdateUsagePlan ( IAsyncResult asyncResult ) : UpdateUsagePlanResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateUsagePlan.
return Amazon.APIGateway.Model.UpdateUsagePlanResponse

FlushStageAuthorizersCache() public method

Flushes all authorizer cache entries on a stage.
/// /// /// /// /// /// /// ///
public FlushStageAuthorizersCache ( FlushStageAuthorizersCacheRequest request ) : FlushStageAuthorizersCacheResponse
request Amazon.APIGateway.Model.FlushStageAuthorizersCacheRequest Container for the necessary parameters to execute the FlushStageAuthorizersCache service method.
return FlushStageAuthorizersCacheResponse

FlushStageAuthorizersCacheAsync() public method

Initiates the asynchronous execution of the FlushStageAuthorizersCache operation.
public FlushStageAuthorizersCacheAsync ( FlushStageAuthorizersCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.FlushStageAuthorizersCacheRequest Container for the necessary parameters to execute the FlushStageAuthorizersCache operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

FlushStageCache() public method

Flushes a stage's cache.
/// /// /// /// /// /// /// ///
public FlushStageCache ( Amazon.APIGateway.Model.FlushStageCacheRequest request ) : FlushStageCacheResponse
request Amazon.APIGateway.Model.FlushStageCacheRequest Container for the necessary parameters to execute the FlushStageCache service method.
return FlushStageCacheResponse

FlushStageCacheAsync() public method

Initiates the asynchronous execution of the FlushStageCache operation.
public FlushStageCacheAsync ( Amazon.APIGateway.Model.FlushStageCacheRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.FlushStageCacheRequest Container for the necessary parameters to execute the FlushStageCache operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GenerateClientCertificate() public method

Generates a ClientCertificate resource.
/// /// /// /// /// ///
public GenerateClientCertificate ( GenerateClientCertificateRequest request ) : GenerateClientCertificateResponse
request Amazon.APIGateway.Model.GenerateClientCertificateRequest Container for the necessary parameters to execute the GenerateClientCertificate service method.
return Amazon.APIGateway.Model.GenerateClientCertificateResponse

GenerateClientCertificateAsync() public method

Initiates the asynchronous execution of the GenerateClientCertificate operation.
public GenerateClientCertificateAsync ( GenerateClientCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GenerateClientCertificateRequest Container for the necessary parameters to execute the GenerateClientCertificate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetAccount() public method

Gets information about the current Account resource.
/// /// /// /// /// ///
public GetAccount ( GetAccountRequest request ) : GetAccountResponse
request GetAccountRequest Container for the necessary parameters to execute the GetAccount service method.
return Amazon.APIGateway.Model.GetAccountResponse

GetAccountAsync() public method

Initiates the asynchronous execution of the GetAccount operation.
public GetAccountAsync ( GetAccountRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetAccountRequest Container for the necessary parameters to execute the GetAccount operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetApiKey() public method

Gets information about the current ApiKey resource.
/// /// /// /// /// ///
public GetApiKey ( GetApiKeyRequest request ) : GetApiKeyResponse
request Amazon.APIGateway.Model.GetApiKeyRequest Container for the necessary parameters to execute the GetApiKey service method.
return Amazon.APIGateway.Model.GetApiKeyResponse

GetApiKeyAsync() public method

Initiates the asynchronous execution of the GetApiKey operation.
public GetApiKeyAsync ( GetApiKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetApiKeyRequest Container for the necessary parameters to execute the GetApiKey operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetApiKeys() public method

Gets information about the current ApiKeys resource.
/// /// /// /// /// ///
public GetApiKeys ( GetApiKeysRequest request ) : GetApiKeysResponse
request Amazon.APIGateway.Model.GetApiKeysRequest Container for the necessary parameters to execute the GetApiKeys service method.
return Amazon.APIGateway.Model.GetApiKeysResponse

GetApiKeysAsync() public method

Initiates the asynchronous execution of the GetApiKeys operation.
public GetApiKeysAsync ( GetApiKeysRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetApiKeysRequest Container for the necessary parameters to execute the GetApiKeys operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetAuthorizer() public method

Describe an existing Authorizer resource.
/// /// /// /// /// ///
public GetAuthorizer ( GetAuthorizerRequest request ) : GetAuthorizerResponse
request Amazon.APIGateway.Model.GetAuthorizerRequest Container for the necessary parameters to execute the GetAuthorizer service method.
return Amazon.APIGateway.Model.GetAuthorizerResponse

GetAuthorizerAsync() public method

Initiates the asynchronous execution of the GetAuthorizer operation.
public GetAuthorizerAsync ( GetAuthorizerRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetAuthorizerRequest Container for the necessary parameters to execute the GetAuthorizer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetAuthorizers() public method

Describe an existing Authorizers resource.
/// /// /// /// /// /// /// ///
public GetAuthorizers ( GetAuthorizersRequest request ) : GetAuthorizersResponse
request Amazon.APIGateway.Model.GetAuthorizersRequest Container for the necessary parameters to execute the GetAuthorizers service method.
return Amazon.APIGateway.Model.GetAuthorizersResponse

GetAuthorizersAsync() public method

Initiates the asynchronous execution of the GetAuthorizers operation.
public GetAuthorizersAsync ( GetAuthorizersRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetAuthorizersRequest Container for the necessary parameters to execute the GetAuthorizers operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetBasePathMapping() public method

Describe a BasePathMapping resource.
/// /// /// /// /// ///
public GetBasePathMapping ( Amazon.APIGateway.Model.GetBasePathMappingRequest request ) : GetBasePathMappingResponse
request Amazon.APIGateway.Model.GetBasePathMappingRequest Container for the necessary parameters to execute the GetBasePathMapping service method.
return Amazon.APIGateway.Model.GetBasePathMappingResponse

GetBasePathMappingAsync() public method

Initiates the asynchronous execution of the GetBasePathMapping operation.
public GetBasePathMappingAsync ( Amazon.APIGateway.Model.GetBasePathMappingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetBasePathMappingRequest Container for the necessary parameters to execute the GetBasePathMapping operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetBasePathMappings() public method

Represents a collection of BasePathMapping resources.
/// /// /// /// /// ///
public GetBasePathMappings ( Amazon.APIGateway.Model.GetBasePathMappingsRequest request ) : GetBasePathMappingsResponse
request Amazon.APIGateway.Model.GetBasePathMappingsRequest Container for the necessary parameters to execute the GetBasePathMappings service method.
return Amazon.APIGateway.Model.GetBasePathMappingsResponse

GetBasePathMappingsAsync() public method

Initiates the asynchronous execution of the GetBasePathMappings operation.
public GetBasePathMappingsAsync ( Amazon.APIGateway.Model.GetBasePathMappingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetBasePathMappingsRequest Container for the necessary parameters to execute the GetBasePathMappings operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetClientCertificate() public method

Gets information about the current ClientCertificate resource.
/// /// /// /// /// ///
public GetClientCertificate ( GetClientCertificateRequest request ) : GetClientCertificateResponse
request Amazon.APIGateway.Model.GetClientCertificateRequest Container for the necessary parameters to execute the GetClientCertificate service method.
return Amazon.APIGateway.Model.GetClientCertificateResponse

GetClientCertificateAsync() public method

Initiates the asynchronous execution of the GetClientCertificate operation.
public GetClientCertificateAsync ( GetClientCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetClientCertificateRequest Container for the necessary parameters to execute the GetClientCertificate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetClientCertificates() public method

Gets a collection of ClientCertificate resources.
/// /// /// /// /// ///
public GetClientCertificates ( GetClientCertificatesRequest request ) : GetClientCertificatesResponse
request Amazon.APIGateway.Model.GetClientCertificatesRequest Container for the necessary parameters to execute the GetClientCertificates service method.
return Amazon.APIGateway.Model.GetClientCertificatesResponse

GetClientCertificatesAsync() public method

Initiates the asynchronous execution of the GetClientCertificates operation.
public GetClientCertificatesAsync ( GetClientCertificatesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetClientCertificatesRequest Container for the necessary parameters to execute the GetClientCertificates operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetDeployment() public method

Gets information about a Deployment resource.
/// /// /// /// /// /// /// ///
public GetDeployment ( Amazon.APIGateway.Model.GetDeploymentRequest request ) : GetDeploymentResponse
request Amazon.APIGateway.Model.GetDeploymentRequest Container for the necessary parameters to execute the GetDeployment service method.
return Amazon.APIGateway.Model.GetDeploymentResponse

GetDeploymentAsync() public method

Initiates the asynchronous execution of the GetDeployment operation.
public GetDeploymentAsync ( Amazon.APIGateway.Model.GetDeploymentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetDeploymentRequest Container for the necessary parameters to execute the GetDeployment operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetDeployments() public method

Gets information about a Deployments collection.
/// /// /// /// /// /// /// ///
public GetDeployments ( Amazon.APIGateway.Model.GetDeploymentsRequest request ) : GetDeploymentsResponse
request Amazon.APIGateway.Model.GetDeploymentsRequest Container for the necessary parameters to execute the GetDeployments service method.
return Amazon.APIGateway.Model.GetDeploymentsResponse

GetDeploymentsAsync() public method

Initiates the asynchronous execution of the GetDeployments operation.
public GetDeploymentsAsync ( Amazon.APIGateway.Model.GetDeploymentsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetDeploymentsRequest Container for the necessary parameters to execute the GetDeployments operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetDocumentationPart() public method

/// /// /// /// /// ///
public GetDocumentationPart ( GetDocumentationPartRequest request ) : GetDocumentationPartResponse
request Amazon.APIGateway.Model.GetDocumentationPartRequest Container for the necessary parameters to execute the GetDocumentationPart service method.
return Amazon.APIGateway.Model.GetDocumentationPartResponse

GetDocumentationPartAsync() public method

Initiates the asynchronous execution of the GetDocumentationPart operation.
public GetDocumentationPartAsync ( GetDocumentationPartRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetDocumentationPartRequest Container for the necessary parameters to execute the GetDocumentationPart operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetDocumentationParts() public method

/// /// /// /// /// /// /// ///
public GetDocumentationParts ( GetDocumentationPartsRequest request ) : GetDocumentationPartsResponse
request Amazon.APIGateway.Model.GetDocumentationPartsRequest Container for the necessary parameters to execute the GetDocumentationParts service method.
return Amazon.APIGateway.Model.GetDocumentationPartsResponse

GetDocumentationPartsAsync() public method

Initiates the asynchronous execution of the GetDocumentationParts operation.
public GetDocumentationPartsAsync ( GetDocumentationPartsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetDocumentationPartsRequest Container for the necessary parameters to execute the GetDocumentationParts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetDocumentationVersion() public method

/// /// /// /// /// ///
public GetDocumentationVersion ( GetDocumentationVersionRequest request ) : GetDocumentationVersionResponse
request Amazon.APIGateway.Model.GetDocumentationVersionRequest Container for the necessary parameters to execute the GetDocumentationVersion service method.
return Amazon.APIGateway.Model.GetDocumentationVersionResponse

GetDocumentationVersionAsync() public method

Initiates the asynchronous execution of the GetDocumentationVersion operation.
public GetDocumentationVersionAsync ( GetDocumentationVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetDocumentationVersionRequest Container for the necessary parameters to execute the GetDocumentationVersion operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetDocumentationVersions() public method

/// /// /// /// /// /// /// ///
public GetDocumentationVersions ( GetDocumentationVersionsRequest request ) : GetDocumentationVersionsResponse
request Amazon.APIGateway.Model.GetDocumentationVersionsRequest Container for the necessary parameters to execute the GetDocumentationVersions service method.
return Amazon.APIGateway.Model.GetDocumentationVersionsResponse

GetDocumentationVersionsAsync() public method

Initiates the asynchronous execution of the GetDocumentationVersions operation.
public GetDocumentationVersionsAsync ( GetDocumentationVersionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetDocumentationVersionsRequest Container for the necessary parameters to execute the GetDocumentationVersions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetDomainName() public method

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
/// /// /// /// /// /// /// ///
public GetDomainName ( Amazon.APIGateway.Model.GetDomainNameRequest request ) : GetDomainNameResponse
request Amazon.APIGateway.Model.GetDomainNameRequest Container for the necessary parameters to execute the GetDomainName service method.
return Amazon.APIGateway.Model.GetDomainNameResponse

GetDomainNameAsync() public method

Initiates the asynchronous execution of the GetDomainName operation.
public GetDomainNameAsync ( Amazon.APIGateway.Model.GetDomainNameRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetDomainNameRequest Container for the necessary parameters to execute the GetDomainName operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetDomainNames() public method

Represents a collection of DomainName resources.
/// /// /// /// /// ///
public GetDomainNames ( Amazon.APIGateway.Model.GetDomainNamesRequest request ) : GetDomainNamesResponse
request Amazon.APIGateway.Model.GetDomainNamesRequest Container for the necessary parameters to execute the GetDomainNames service method.
return Amazon.APIGateway.Model.GetDomainNamesResponse

GetDomainNamesAsync() public method

Initiates the asynchronous execution of the GetDomainNames operation.
public GetDomainNamesAsync ( Amazon.APIGateway.Model.GetDomainNamesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetDomainNamesRequest Container for the necessary parameters to execute the GetDomainNames operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetExport() public method

Exports a deployed version of a RestApi in a specified format.
/// /// /// /// /// /// /// ///
public GetExport ( GetExportRequest request ) : GetExportResponse
request Amazon.APIGateway.Model.GetExportRequest Container for the necessary parameters to execute the GetExport service method.
return Amazon.APIGateway.Model.GetExportResponse

GetExportAsync() public method

Initiates the asynchronous execution of the GetExport operation.
public GetExportAsync ( GetExportRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetExportRequest Container for the necessary parameters to execute the GetExport operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetIntegration() public method

Represents a get integration.
/// /// /// /// /// ///
public GetIntegration ( Amazon.APIGateway.Model.GetIntegrationRequest request ) : GetIntegrationResponse
request Amazon.APIGateway.Model.GetIntegrationRequest Container for the necessary parameters to execute the GetIntegration service method.
return Amazon.APIGateway.Model.GetIntegrationResponse

GetIntegrationAsync() public method

Initiates the asynchronous execution of the GetIntegration operation.
public GetIntegrationAsync ( Amazon.APIGateway.Model.GetIntegrationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetIntegrationRequest Container for the necessary parameters to execute the GetIntegration operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetIntegrationResponse() public method

Represents a get integration response.
/// /// /// /// /// ///
public GetIntegrationResponse ( Amazon.APIGateway.Model.GetIntegrationResponseRequest request ) : GetIntegrationResponseResponse
request Amazon.APIGateway.Model.GetIntegrationResponseRequest Container for the necessary parameters to execute the GetIntegrationResponse service method.
return Amazon.APIGateway.Model.GetIntegrationResponseResponse

GetIntegrationResponseAsync() public method

Initiates the asynchronous execution of the GetIntegrationResponse operation.
public GetIntegrationResponseAsync ( Amazon.APIGateway.Model.GetIntegrationResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetIntegrationResponseRequest Container for the necessary parameters to execute the GetIntegrationResponse operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetMethod() public method

Describe an existing Method resource.
/// /// /// /// /// ///
public GetMethod ( GetMethodRequest request ) : GetMethodResponse
request Amazon.APIGateway.Model.GetMethodRequest Container for the necessary parameters to execute the GetMethod service method.
return Amazon.APIGateway.Model.GetMethodResponse

GetMethodAsync() public method

Initiates the asynchronous execution of the GetMethod operation.
public GetMethodAsync ( GetMethodRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetMethodRequest Container for the necessary parameters to execute the GetMethod operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetMethodResponse() public method

Describes a MethodResponse resource.
/// /// /// /// /// ///
public GetMethodResponse ( GetMethodResponseRequest request ) : GetMethodResponseResponse
request Amazon.APIGateway.Model.GetMethodResponseRequest Container for the necessary parameters to execute the GetMethodResponse service method.
return Amazon.APIGateway.Model.GetMethodResponseResponse

GetMethodResponseAsync() public method

Initiates the asynchronous execution of the GetMethodResponse operation.
public GetMethodResponseAsync ( GetMethodResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetMethodResponseRequest Container for the necessary parameters to execute the GetMethodResponse operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetModel() public method

Describes an existing model defined for a RestApi resource.
/// /// /// /// /// ///
public GetModel ( GetModelRequest request ) : GetModelResponse
request Amazon.APIGateway.Model.GetModelRequest Container for the necessary parameters to execute the GetModel service method.
return Amazon.APIGateway.Model.GetModelResponse

GetModelAsync() public method

Initiates the asynchronous execution of the GetModel operation.
public GetModelAsync ( GetModelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetModelRequest Container for the necessary parameters to execute the GetModel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetModelTemplate() public method

Generates a sample mapping template that can be used to transform a payload into the structure of a model.
/// /// /// /// /// /// /// ///
public GetModelTemplate ( Amazon.APIGateway.Model.GetModelTemplateRequest request ) : GetModelTemplateResponse
request Amazon.APIGateway.Model.GetModelTemplateRequest Container for the necessary parameters to execute the GetModelTemplate service method.
return Amazon.APIGateway.Model.GetModelTemplateResponse

GetModelTemplateAsync() public method

Initiates the asynchronous execution of the GetModelTemplate operation.
public GetModelTemplateAsync ( Amazon.APIGateway.Model.GetModelTemplateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetModelTemplateRequest Container for the necessary parameters to execute the GetModelTemplate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetModels() public method

Describes existing Models defined for a RestApi resource.
/// /// /// /// /// /// /// ///
public GetModels ( Amazon.APIGateway.Model.GetModelsRequest request ) : GetModelsResponse
request Amazon.APIGateway.Model.GetModelsRequest Container for the necessary parameters to execute the GetModels service method.
return Amazon.APIGateway.Model.GetModelsResponse

GetModelsAsync() public method

Initiates the asynchronous execution of the GetModels operation.
public GetModelsAsync ( Amazon.APIGateway.Model.GetModelsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetModelsRequest Container for the necessary parameters to execute the GetModels operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetResource() public method

Lists information about a resource.
/// /// /// /// /// ///
public GetResource ( Amazon.APIGateway.Model.GetResourceRequest request ) : GetResourceResponse
request Amazon.APIGateway.Model.GetResourceRequest Container for the necessary parameters to execute the GetResource service method.
return Amazon.APIGateway.Model.GetResourceResponse

GetResourceAsync() public method

Initiates the asynchronous execution of the GetResource operation.
public GetResourceAsync ( Amazon.APIGateway.Model.GetResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetResourceRequest Container for the necessary parameters to execute the GetResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetResources() public method

Lists information about a collection of Resource resources.
/// /// /// /// /// /// /// ///
public GetResources ( Amazon.APIGateway.Model.GetResourcesRequest request ) : GetResourcesResponse
request Amazon.APIGateway.Model.GetResourcesRequest Container for the necessary parameters to execute the GetResources service method.
return Amazon.APIGateway.Model.GetResourcesResponse

GetResourcesAsync() public method

Initiates the asynchronous execution of the GetResources operation.
public GetResourcesAsync ( Amazon.APIGateway.Model.GetResourcesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetResourcesRequest Container for the necessary parameters to execute the GetResources operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetRestApi() public method

Lists the RestApi resource in the collection.
/// /// /// /// /// ///
public GetRestApi ( Amazon.APIGateway.Model.GetRestApiRequest request ) : GetRestApiResponse
request Amazon.APIGateway.Model.GetRestApiRequest Container for the necessary parameters to execute the GetRestApi service method.
return Amazon.APIGateway.Model.GetRestApiResponse

GetRestApiAsync() public method

Initiates the asynchronous execution of the GetRestApi operation.
public GetRestApiAsync ( Amazon.APIGateway.Model.GetRestApiRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetRestApiRequest Container for the necessary parameters to execute the GetRestApi operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetRestApis() public method

Lists the RestApis resources for your collection.
/// /// /// /// /// ///
public GetRestApis ( Amazon.APIGateway.Model.GetRestApisRequest request ) : GetRestApisResponse
request Amazon.APIGateway.Model.GetRestApisRequest Container for the necessary parameters to execute the GetRestApis service method.
return Amazon.APIGateway.Model.GetRestApisResponse

GetRestApisAsync() public method

Initiates the asynchronous execution of the GetRestApis operation.
public GetRestApisAsync ( Amazon.APIGateway.Model.GetRestApisRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetRestApisRequest Container for the necessary parameters to execute the GetRestApis operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetSdk() public method

Generates a client SDK for a RestApi and Stage.
/// /// /// /// /// /// /// ///
public GetSdk ( GetSdkRequest request ) : GetSdkResponse
request Amazon.APIGateway.Model.GetSdkRequest Container for the necessary parameters to execute the GetSdk service method.
return Amazon.APIGateway.Model.GetSdkResponse

GetSdkAsync() public method

Initiates the asynchronous execution of the GetSdk operation.
public GetSdkAsync ( GetSdkRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetSdkRequest Container for the necessary parameters to execute the GetSdk operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetSdkType() public method

/// /// /// /// /// ///
public GetSdkType ( GetSdkTypeRequest request ) : GetSdkTypeResponse
request Amazon.APIGateway.Model.GetSdkTypeRequest Container for the necessary parameters to execute the GetSdkType service method.
return Amazon.APIGateway.Model.GetSdkTypeResponse

GetSdkTypeAsync() public method

Initiates the asynchronous execution of the GetSdkType operation.
public GetSdkTypeAsync ( GetSdkTypeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetSdkTypeRequest Container for the necessary parameters to execute the GetSdkType operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetSdkTypes() public method

/// /// /// ///
public GetSdkTypes ( GetSdkTypesRequest request ) : GetSdkTypesResponse
request Amazon.APIGateway.Model.GetSdkTypesRequest Container for the necessary parameters to execute the GetSdkTypes service method.
return Amazon.APIGateway.Model.GetSdkTypesResponse

GetSdkTypesAsync() public method

Initiates the asynchronous execution of the GetSdkTypes operation.
public GetSdkTypesAsync ( GetSdkTypesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetSdkTypesRequest Container for the necessary parameters to execute the GetSdkTypes operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetStage() public method

Gets information about a Stage resource.
/// /// /// /// /// ///
public GetStage ( Amazon.APIGateway.Model.GetStageRequest request ) : GetStageResponse
request Amazon.APIGateway.Model.GetStageRequest Container for the necessary parameters to execute the GetStage service method.
return Amazon.APIGateway.Model.GetStageResponse

GetStageAsync() public method

Initiates the asynchronous execution of the GetStage operation.
public GetStageAsync ( Amazon.APIGateway.Model.GetStageRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetStageRequest Container for the necessary parameters to execute the GetStage operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetStages() public method

Gets information about one or more Stage resources.
/// /// /// /// /// ///
public GetStages ( Amazon.APIGateway.Model.GetStagesRequest request ) : GetStagesResponse
request Amazon.APIGateway.Model.GetStagesRequest Container for the necessary parameters to execute the GetStages service method.
return Amazon.APIGateway.Model.GetStagesResponse

GetStagesAsync() public method

Initiates the asynchronous execution of the GetStages operation.
public GetStagesAsync ( Amazon.APIGateway.Model.GetStagesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetStagesRequest Container for the necessary parameters to execute the GetStages operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetUsage() public method

Gets the usage data of a usage plan in a specified time interval.
/// /// /// /// /// /// /// ///
public GetUsage ( GetUsageRequest request ) : GetUsageResponse
request Amazon.APIGateway.Model.GetUsageRequest Container for the necessary parameters to execute the GetUsage service method.
return Amazon.APIGateway.Model.GetUsageResponse

GetUsageAsync() public method

Initiates the asynchronous execution of the GetUsage operation.
public GetUsageAsync ( GetUsageRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetUsageRequest Container for the necessary parameters to execute the GetUsage operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetUsagePlan() public method

Gets a usage plan of a given plan identifier.
/// /// /// /// /// /// /// ///
public GetUsagePlan ( GetUsagePlanRequest request ) : GetUsagePlanResponse
request Amazon.APIGateway.Model.GetUsagePlanRequest Container for the necessary parameters to execute the GetUsagePlan service method.
return Amazon.APIGateway.Model.GetUsagePlanResponse

GetUsagePlanAsync() public method

Initiates the asynchronous execution of the GetUsagePlan operation.
public GetUsagePlanAsync ( GetUsagePlanRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetUsagePlanRequest Container for the necessary parameters to execute the GetUsagePlan operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetUsagePlanKey() public method

Gets a usage plan key of a given key identifier.
/// /// /// /// /// /// /// ///
public GetUsagePlanKey ( GetUsagePlanKeyRequest request ) : GetUsagePlanKeyResponse
request Amazon.APIGateway.Model.GetUsagePlanKeyRequest Container for the necessary parameters to execute the GetUsagePlanKey service method.
return Amazon.APIGateway.Model.GetUsagePlanKeyResponse

GetUsagePlanKeyAsync() public method

Initiates the asynchronous execution of the GetUsagePlanKey operation.
public GetUsagePlanKeyAsync ( GetUsagePlanKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetUsagePlanKeyRequest Container for the necessary parameters to execute the GetUsagePlanKey operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetUsagePlanKeys() public method

Gets all the usage plan keys representing the API keys added to a specified usage plan.
/// /// /// /// /// /// /// ///
public GetUsagePlanKeys ( GetUsagePlanKeysRequest request ) : GetUsagePlanKeysResponse
request Amazon.APIGateway.Model.GetUsagePlanKeysRequest Container for the necessary parameters to execute the GetUsagePlanKeys service method.
return Amazon.APIGateway.Model.GetUsagePlanKeysResponse

GetUsagePlanKeysAsync() public method

Initiates the asynchronous execution of the GetUsagePlanKeys operation.
public GetUsagePlanKeysAsync ( GetUsagePlanKeysRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.GetUsagePlanKeysRequest Container for the necessary parameters to execute the GetUsagePlanKeys operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

GetUsagePlans() public method

Gets all the usage plans of the caller's account.
/// /// /// /// /// /// /// /// /// ///
public GetUsagePlans ( GetUsagePlansRequest request ) : GetUsagePlansResponse
request GetUsagePlansRequest Container for the necessary parameters to execute the GetUsagePlans service method.
return Amazon.APIGateway.Model.GetUsagePlansResponse

GetUsagePlansAsync() public method

Initiates the asynchronous execution of the GetUsagePlans operation.
public GetUsagePlansAsync ( GetUsagePlansRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetUsagePlansRequest Container for the necessary parameters to execute the GetUsagePlans operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ImportApiKeys() public method

Import API keys from an external source, such as a CSV-formatted file.
/// /// /// /// /// /// /// /// /// /// /// ///
public ImportApiKeys ( ImportApiKeysRequest request ) : ImportApiKeysResponse
request Amazon.APIGateway.Model.ImportApiKeysRequest Container for the necessary parameters to execute the ImportApiKeys service method.
return Amazon.APIGateway.Model.ImportApiKeysResponse

ImportApiKeysAsync() public method

Initiates the asynchronous execution of the ImportApiKeys operation.
public ImportApiKeysAsync ( ImportApiKeysRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.ImportApiKeysRequest Container for the necessary parameters to execute the ImportApiKeys operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ImportDocumentationParts() public method

/// /// /// /// /// /// /// /// /// ///
public ImportDocumentationParts ( ImportDocumentationPartsRequest request ) : ImportDocumentationPartsResponse
request Amazon.APIGateway.Model.ImportDocumentationPartsRequest Container for the necessary parameters to execute the ImportDocumentationParts service method.
return Amazon.APIGateway.Model.ImportDocumentationPartsResponse

ImportDocumentationPartsAsync() public method

Initiates the asynchronous execution of the ImportDocumentationParts operation.
public ImportDocumentationPartsAsync ( ImportDocumentationPartsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.ImportDocumentationPartsRequest Container for the necessary parameters to execute the ImportDocumentationParts operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

ImportRestApi() public method

A feature of the Amazon API Gateway control service for creating a new API from an external API definition file.
/// /// /// /// /// /// /// /// /// ///
public ImportRestApi ( ImportRestApiRequest request ) : ImportRestApiResponse
request Amazon.APIGateway.Model.ImportRestApiRequest Container for the necessary parameters to execute the ImportRestApi service method.
return Amazon.APIGateway.Model.ImportRestApiResponse

ImportRestApiAsync() public method

Initiates the asynchronous execution of the ImportRestApi operation.
public ImportRestApiAsync ( ImportRestApiRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.ImportRestApiRequest Container for the necessary parameters to execute the ImportRestApi operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

PutIntegration() public method

Represents a put integration.
/// /// /// /// /// /// /// /// /// ///
public PutIntegration ( PutIntegrationRequest request ) : PutIntegrationResponse
request Amazon.APIGateway.Model.PutIntegrationRequest Container for the necessary parameters to execute the PutIntegration service method.
return Amazon.APIGateway.Model.PutIntegrationResponse

PutIntegrationAsync() public method

Initiates the asynchronous execution of the PutIntegration operation.
public PutIntegrationAsync ( PutIntegrationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.PutIntegrationRequest Container for the necessary parameters to execute the PutIntegration operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

PutIntegrationResponse() public method

Represents a put integration.
/// /// /// /// /// /// /// /// /// /// /// ///
public PutIntegrationResponse ( PutIntegrationResponseRequest request ) : PutIntegrationResponseResponse
request Amazon.APIGateway.Model.PutIntegrationResponseRequest Container for the necessary parameters to execute the PutIntegrationResponse service method.
return Amazon.APIGateway.Model.PutIntegrationResponseResponse

PutIntegrationResponseAsync() public method

Initiates the asynchronous execution of the PutIntegrationResponse operation.
public PutIntegrationResponseAsync ( PutIntegrationResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.PutIntegrationResponseRequest Container for the necessary parameters to execute the PutIntegrationResponse operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

PutMethod() public method

Add a method to an existing Resource resource.
/// /// /// /// /// /// /// /// /// /// /// ///
public PutMethod ( PutMethodRequest request ) : PutMethodResponse
request Amazon.APIGateway.Model.PutMethodRequest Container for the necessary parameters to execute the PutMethod service method.
return Amazon.APIGateway.Model.PutMethodResponse

PutMethodAsync() public method

Initiates the asynchronous execution of the PutMethod operation.
public PutMethodAsync ( PutMethodRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.PutMethodRequest Container for the necessary parameters to execute the PutMethod operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

PutMethodResponse() public method

Adds a MethodResponse to an existing Method resource.
/// /// /// /// /// /// /// /// /// /// /// ///
public PutMethodResponse ( PutMethodResponseRequest request ) : PutMethodResponseResponse
request Amazon.APIGateway.Model.PutMethodResponseRequest Container for the necessary parameters to execute the PutMethodResponse service method.
return Amazon.APIGateway.Model.PutMethodResponseResponse

PutMethodResponseAsync() public method

Initiates the asynchronous execution of the PutMethodResponse operation.
public PutMethodResponseAsync ( PutMethodResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.PutMethodResponseRequest Container for the necessary parameters to execute the PutMethodResponse operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

PutRestApi() public method

A feature of the Amazon API Gateway control service for updating an existing API with an input of external API definitions. The update can take the form of merging the supplied definition into the existing API or overwriting the existing API.
/// /// /// /// /// /// /// /// /// /// /// ///
public PutRestApi ( PutRestApiRequest request ) : PutRestApiResponse
request Amazon.APIGateway.Model.PutRestApiRequest Container for the necessary parameters to execute the PutRestApi service method.
return Amazon.APIGateway.Model.PutRestApiResponse

PutRestApiAsync() public method

Initiates the asynchronous execution of the PutRestApi operation.
public PutRestApiAsync ( PutRestApiRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.PutRestApiRequest Container for the necessary parameters to execute the PutRestApi operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

TestInvokeAuthorizer() public method

Simulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
/// /// /// /// /// /// /// ///
public TestInvokeAuthorizer ( TestInvokeAuthorizerRequest request ) : TestInvokeAuthorizerResponse
request Amazon.APIGateway.Model.TestInvokeAuthorizerRequest Container for the necessary parameters to execute the TestInvokeAuthorizer service method.
return Amazon.APIGateway.Model.TestInvokeAuthorizerResponse

TestInvokeAuthorizerAsync() public method

Initiates the asynchronous execution of the TestInvokeAuthorizer operation.
public TestInvokeAuthorizerAsync ( TestInvokeAuthorizerRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.TestInvokeAuthorizerRequest Container for the necessary parameters to execute the TestInvokeAuthorizer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

TestInvokeMethod() public method

Simulate the execution of a Method in your RestApi with headers, parameters, and an incoming request body.
/// /// /// /// /// /// /// ///
public TestInvokeMethod ( TestInvokeMethodRequest request ) : TestInvokeMethodResponse
request Amazon.APIGateway.Model.TestInvokeMethodRequest Container for the necessary parameters to execute the TestInvokeMethod service method.
return Amazon.APIGateway.Model.TestInvokeMethodResponse

TestInvokeMethodAsync() public method

Initiates the asynchronous execution of the TestInvokeMethod operation.
public TestInvokeMethodAsync ( TestInvokeMethodRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.TestInvokeMethodRequest Container for the necessary parameters to execute the TestInvokeMethod operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateAccount() public method

Changes information about the current Account resource.
/// /// /// /// /// /// /// ///
public UpdateAccount ( UpdateAccountRequest request ) : UpdateAccountResponse
request Amazon.APIGateway.Model.UpdateAccountRequest Container for the necessary parameters to execute the UpdateAccount service method.
return Amazon.APIGateway.Model.UpdateAccountResponse

UpdateAccountAsync() public method

Initiates the asynchronous execution of the UpdateAccount operation.
public UpdateAccountAsync ( UpdateAccountRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.UpdateAccountRequest Container for the necessary parameters to execute the UpdateAccount operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateApiKey() public method

Changes information about an ApiKey resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateApiKey ( UpdateApiKeyRequest request ) : UpdateApiKeyResponse
request Amazon.APIGateway.Model.UpdateApiKeyRequest Container for the necessary parameters to execute the UpdateApiKey service method.
return Amazon.APIGateway.Model.UpdateApiKeyResponse

UpdateApiKeyAsync() public method

Initiates the asynchronous execution of the UpdateApiKey operation.
public UpdateApiKeyAsync ( UpdateApiKeyRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.UpdateApiKeyRequest Container for the necessary parameters to execute the UpdateApiKey operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateAuthorizer() public method

Updates an existing Authorizer resource.
/// /// /// /// /// /// /// ///
public UpdateAuthorizer ( UpdateAuthorizerRequest request ) : UpdateAuthorizerResponse
request Amazon.APIGateway.Model.UpdateAuthorizerRequest Container for the necessary parameters to execute the UpdateAuthorizer service method.
return Amazon.APIGateway.Model.UpdateAuthorizerResponse

UpdateAuthorizerAsync() public method

Initiates the asynchronous execution of the UpdateAuthorizer operation.
public UpdateAuthorizerAsync ( UpdateAuthorizerRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.UpdateAuthorizerRequest Container for the necessary parameters to execute the UpdateAuthorizer operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateBasePathMapping() public method

Changes information about the BasePathMapping resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateBasePathMapping ( UpdateBasePathMappingRequest request ) : Amazon.APIGateway.Model.UpdateBasePathMappingResponse
request Amazon.APIGateway.Model.UpdateBasePathMappingRequest Container for the necessary parameters to execute the UpdateBasePathMapping service method.
return Amazon.APIGateway.Model.UpdateBasePathMappingResponse

UpdateBasePathMappingAsync() public method

Initiates the asynchronous execution of the UpdateBasePathMapping operation.
public UpdateBasePathMappingAsync ( UpdateBasePathMappingRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.UpdateBasePathMappingRequest Container for the necessary parameters to execute the UpdateBasePathMapping operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateClientCertificate() public method

Changes information about an ClientCertificate resource.
/// /// /// /// /// /// /// ///
public UpdateClientCertificate ( UpdateClientCertificateRequest request ) : UpdateClientCertificateResponse
request Amazon.APIGateway.Model.UpdateClientCertificateRequest Container for the necessary parameters to execute the UpdateClientCertificate service method.
return Amazon.APIGateway.Model.UpdateClientCertificateResponse

UpdateClientCertificateAsync() public method

Initiates the asynchronous execution of the UpdateClientCertificate operation.
public UpdateClientCertificateAsync ( UpdateClientCertificateRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.UpdateClientCertificateRequest Container for the necessary parameters to execute the UpdateClientCertificate operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateDeployment() public method

Changes information about a Deployment resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateDeployment ( UpdateDeploymentRequest request ) : UpdateDeploymentResponse
request Amazon.APIGateway.Model.UpdateDeploymentRequest Container for the necessary parameters to execute the UpdateDeployment service method.
return Amazon.APIGateway.Model.UpdateDeploymentResponse

UpdateDeploymentAsync() public method

Initiates the asynchronous execution of the UpdateDeployment operation.
public UpdateDeploymentAsync ( UpdateDeploymentRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.UpdateDeploymentRequest Container for the necessary parameters to execute the UpdateDeployment operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateDocumentationPart() public method

/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateDocumentationPart ( UpdateDocumentationPartRequest request ) : UpdateDocumentationPartResponse
request Amazon.APIGateway.Model.UpdateDocumentationPartRequest Container for the necessary parameters to execute the UpdateDocumentationPart service method.
return Amazon.APIGateway.Model.UpdateDocumentationPartResponse

UpdateDocumentationPartAsync() public method

Initiates the asynchronous execution of the UpdateDocumentationPart operation.
public UpdateDocumentationPartAsync ( UpdateDocumentationPartRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.UpdateDocumentationPartRequest Container for the necessary parameters to execute the UpdateDocumentationPart operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateDocumentationVersion() public method

/// /// /// /// /// /// /// /// /// ///
public UpdateDocumentationVersion ( UpdateDocumentationVersionRequest request ) : UpdateDocumentationVersionResponse
request Amazon.APIGateway.Model.UpdateDocumentationVersionRequest Container for the necessary parameters to execute the UpdateDocumentationVersion service method.
return UpdateDocumentationVersionResponse

UpdateDocumentationVersionAsync() public method

Initiates the asynchronous execution of the UpdateDocumentationVersion operation.
public UpdateDocumentationVersionAsync ( UpdateDocumentationVersionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.APIGateway.Model.UpdateDocumentationVersionRequest Container for the necessary parameters to execute the UpdateDocumentationVersion operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateDomainName() public method

Changes information about the DomainName resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateDomainName ( UpdateDomainNameRequest request ) : UpdateDomainNameResponse
request UpdateDomainNameRequest Container for the necessary parameters to execute the UpdateDomainName service method.
return UpdateDomainNameResponse

UpdateDomainNameAsync() public method

Initiates the asynchronous execution of the UpdateDomainName operation.
public UpdateDomainNameAsync ( UpdateDomainNameRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateDomainNameRequest Container for the necessary parameters to execute the UpdateDomainName operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateIntegration() public method

Represents an update integration.
/// /// /// /// /// /// /// /// /// ///
public UpdateIntegration ( UpdateIntegrationRequest request ) : UpdateIntegrationResponse
request UpdateIntegrationRequest Container for the necessary parameters to execute the UpdateIntegration service method.
return UpdateIntegrationResponse

UpdateIntegrationAsync() public method

Initiates the asynchronous execution of the UpdateIntegration operation.
public UpdateIntegrationAsync ( UpdateIntegrationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateIntegrationRequest Container for the necessary parameters to execute the UpdateIntegration operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateIntegrationResponse() public method

Represents an update integration response.
/// /// /// /// /// /// /// /// /// ///
public UpdateIntegrationResponse ( UpdateIntegrationResponseRequest request ) : UpdateIntegrationResponseResponse
request UpdateIntegrationResponseRequest Container for the necessary parameters to execute the UpdateIntegrationResponse service method.
return UpdateIntegrationResponseResponse

UpdateIntegrationResponseAsync() public method

Initiates the asynchronous execution of the UpdateIntegrationResponse operation.
public UpdateIntegrationResponseAsync ( UpdateIntegrationResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateIntegrationResponseRequest Container for the necessary parameters to execute the UpdateIntegrationResponse operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateMethod() public method

Updates an existing Method resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateMethod ( UpdateMethodRequest request ) : UpdateMethodResponse
request UpdateMethodRequest Container for the necessary parameters to execute the UpdateMethod service method.
return UpdateMethodResponse

UpdateMethodAsync() public method

Initiates the asynchronous execution of the UpdateMethod operation.
public UpdateMethodAsync ( UpdateMethodRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateMethodRequest Container for the necessary parameters to execute the UpdateMethod operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateMethodResponse() public method

Updates an existing MethodResponse resource.
/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateMethodResponse ( UpdateMethodResponseRequest request ) : UpdateMethodResponseResponse
request UpdateMethodResponseRequest Container for the necessary parameters to execute the UpdateMethodResponse service method.
return UpdateMethodResponseResponse

UpdateMethodResponseAsync() public method

Initiates the asynchronous execution of the UpdateMethodResponse operation.
public UpdateMethodResponseAsync ( UpdateMethodResponseRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateMethodResponseRequest Container for the necessary parameters to execute the UpdateMethodResponse operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateModel() public method

Changes information about a model.
/// /// /// /// /// /// /// /// /// ///
public UpdateModel ( UpdateModelRequest request ) : UpdateModelResponse
request UpdateModelRequest Container for the necessary parameters to execute the UpdateModel service method.
return UpdateModelResponse

UpdateModelAsync() public method

Initiates the asynchronous execution of the UpdateModel operation.
public UpdateModelAsync ( UpdateModelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateModelRequest Container for the necessary parameters to execute the UpdateModel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateResource() public method

Changes information about a Resource resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateResource ( UpdateResourceRequest request ) : UpdateResourceResponse
request UpdateResourceRequest Container for the necessary parameters to execute the UpdateResource service method.
return UpdateResourceResponse

UpdateResourceAsync() public method

Initiates the asynchronous execution of the UpdateResource operation.
public UpdateResourceAsync ( UpdateResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateResourceRequest Container for the necessary parameters to execute the UpdateResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateRestApi() public method

Changes information about the specified API.
/// /// /// /// /// /// /// /// /// ///
public UpdateRestApi ( UpdateRestApiRequest request ) : UpdateRestApiResponse
request UpdateRestApiRequest Container for the necessary parameters to execute the UpdateRestApi service method.
return UpdateRestApiResponse

UpdateRestApiAsync() public method

Initiates the asynchronous execution of the UpdateRestApi operation.
public UpdateRestApiAsync ( UpdateRestApiRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateRestApiRequest Container for the necessary parameters to execute the UpdateRestApi operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateStage() public method

Changes information about a Stage resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateStage ( UpdateStageRequest request ) : UpdateStageResponse
request UpdateStageRequest Container for the necessary parameters to execute the UpdateStage service method.
return UpdateStageResponse

UpdateStageAsync() public method

Initiates the asynchronous execution of the UpdateStage operation.
public UpdateStageAsync ( UpdateStageRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateStageRequest Container for the necessary parameters to execute the UpdateStage operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateUsage() public method

Grants a temporary extension to the reamining quota of a usage plan associated with a specified API key.
/// /// /// /// /// /// /// ///
public UpdateUsage ( UpdateUsageRequest request ) : UpdateUsageResponse
request UpdateUsageRequest Container for the necessary parameters to execute the UpdateUsage service method.
return UpdateUsageResponse

UpdateUsageAsync() public method

Initiates the asynchronous execution of the UpdateUsage operation.
public UpdateUsageAsync ( UpdateUsageRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateUsageRequest Container for the necessary parameters to execute the UpdateUsage operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task

UpdateUsagePlan() public method

Updates a usage plan of a given plan Id.
/// /// /// /// /// /// /// /// /// ///
public UpdateUsagePlan ( UpdateUsagePlanRequest request ) : UpdateUsagePlanResponse
request UpdateUsagePlanRequest Container for the necessary parameters to execute the UpdateUsagePlan service method.
return UpdateUsagePlanResponse

UpdateUsagePlanAsync() public method

Initiates the asynchronous execution of the UpdateUsagePlan operation.
public UpdateUsagePlanAsync ( UpdateUsagePlanRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateUsagePlanRequest Container for the necessary parameters to execute the UpdateUsagePlan operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task