C# Класс 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.

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

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

Метод Описание
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.

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

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

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

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

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

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
Результат System

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

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

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

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
Результат System

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

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

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

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
Результат System

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

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.
Результат System

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

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
Результат System

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

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
Результат System

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

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.
Результат System

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

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
Результат System

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

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
Результат System

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

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.
Результат System

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат IAsyncResult

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

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.
Результат Amazon.APIGateway.Model.CreateApiKeyResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.CreateAuthorizerResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.CreateBasePathMappingResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.CreateDeploymentResponse

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

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. ///
Результат Task

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

/// /// /// /// /// /// /// /// /// /// /// ///
public CreateDocumentationPart ( CreateDocumentationPartRequest request ) : CreateDocumentationPartResponse
request CreateDocumentationPartRequest Container for the necessary parameters to execute the CreateDocumentationPart service method.
Результат Amazon.APIGateway.Model.CreateDocumentationPartResponse

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

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. ///
Результат Task

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

/// /// /// /// /// /// /// /// /// /// /// ///
public CreateDocumentationVersion ( CreateDocumentationVersionRequest request ) : CreateDocumentationVersionResponse
request Amazon.APIGateway.Model.CreateDocumentationVersionRequest Container for the necessary parameters to execute the CreateDocumentationVersion service method.
Результат Amazon.APIGateway.Model.CreateDocumentationVersionResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.CreateDomainNameResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.CreateModelResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.CreateResourceResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.CreateRestApiResponse

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

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. ///
Результат Task

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

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

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

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.
Результат Amazon.APIGateway.Model.CreateStageResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.CreateUsagePlanResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.CreateUsagePlanKeyResponse

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

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. ///
Результат Task

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

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.
Результат DeleteApiKeyResponse

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

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. ///
Результат Task

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

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.
Результат DeleteAuthorizerResponse

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

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. ///
Результат Task

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

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.
Результат DeleteBasePathMappingResponse

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

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. ///
Результат Task

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

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.
Результат DeleteClientCertificateResponse

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

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. ///
Результат Task

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

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.
Результат DeleteDeploymentResponse

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

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. ///
Результат Task

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

/// /// /// /// /// /// /// /// /// ///
public DeleteDocumentationPart ( DeleteDocumentationPartRequest request ) : DeleteDocumentationPartResponse
request Amazon.APIGateway.Model.DeleteDocumentationPartRequest Container for the necessary parameters to execute the DeleteDocumentationPart service method.
Результат DeleteDocumentationPartResponse

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

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. ///
Результат Task

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

/// /// /// /// /// /// /// /// /// ///
public DeleteDocumentationVersion ( DeleteDocumentationVersionRequest request ) : DeleteDocumentationVersionResponse
request Amazon.APIGateway.Model.DeleteDocumentationVersionRequest Container for the necessary parameters to execute the DeleteDocumentationVersion service method.
Результат DeleteDocumentationVersionResponse

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

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. ///
Результат Task

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

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.
Результат DeleteDomainNameResponse

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

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. ///
Результат Task

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

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.
Результат DeleteIntegrationResponse

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

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. ///
Результат Task

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

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.
Результат DeleteIntegrationResponseResponse

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

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. ///
Результат Task

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

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.
Результат DeleteMethodResponse

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

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. ///
Результат Task

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

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.
Результат DeleteMethodResponseResponse

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

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. ///
Результат Task

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

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.
Результат DeleteModelResponse

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

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. ///
Результат Task

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

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.
Результат DeleteResourceResponse

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

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. ///
Результат Task

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

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.
Результат DeleteRestApiResponse

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

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. ///
Результат Task

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

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.
Результат DeleteStageResponse

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

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. ///
Результат Task

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

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.
Результат DeleteUsagePlanResponse

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

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. ///
Результат Task

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

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.
Результат DeleteUsagePlanKeyResponse

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

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. ///
Результат Task

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

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

Finishes the asynchronous execution of the CreateApiKey operation.
public EndCreateApiKey ( IAsyncResult asyncResult ) : CreateApiKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateApiKey.
Результат Amazon.APIGateway.Model.CreateApiKeyResponse

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

Finishes the asynchronous execution of the CreateAuthorizer operation.
public EndCreateAuthorizer ( IAsyncResult asyncResult ) : CreateAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateAuthorizer.
Результат Amazon.APIGateway.Model.CreateAuthorizerResponse

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

Finishes the asynchronous execution of the CreateBasePathMapping operation.
public EndCreateBasePathMapping ( IAsyncResult asyncResult ) : CreateBasePathMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateBasePathMapping.
Результат Amazon.APIGateway.Model.CreateBasePathMappingResponse

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

Finishes the asynchronous execution of the CreateDeployment operation.
public EndCreateDeployment ( IAsyncResult asyncResult ) : CreateDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDeployment.
Результат Amazon.APIGateway.Model.CreateDeploymentResponse

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

Finishes the asynchronous execution of the CreateDocumentationPart operation.
public EndCreateDocumentationPart ( IAsyncResult asyncResult ) : CreateDocumentationPartResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDocumentationPart.
Результат Amazon.APIGateway.Model.CreateDocumentationPartResponse

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

Finishes the asynchronous execution of the CreateDocumentationVersion operation.
public EndCreateDocumentationVersion ( IAsyncResult asyncResult ) : CreateDocumentationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDocumentationVersion.
Результат Amazon.APIGateway.Model.CreateDocumentationVersionResponse

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

Finishes the asynchronous execution of the CreateDomainName operation.
public EndCreateDomainName ( IAsyncResult asyncResult ) : CreateDomainNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDomainName.
Результат Amazon.APIGateway.Model.CreateDomainNameResponse

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

Finishes the asynchronous execution of the CreateModel operation.
public EndCreateModel ( IAsyncResult asyncResult ) : CreateModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateModel.
Результат Amazon.APIGateway.Model.CreateModelResponse

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

Finishes the asynchronous execution of the CreateResource operation.
public EndCreateResource ( IAsyncResult asyncResult ) : CreateResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateResource.
Результат Amazon.APIGateway.Model.CreateResourceResponse

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

Finishes the asynchronous execution of the CreateRestApi operation.
public EndCreateRestApi ( IAsyncResult asyncResult ) : CreateRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateRestApi.
Результат Amazon.APIGateway.Model.CreateRestApiResponse

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

Finishes the asynchronous execution of the CreateStage operation.
public EndCreateStage ( IAsyncResult asyncResult ) : CreateStageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStage.
Результат Amazon.APIGateway.Model.CreateStageResponse

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

Finishes the asynchronous execution of the CreateUsagePlan operation.
public EndCreateUsagePlan ( IAsyncResult asyncResult ) : CreateUsagePlanResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateUsagePlan.
Результат Amazon.APIGateway.Model.CreateUsagePlanResponse

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

Finishes the asynchronous execution of the CreateUsagePlanKey operation.
public EndCreateUsagePlanKey ( IAsyncResult asyncResult ) : CreateUsagePlanKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateUsagePlanKey.
Результат Amazon.APIGateway.Model.CreateUsagePlanKeyResponse

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

Finishes the asynchronous execution of the DeleteApiKey operation.
public EndDeleteApiKey ( IAsyncResult asyncResult ) : DeleteApiKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteApiKey.
Результат DeleteApiKeyResponse

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

Finishes the asynchronous execution of the DeleteAuthorizer operation.
public EndDeleteAuthorizer ( IAsyncResult asyncResult ) : DeleteAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteAuthorizer.
Результат DeleteAuthorizerResponse

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

Finishes the asynchronous execution of the DeleteBasePathMapping operation.
public EndDeleteBasePathMapping ( IAsyncResult asyncResult ) : DeleteBasePathMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteBasePathMapping.
Результат DeleteBasePathMappingResponse

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

Finishes the asynchronous execution of the DeleteClientCertificate operation.
public EndDeleteClientCertificate ( IAsyncResult asyncResult ) : DeleteClientCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteClientCertificate.
Результат DeleteClientCertificateResponse

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

Finishes the asynchronous execution of the DeleteDeployment operation.
public EndDeleteDeployment ( IAsyncResult asyncResult ) : DeleteDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDeployment.
Результат DeleteDeploymentResponse

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

Finishes the asynchronous execution of the DeleteDocumentationPart operation.
public EndDeleteDocumentationPart ( IAsyncResult asyncResult ) : DeleteDocumentationPartResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDocumentationPart.
Результат DeleteDocumentationPartResponse

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

Finishes the asynchronous execution of the DeleteDocumentationVersion operation.
public EndDeleteDocumentationVersion ( IAsyncResult asyncResult ) : DeleteDocumentationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDocumentationVersion.
Результат DeleteDocumentationVersionResponse

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

Finishes the asynchronous execution of the DeleteDomainName operation.
public EndDeleteDomainName ( IAsyncResult asyncResult ) : DeleteDomainNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDomainName.
Результат DeleteDomainNameResponse

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

Finishes the asynchronous execution of the DeleteIntegration operation.
public EndDeleteIntegration ( IAsyncResult asyncResult ) : DeleteIntegrationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteIntegration.
Результат DeleteIntegrationResponse

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

Finishes the asynchronous execution of the DeleteIntegrationResponse operation.
public EndDeleteIntegrationResponse ( IAsyncResult asyncResult ) : DeleteIntegrationResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteIntegrationResponse.
Результат DeleteIntegrationResponseResponse

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

Finishes the asynchronous execution of the DeleteMethod operation.
public EndDeleteMethod ( IAsyncResult asyncResult ) : DeleteMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteMethod.
Результат DeleteMethodResponse

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

Finishes the asynchronous execution of the DeleteMethodResponse operation.
public EndDeleteMethodResponse ( IAsyncResult asyncResult ) : DeleteMethodResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteMethodResponse.
Результат DeleteMethodResponseResponse

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

Finishes the asynchronous execution of the DeleteModel operation.
public EndDeleteModel ( IAsyncResult asyncResult ) : DeleteModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteModel.
Результат DeleteModelResponse

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

Finishes the asynchronous execution of the DeleteResource operation.
public EndDeleteResource ( IAsyncResult asyncResult ) : DeleteResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteResource.
Результат DeleteResourceResponse

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

Finishes the asynchronous execution of the DeleteRestApi operation.
public EndDeleteRestApi ( IAsyncResult asyncResult ) : DeleteRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteRestApi.
Результат DeleteRestApiResponse

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

Finishes the asynchronous execution of the DeleteStage operation.
public EndDeleteStage ( IAsyncResult asyncResult ) : DeleteStageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteStage.
Результат DeleteStageResponse

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

Finishes the asynchronous execution of the DeleteUsagePlan operation.
public EndDeleteUsagePlan ( IAsyncResult asyncResult ) : DeleteUsagePlanResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteUsagePlan.
Результат DeleteUsagePlanResponse

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

Finishes the asynchronous execution of the DeleteUsagePlanKey operation.
public EndDeleteUsagePlanKey ( IAsyncResult asyncResult ) : DeleteUsagePlanKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteUsagePlanKey.
Результат DeleteUsagePlanKeyResponse

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

Finishes the asynchronous execution of the FlushStageAuthorizersCache operation.
public EndFlushStageAuthorizersCache ( IAsyncResult asyncResult ) : FlushStageAuthorizersCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginFlushStageAuthorizersCache.
Результат FlushStageAuthorizersCacheResponse

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

Finishes the asynchronous execution of the FlushStageCache operation.
public EndFlushStageCache ( IAsyncResult asyncResult ) : FlushStageCacheResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginFlushStageCache.
Результат FlushStageCacheResponse

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

Finishes the asynchronous execution of the GenerateClientCertificate operation.
public EndGenerateClientCertificate ( IAsyncResult asyncResult ) : GenerateClientCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGenerateClientCertificate.
Результат Amazon.APIGateway.Model.GenerateClientCertificateResponse

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

Finishes the asynchronous execution of the GetAccount operation.
public EndGetAccount ( IAsyncResult asyncResult ) : GetAccountResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetAccount.
Результат Amazon.APIGateway.Model.GetAccountResponse

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

Finishes the asynchronous execution of the GetApiKey operation.
public EndGetApiKey ( IAsyncResult asyncResult ) : GetApiKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetApiKey.
Результат Amazon.APIGateway.Model.GetApiKeyResponse

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

Finishes the asynchronous execution of the GetApiKeys operation.
public EndGetApiKeys ( IAsyncResult asyncResult ) : GetApiKeysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetApiKeys.
Результат Amazon.APIGateway.Model.GetApiKeysResponse

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

Finishes the asynchronous execution of the GetAuthorizer operation.
public EndGetAuthorizer ( IAsyncResult asyncResult ) : GetAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetAuthorizer.
Результат Amazon.APIGateway.Model.GetAuthorizerResponse

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

Finishes the asynchronous execution of the GetAuthorizers operation.
public EndGetAuthorizers ( IAsyncResult asyncResult ) : GetAuthorizersResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetAuthorizers.
Результат Amazon.APIGateway.Model.GetAuthorizersResponse

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

Finishes the asynchronous execution of the GetBasePathMapping operation.
public EndGetBasePathMapping ( IAsyncResult asyncResult ) : GetBasePathMappingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBasePathMapping.
Результат Amazon.APIGateway.Model.GetBasePathMappingResponse

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

Finishes the asynchronous execution of the GetBasePathMappings operation.
public EndGetBasePathMappings ( IAsyncResult asyncResult ) : GetBasePathMappingsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetBasePathMappings.
Результат Amazon.APIGateway.Model.GetBasePathMappingsResponse

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

Finishes the asynchronous execution of the GetClientCertificate operation.
public EndGetClientCertificate ( IAsyncResult asyncResult ) : GetClientCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetClientCertificate.
Результат Amazon.APIGateway.Model.GetClientCertificateResponse

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

Finishes the asynchronous execution of the GetClientCertificates operation.
public EndGetClientCertificates ( IAsyncResult asyncResult ) : GetClientCertificatesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetClientCertificates.
Результат Amazon.APIGateway.Model.GetClientCertificatesResponse

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

Finishes the asynchronous execution of the GetDeployment operation.
public EndGetDeployment ( IAsyncResult asyncResult ) : GetDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDeployment.
Результат Amazon.APIGateway.Model.GetDeploymentResponse

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

Finishes the asynchronous execution of the GetDeployments operation.
public EndGetDeployments ( IAsyncResult asyncResult ) : GetDeploymentsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDeployments.
Результат Amazon.APIGateway.Model.GetDeploymentsResponse

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

Finishes the asynchronous execution of the GetDocumentationPart operation.
public EndGetDocumentationPart ( IAsyncResult asyncResult ) : GetDocumentationPartResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocumentationPart.
Результат Amazon.APIGateway.Model.GetDocumentationPartResponse

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

Finishes the asynchronous execution of the GetDocumentationParts operation.
public EndGetDocumentationParts ( IAsyncResult asyncResult ) : GetDocumentationPartsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocumentationParts.
Результат Amazon.APIGateway.Model.GetDocumentationPartsResponse

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

Finishes the asynchronous execution of the GetDocumentationVersion operation.
public EndGetDocumentationVersion ( IAsyncResult asyncResult ) : GetDocumentationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocumentationVersion.
Результат Amazon.APIGateway.Model.GetDocumentationVersionResponse

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

Finishes the asynchronous execution of the GetDocumentationVersions operation.
public EndGetDocumentationVersions ( IAsyncResult asyncResult ) : GetDocumentationVersionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDocumentationVersions.
Результат Amazon.APIGateway.Model.GetDocumentationVersionsResponse

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

Finishes the asynchronous execution of the GetDomainName operation.
public EndGetDomainName ( IAsyncResult asyncResult ) : GetDomainNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDomainName.
Результат Amazon.APIGateway.Model.GetDomainNameResponse

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

Finishes the asynchronous execution of the GetDomainNames operation.
public EndGetDomainNames ( IAsyncResult asyncResult ) : GetDomainNamesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetDomainNames.
Результат Amazon.APIGateway.Model.GetDomainNamesResponse

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

Finishes the asynchronous execution of the GetExport operation.
public EndGetExport ( IAsyncResult asyncResult ) : GetExportResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetExport.
Результат Amazon.APIGateway.Model.GetExportResponse

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

Finishes the asynchronous execution of the GetIntegration operation.
public EndGetIntegration ( IAsyncResult asyncResult ) : GetIntegrationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetIntegration.
Результат Amazon.APIGateway.Model.GetIntegrationResponse

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

Finishes the asynchronous execution of the GetIntegrationResponse operation.
public EndGetIntegrationResponse ( IAsyncResult asyncResult ) : GetIntegrationResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetIntegrationResponse.
Результат Amazon.APIGateway.Model.GetIntegrationResponseResponse

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

Finishes the asynchronous execution of the GetMethod operation.
public EndGetMethod ( IAsyncResult asyncResult ) : GetMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMethod.
Результат Amazon.APIGateway.Model.GetMethodResponse

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

Finishes the asynchronous execution of the GetMethodResponse operation.
public EndGetMethodResponse ( IAsyncResult asyncResult ) : GetMethodResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetMethodResponse.
Результат Amazon.APIGateway.Model.GetMethodResponseResponse

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

Finishes the asynchronous execution of the GetModel operation.
public EndGetModel ( IAsyncResult asyncResult ) : GetModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetModel.
Результат Amazon.APIGateway.Model.GetModelResponse

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

Finishes the asynchronous execution of the GetModelTemplate operation.
public EndGetModelTemplate ( IAsyncResult asyncResult ) : GetModelTemplateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetModelTemplate.
Результат Amazon.APIGateway.Model.GetModelTemplateResponse

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

Finishes the asynchronous execution of the GetModels operation.
public EndGetModels ( IAsyncResult asyncResult ) : GetModelsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetModels.
Результат Amazon.APIGateway.Model.GetModelsResponse

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

Finishes the asynchronous execution of the GetResource operation.
public EndGetResource ( IAsyncResult asyncResult ) : GetResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetResource.
Результат Amazon.APIGateway.Model.GetResourceResponse

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

Finishes the asynchronous execution of the GetResources operation.
public EndGetResources ( IAsyncResult asyncResult ) : GetResourcesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetResources.
Результат Amazon.APIGateway.Model.GetResourcesResponse

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

Finishes the asynchronous execution of the GetRestApi operation.
public EndGetRestApi ( IAsyncResult asyncResult ) : GetRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetRestApi.
Результат Amazon.APIGateway.Model.GetRestApiResponse

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

Finishes the asynchronous execution of the GetRestApis operation.
public EndGetRestApis ( IAsyncResult asyncResult ) : GetRestApisResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetRestApis.
Результат Amazon.APIGateway.Model.GetRestApisResponse

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

Finishes the asynchronous execution of the GetSdk operation.
public EndGetSdk ( IAsyncResult asyncResult ) : GetSdkResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSdk.
Результат Amazon.APIGateway.Model.GetSdkResponse

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

Finishes the asynchronous execution of the GetSdkType operation.
public EndGetSdkType ( IAsyncResult asyncResult ) : GetSdkTypeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSdkType.
Результат Amazon.APIGateway.Model.GetSdkTypeResponse

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

Finishes the asynchronous execution of the GetSdkTypes operation.
public EndGetSdkTypes ( IAsyncResult asyncResult ) : GetSdkTypesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetSdkTypes.
Результат Amazon.APIGateway.Model.GetSdkTypesResponse

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

Finishes the asynchronous execution of the GetStage operation.
public EndGetStage ( IAsyncResult asyncResult ) : GetStageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetStage.
Результат Amazon.APIGateway.Model.GetStageResponse

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

Finishes the asynchronous execution of the GetStages operation.
public EndGetStages ( IAsyncResult asyncResult ) : GetStagesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetStages.
Результат Amazon.APIGateway.Model.GetStagesResponse

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

Finishes the asynchronous execution of the GetUsage operation.
public EndGetUsage ( IAsyncResult asyncResult ) : GetUsageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUsage.
Результат Amazon.APIGateway.Model.GetUsageResponse

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

Finishes the asynchronous execution of the GetUsagePlan operation.
public EndGetUsagePlan ( IAsyncResult asyncResult ) : GetUsagePlanResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUsagePlan.
Результат Amazon.APIGateway.Model.GetUsagePlanResponse

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

Finishes the asynchronous execution of the GetUsagePlanKey operation.
public EndGetUsagePlanKey ( IAsyncResult asyncResult ) : GetUsagePlanKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUsagePlanKey.
Результат Amazon.APIGateway.Model.GetUsagePlanKeyResponse

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

Finishes the asynchronous execution of the GetUsagePlanKeys operation.
public EndGetUsagePlanKeys ( IAsyncResult asyncResult ) : GetUsagePlanKeysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUsagePlanKeys.
Результат Amazon.APIGateway.Model.GetUsagePlanKeysResponse

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

Finishes the asynchronous execution of the GetUsagePlans operation.
public EndGetUsagePlans ( IAsyncResult asyncResult ) : GetUsagePlansResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUsagePlans.
Результат Amazon.APIGateway.Model.GetUsagePlansResponse

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

Finishes the asynchronous execution of the ImportApiKeys operation.
public EndImportApiKeys ( IAsyncResult asyncResult ) : ImportApiKeysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportApiKeys.
Результат Amazon.APIGateway.Model.ImportApiKeysResponse

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

Finishes the asynchronous execution of the ImportDocumentationParts operation.
public EndImportDocumentationParts ( IAsyncResult asyncResult ) : ImportDocumentationPartsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportDocumentationParts.
Результат Amazon.APIGateway.Model.ImportDocumentationPartsResponse

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

Finishes the asynchronous execution of the ImportRestApi operation.
public EndImportRestApi ( IAsyncResult asyncResult ) : ImportRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginImportRestApi.
Результат Amazon.APIGateway.Model.ImportRestApiResponse

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

Finishes the asynchronous execution of the PutIntegration operation.
public EndPutIntegration ( IAsyncResult asyncResult ) : PutIntegrationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutIntegration.
Результат Amazon.APIGateway.Model.PutIntegrationResponse

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

Finishes the asynchronous execution of the PutIntegrationResponse operation.
public EndPutIntegrationResponse ( IAsyncResult asyncResult ) : PutIntegrationResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutIntegrationResponse.
Результат Amazon.APIGateway.Model.PutIntegrationResponseResponse

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

Finishes the asynchronous execution of the PutMethod operation.
public EndPutMethod ( IAsyncResult asyncResult ) : PutMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutMethod.
Результат Amazon.APIGateway.Model.PutMethodResponse

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

Finishes the asynchronous execution of the PutMethodResponse operation.
public EndPutMethodResponse ( IAsyncResult asyncResult ) : PutMethodResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutMethodResponse.
Результат Amazon.APIGateway.Model.PutMethodResponseResponse

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

Finishes the asynchronous execution of the PutRestApi operation.
public EndPutRestApi ( IAsyncResult asyncResult ) : PutRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutRestApi.
Результат Amazon.APIGateway.Model.PutRestApiResponse

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

Finishes the asynchronous execution of the TestInvokeAuthorizer operation.
public EndTestInvokeAuthorizer ( IAsyncResult asyncResult ) : TestInvokeAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTestInvokeAuthorizer.
Результат Amazon.APIGateway.Model.TestInvokeAuthorizerResponse

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

Finishes the asynchronous execution of the TestInvokeMethod operation.
public EndTestInvokeMethod ( IAsyncResult asyncResult ) : TestInvokeMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginTestInvokeMethod.
Результат Amazon.APIGateway.Model.TestInvokeMethodResponse

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

Finishes the asynchronous execution of the UpdateAccount operation.
public EndUpdateAccount ( IAsyncResult asyncResult ) : UpdateAccountResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAccount.
Результат Amazon.APIGateway.Model.UpdateAccountResponse

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

Finishes the asynchronous execution of the UpdateApiKey operation.
public EndUpdateApiKey ( IAsyncResult asyncResult ) : UpdateApiKeyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateApiKey.
Результат Amazon.APIGateway.Model.UpdateApiKeyResponse

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

Finishes the asynchronous execution of the UpdateAuthorizer operation.
public EndUpdateAuthorizer ( IAsyncResult asyncResult ) : UpdateAuthorizerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateAuthorizer.
Результат Amazon.APIGateway.Model.UpdateAuthorizerResponse

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

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.
Результат Amazon.APIGateway.Model.UpdateBasePathMappingResponse

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

Finishes the asynchronous execution of the UpdateClientCertificate operation.
public EndUpdateClientCertificate ( IAsyncResult asyncResult ) : UpdateClientCertificateResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateClientCertificate.
Результат Amazon.APIGateway.Model.UpdateClientCertificateResponse

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

Finishes the asynchronous execution of the UpdateDeployment operation.
public EndUpdateDeployment ( IAsyncResult asyncResult ) : UpdateDeploymentResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDeployment.
Результат Amazon.APIGateway.Model.UpdateDeploymentResponse

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

Finishes the asynchronous execution of the UpdateDocumentationPart operation.
public EndUpdateDocumentationPart ( IAsyncResult asyncResult ) : UpdateDocumentationPartResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDocumentationPart.
Результат Amazon.APIGateway.Model.UpdateDocumentationPartResponse

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

Finishes the asynchronous execution of the UpdateDocumentationVersion operation.
public EndUpdateDocumentationVersion ( IAsyncResult asyncResult ) : UpdateDocumentationVersionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDocumentationVersion.
Результат UpdateDocumentationVersionResponse

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

Finishes the asynchronous execution of the UpdateDomainName operation.
public EndUpdateDomainName ( IAsyncResult asyncResult ) : UpdateDomainNameResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateDomainName.
Результат Amazon.APIGateway.Model.UpdateDomainNameResponse

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

Finishes the asynchronous execution of the UpdateIntegration operation.
public EndUpdateIntegration ( IAsyncResult asyncResult ) : UpdateIntegrationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateIntegration.
Результат Amazon.APIGateway.Model.UpdateIntegrationResponse

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

Finishes the asynchronous execution of the UpdateIntegrationResponse operation.
public EndUpdateIntegrationResponse ( IAsyncResult asyncResult ) : UpdateIntegrationResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateIntegrationResponse.
Результат Amazon.APIGateway.Model.UpdateIntegrationResponseResponse

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

Finishes the asynchronous execution of the UpdateMethod operation.
public EndUpdateMethod ( IAsyncResult asyncResult ) : UpdateMethodResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMethod.
Результат Amazon.APIGateway.Model.UpdateMethodResponse

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

Finishes the asynchronous execution of the UpdateMethodResponse operation.
public EndUpdateMethodResponse ( IAsyncResult asyncResult ) : UpdateMethodResponseResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMethodResponse.
Результат Amazon.APIGateway.Model.UpdateMethodResponseResponse

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

Finishes the asynchronous execution of the UpdateModel operation.
public EndUpdateModel ( IAsyncResult asyncResult ) : UpdateModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateModel.
Результат Amazon.APIGateway.Model.UpdateModelResponse

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

Finishes the asynchronous execution of the UpdateResource operation.
public EndUpdateResource ( IAsyncResult asyncResult ) : UpdateResourceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateResource.
Результат Amazon.APIGateway.Model.UpdateResourceResponse

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

Finishes the asynchronous execution of the UpdateRestApi operation.
public EndUpdateRestApi ( IAsyncResult asyncResult ) : UpdateRestApiResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateRestApi.
Результат Amazon.APIGateway.Model.UpdateRestApiResponse

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

Finishes the asynchronous execution of the UpdateStage operation.
public EndUpdateStage ( IAsyncResult asyncResult ) : UpdateStageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateStage.
Результат Amazon.APIGateway.Model.UpdateStageResponse

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

Finishes the asynchronous execution of the UpdateUsage operation.
public EndUpdateUsage ( IAsyncResult asyncResult ) : UpdateUsageResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateUsage.
Результат Amazon.APIGateway.Model.UpdateUsageResponse

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

Finishes the asynchronous execution of the UpdateUsagePlan operation.
public EndUpdateUsagePlan ( IAsyncResult asyncResult ) : UpdateUsagePlanResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateUsagePlan.
Результат Amazon.APIGateway.Model.UpdateUsagePlanResponse

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

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.
Результат FlushStageAuthorizersCacheResponse

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

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. ///
Результат Task

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

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.
Результат FlushStageCacheResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GenerateClientCertificateResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetAccountResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetApiKeyResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetApiKeysResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetAuthorizerResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetAuthorizersResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetBasePathMappingResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetBasePathMappingsResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetClientCertificateResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetClientCertificatesResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetDeploymentResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetDeploymentsResponse

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

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. ///
Результат Task

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

/// /// /// /// /// ///
public GetDocumentationPart ( GetDocumentationPartRequest request ) : GetDocumentationPartResponse
request Amazon.APIGateway.Model.GetDocumentationPartRequest Container for the necessary parameters to execute the GetDocumentationPart service method.
Результат Amazon.APIGateway.Model.GetDocumentationPartResponse

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

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. ///
Результат Task

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

/// /// /// /// /// /// /// ///
public GetDocumentationParts ( GetDocumentationPartsRequest request ) : GetDocumentationPartsResponse
request Amazon.APIGateway.Model.GetDocumentationPartsRequest Container for the necessary parameters to execute the GetDocumentationParts service method.
Результат Amazon.APIGateway.Model.GetDocumentationPartsResponse

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

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. ///
Результат Task

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

/// /// /// /// /// ///
public GetDocumentationVersion ( GetDocumentationVersionRequest request ) : GetDocumentationVersionResponse
request Amazon.APIGateway.Model.GetDocumentationVersionRequest Container for the necessary parameters to execute the GetDocumentationVersion service method.
Результат Amazon.APIGateway.Model.GetDocumentationVersionResponse

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

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. ///
Результат Task

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

/// /// /// /// /// /// /// ///
public GetDocumentationVersions ( GetDocumentationVersionsRequest request ) : GetDocumentationVersionsResponse
request Amazon.APIGateway.Model.GetDocumentationVersionsRequest Container for the necessary parameters to execute the GetDocumentationVersions service method.
Результат Amazon.APIGateway.Model.GetDocumentationVersionsResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetDomainNameResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetDomainNamesResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetExportResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetIntegrationResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetIntegrationResponseResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetMethodResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetMethodResponseResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetModelResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetModelTemplateResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetModelsResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetResourceResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetResourcesResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetRestApiResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetRestApisResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetSdkResponse

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

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. ///
Результат Task

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

/// /// /// /// /// ///
public GetSdkType ( GetSdkTypeRequest request ) : GetSdkTypeResponse
request Amazon.APIGateway.Model.GetSdkTypeRequest Container for the necessary parameters to execute the GetSdkType service method.
Результат Amazon.APIGateway.Model.GetSdkTypeResponse

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

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. ///
Результат Task

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

/// /// /// ///
public GetSdkTypes ( GetSdkTypesRequest request ) : GetSdkTypesResponse
request Amazon.APIGateway.Model.GetSdkTypesRequest Container for the necessary parameters to execute the GetSdkTypes service method.
Результат Amazon.APIGateway.Model.GetSdkTypesResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetStageResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetStagesResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetUsageResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetUsagePlanResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetUsagePlanKeyResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetUsagePlanKeysResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.GetUsagePlansResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.ImportApiKeysResponse

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

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. ///
Результат Task

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

/// /// /// /// /// /// /// /// /// ///
public ImportDocumentationParts ( ImportDocumentationPartsRequest request ) : ImportDocumentationPartsResponse
request Amazon.APIGateway.Model.ImportDocumentationPartsRequest Container for the necessary parameters to execute the ImportDocumentationParts service method.
Результат Amazon.APIGateway.Model.ImportDocumentationPartsResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.ImportRestApiResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.PutIntegrationResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.PutIntegrationResponseResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.PutMethodResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.PutMethodResponseResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.PutRestApiResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.TestInvokeAuthorizerResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.TestInvokeMethodResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.UpdateAccountResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.UpdateApiKeyResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.UpdateAuthorizerResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.UpdateBasePathMappingResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.UpdateClientCertificateResponse

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

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. ///
Результат Task

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

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.
Результат Amazon.APIGateway.Model.UpdateDeploymentResponse

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

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. ///
Результат Task

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

/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateDocumentationPart ( UpdateDocumentationPartRequest request ) : UpdateDocumentationPartResponse
request Amazon.APIGateway.Model.UpdateDocumentationPartRequest Container for the necessary parameters to execute the UpdateDocumentationPart service method.
Результат Amazon.APIGateway.Model.UpdateDocumentationPartResponse

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

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. ///
Результат Task

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

/// /// /// /// /// /// /// /// /// ///
public UpdateDocumentationVersion ( UpdateDocumentationVersionRequest request ) : UpdateDocumentationVersionResponse
request Amazon.APIGateway.Model.UpdateDocumentationVersionRequest Container for the necessary parameters to execute the UpdateDocumentationVersion service method.
Результат UpdateDocumentationVersionResponse

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

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. ///
Результат Task

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

Changes information about the DomainName resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateDomainName ( UpdateDomainNameRequest request ) : UpdateDomainNameResponse
request UpdateDomainNameRequest Container for the necessary parameters to execute the UpdateDomainName service method.
Результат UpdateDomainNameResponse

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

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. ///
Результат Task

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

Represents an update integration.
/// /// /// /// /// /// /// /// /// ///
public UpdateIntegration ( UpdateIntegrationRequest request ) : UpdateIntegrationResponse
request UpdateIntegrationRequest Container for the necessary parameters to execute the UpdateIntegration service method.
Результат UpdateIntegrationResponse

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

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. ///
Результат Task

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

Represents an update integration response.
/// /// /// /// /// /// /// /// /// ///
public UpdateIntegrationResponse ( UpdateIntegrationResponseRequest request ) : UpdateIntegrationResponseResponse
request UpdateIntegrationResponseRequest Container for the necessary parameters to execute the UpdateIntegrationResponse service method.
Результат UpdateIntegrationResponseResponse

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

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. ///
Результат Task

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

Updates an existing Method resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateMethod ( UpdateMethodRequest request ) : UpdateMethodResponse
request UpdateMethodRequest Container for the necessary parameters to execute the UpdateMethod service method.
Результат UpdateMethodResponse

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

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. ///
Результат Task

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

Updates an existing MethodResponse resource.
/// /// /// /// /// /// /// /// /// /// /// ///
public UpdateMethodResponse ( UpdateMethodResponseRequest request ) : UpdateMethodResponseResponse
request UpdateMethodResponseRequest Container for the necessary parameters to execute the UpdateMethodResponse service method.
Результат UpdateMethodResponseResponse

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

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. ///
Результат Task

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

Changes information about a model.
/// /// /// /// /// /// /// /// /// ///
public UpdateModel ( UpdateModelRequest request ) : UpdateModelResponse
request UpdateModelRequest Container for the necessary parameters to execute the UpdateModel service method.
Результат UpdateModelResponse

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

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. ///
Результат Task

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

Changes information about a Resource resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateResource ( UpdateResourceRequest request ) : UpdateResourceResponse
request UpdateResourceRequest Container for the necessary parameters to execute the UpdateResource service method.
Результат UpdateResourceResponse

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

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. ///
Результат Task

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

Changes information about the specified API.
/// /// /// /// /// /// /// /// /// ///
public UpdateRestApi ( UpdateRestApiRequest request ) : UpdateRestApiResponse
request UpdateRestApiRequest Container for the necessary parameters to execute the UpdateRestApi service method.
Результат UpdateRestApiResponse

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

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. ///
Результат Task

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

Changes information about a Stage resource.
/// /// /// /// /// /// /// /// /// ///
public UpdateStage ( UpdateStageRequest request ) : UpdateStageResponse
request UpdateStageRequest Container for the necessary parameters to execute the UpdateStage service method.
Результат UpdateStageResponse

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

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. ///
Результат Task

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

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.
Результат UpdateUsageResponse

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

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. ///
Результат Task

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

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.
Результат UpdateUsagePlanResponse

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

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. ///
Результат Task