C# Class Amazon.APIGateway.AmazonAPIGatewayClient

Implementation for accessing APIGateway Amazon API Gateway

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

Inheritance: AmazonServiceClient, IAmazonAPIGateway
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Méthode Description
AmazonAPIGatewayClient ( ) : System

Constructs AmazonAPIGatewayClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonAPIGatewayClient ( AWSCredentials credentials ) : System

Constructs AmazonAPIGatewayClient with AWS Credentials

AmazonAPIGatewayClient ( AWSCredentials credentials, AmazonAPIGatewayConfig clientConfig ) : System

Constructs AmazonAPIGatewayClient with AWS Credentials and an AmazonAPIGatewayClient Configuration object.

AmazonAPIGatewayClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonAPIGatewayClient with AWS Credentials

AmazonAPIGatewayClient ( AmazonAPIGatewayConfig config ) : System

Constructs AmazonAPIGatewayClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonAPIGatewayClient ( RegionEndpoint region ) : System

Constructs AmazonAPIGatewayClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key

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

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

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

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key

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

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

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

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key

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

Initiates the asynchronous execution of the CreateApiKey operation.

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

Initiates the asynchronous execution of the CreateAuthorizer operation.

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

Initiates the asynchronous execution of the CreateBasePathMapping operation.

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

Initiates the asynchronous execution of the CreateDeployment operation.

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

Initiates the asynchronous execution of the CreateDocumentationPart operation.

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

Initiates the asynchronous execution of the CreateDocumentationVersion operation.

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

Initiates the asynchronous execution of the CreateDomainName operation.

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

Initiates the asynchronous execution of the CreateModel operation.

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

Initiates the asynchronous execution of the CreateResource operation.

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

Initiates the asynchronous execution of the CreateRestApi operation.

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

Initiates the asynchronous execution of the CreateStage operation.

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

Initiates the asynchronous execution of the CreateUsagePlan operation.

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

Initiates the asynchronous execution of the CreateUsagePlanKey operation.

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

Initiates the asynchronous execution of the DeleteApiKey operation.

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

Initiates the asynchronous execution of the DeleteAuthorizer operation.

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

Initiates the asynchronous execution of the DeleteBasePathMapping operation.

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

Initiates the asynchronous execution of the DeleteClientCertificate operation.

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

Initiates the asynchronous execution of the DeleteDeployment operation.

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

Initiates the asynchronous execution of the DeleteDocumentationPart operation.

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

Initiates the asynchronous execution of the DeleteDocumentationVersion operation.

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

Initiates the asynchronous execution of the DeleteDomainName operation.

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

Initiates the asynchronous execution of the DeleteIntegration operation.

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

Initiates the asynchronous execution of the DeleteIntegrationResponse operation.

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

Initiates the asynchronous execution of the DeleteMethod operation.

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

Initiates the asynchronous execution of the DeleteMethodResponse operation.

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

Initiates the asynchronous execution of the DeleteModel operation.

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

Initiates the asynchronous execution of the DeleteResource operation.

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

Initiates the asynchronous execution of the DeleteRestApi operation.

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

Initiates the asynchronous execution of the DeleteStage operation.

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

Initiates the asynchronous execution of the DeleteUsagePlan operation.

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

Initiates the asynchronous execution of the DeleteUsagePlanKey operation.

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

Initiates the asynchronous execution of the FlushStageAuthorizersCache operation.

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

Initiates the asynchronous execution of the FlushStageCache operation.

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

Initiates the asynchronous execution of the GenerateClientCertificate operation.

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

Initiates the asynchronous execution of the GetAccount operation.

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

Initiates the asynchronous execution of the GetApiKey operation.

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

Initiates the asynchronous execution of the GetApiKeys operation.

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

Initiates the asynchronous execution of the GetAuthorizer operation.

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

Initiates the asynchronous execution of the GetAuthorizers operation.

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

Initiates the asynchronous execution of the GetBasePathMapping operation.

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

Initiates the asynchronous execution of the GetBasePathMappings operation.

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

Initiates the asynchronous execution of the GetClientCertificate operation.

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

Initiates the asynchronous execution of the GetClientCertificates operation.

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

Initiates the asynchronous execution of the GetDeployment operation.

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

Initiates the asynchronous execution of the GetDeployments operation.

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

Initiates the asynchronous execution of the GetDocumentationPart operation.

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

Initiates the asynchronous execution of the GetDocumentationParts operation.

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

Initiates the asynchronous execution of the GetDocumentationVersion operation.

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

Initiates the asynchronous execution of the GetDocumentationVersions operation.

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

Initiates the asynchronous execution of the GetDomainName operation.

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

Initiates the asynchronous execution of the GetDomainNames operation.

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

Initiates the asynchronous execution of the GetExport operation.

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

Initiates the asynchronous execution of the GetIntegration operation.

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

Initiates the asynchronous execution of the GetIntegrationResponse operation.

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

Initiates the asynchronous execution of the GetMethod operation.

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

Initiates the asynchronous execution of the GetMethodResponse operation.

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

Initiates the asynchronous execution of the GetModel operation.

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

Initiates the asynchronous execution of the GetModelTemplate operation.

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

Initiates the asynchronous execution of the GetModels operation.

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

Initiates the asynchronous execution of the GetResource operation.

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

Initiates the asynchronous execution of the GetResources operation.

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

Initiates the asynchronous execution of the GetRestApi operation.

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

Initiates the asynchronous execution of the GetRestApis operation.

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

Initiates the asynchronous execution of the GetSdk operation.

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

Initiates the asynchronous execution of the GetSdkType operation.

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

Initiates the asynchronous execution of the GetSdkTypes operation.

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

Initiates the asynchronous execution of the GetStage operation.

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

Initiates the asynchronous execution of the GetStages operation.

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

Initiates the asynchronous execution of the GetUsage operation.

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

Initiates the asynchronous execution of the GetUsagePlan operation.

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

Initiates the asynchronous execution of the GetUsagePlanKey operation.

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

Initiates the asynchronous execution of the GetUsagePlanKeys operation.

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

Initiates the asynchronous execution of the GetUsagePlans operation.

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

Initiates the asynchronous execution of the ImportApiKeys operation.

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

Initiates the asynchronous execution of the ImportDocumentationParts operation.

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

Initiates the asynchronous execution of the ImportRestApi operation.

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

Initiates the asynchronous execution of the PutIntegration operation.

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

Initiates the asynchronous execution of the PutIntegrationResponse operation.

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

Initiates the asynchronous execution of the PutMethod operation.

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

Initiates the asynchronous execution of the PutMethodResponse operation.

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

Initiates the asynchronous execution of the PutRestApi operation.

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

Initiates the asynchronous execution of the TestInvokeAuthorizer operation.

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

Initiates the asynchronous execution of the TestInvokeMethod operation.

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

Initiates the asynchronous execution of the UpdateAccount operation.

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

Initiates the asynchronous execution of the UpdateApiKey operation.

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

Initiates the asynchronous execution of the UpdateAuthorizer operation.

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

Initiates the asynchronous execution of the UpdateBasePathMapping operation.

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

Initiates the asynchronous execution of the UpdateClientCertificate operation.

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

Initiates the asynchronous execution of the UpdateDeployment operation.

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

Initiates the asynchronous execution of the UpdateDocumentationPart operation.

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

Initiates the asynchronous execution of the UpdateDocumentationVersion operation.

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

Initiates the asynchronous execution of the UpdateDomainName operation.

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

Initiates the asynchronous execution of the UpdateIntegration operation.

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

Initiates the asynchronous execution of the UpdateIntegrationResponse operation.

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

Initiates the asynchronous execution of the UpdateMethod operation.

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

Initiates the asynchronous execution of the UpdateMethodResponse operation.

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

Initiates the asynchronous execution of the UpdateModel operation.

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

Initiates the asynchronous execution of the UpdateResource operation.

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

Initiates the asynchronous execution of the UpdateRestApi operation.

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

Initiates the asynchronous execution of the UpdateStage operation.

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

Initiates the asynchronous execution of the UpdateUsage operation.

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

Initiates the asynchronous execution of the UpdateUsagePlan operation.

CreateApiKey ( CreateApiKeyRequest request ) : CreateApiKeyResponse

Create an ApiKey resource.

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

Initiates the asynchronous execution of the CreateApiKey operation.

CreateAuthorizer ( CreateAuthorizerRequest request ) : CreateAuthorizerResponse

Adds a new Authorizer resource to an existing RestApi resource.

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

Initiates the asynchronous execution of the CreateAuthorizer operation.

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

Creates a new BasePathMapping resource.

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

Initiates the asynchronous execution of the CreateBasePathMapping operation.

CreateDeployment ( CreateDeploymentRequest request ) : CreateDeploymentResponse

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

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

Initiates the asynchronous execution of the CreateDeployment operation.

CreateDocumentationPart ( CreateDocumentationPartRequest request ) : CreateDocumentationPartResponse

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

Initiates the asynchronous execution of the CreateDocumentationPart operation.

CreateDocumentationVersion ( CreateDocumentationVersionRequest request ) : CreateDocumentationVersionResponse

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

Initiates the asynchronous execution of the CreateDocumentationVersion operation.

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

Creates a new domain name.

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

Initiates the asynchronous execution of the CreateDomainName operation.

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

Adds a new Model resource to an existing RestApi resource.

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

Initiates the asynchronous execution of the CreateModel operation.

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

Creates a Resource resource.

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

Initiates the asynchronous execution of the CreateResource operation.

CreateRestApi ( CreateRestApiRequest request ) : CreateRestApiResponse

Creates a new RestApi resource.

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

Initiates the asynchronous execution of the CreateRestApi operation.

CreateStage ( CreateStageRequest request ) : CreateStageResponse

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

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

Initiates the asynchronous execution of the CreateStage operation.

CreateUsagePlan ( CreateUsagePlanRequest request ) : CreateUsagePlanResponse

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

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

Initiates the asynchronous execution of the CreateUsagePlan operation.

CreateUsagePlanKey ( CreateUsagePlanKeyRequest request ) : CreateUsagePlanKeyResponse

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

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

Initiates the asynchronous execution of the CreateUsagePlanKey operation.

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

Deletes the ApiKey resource.

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

Initiates the asynchronous execution of the DeleteApiKey operation.

DeleteAuthorizer ( DeleteAuthorizerRequest request ) : DeleteAuthorizerResponse

Deletes an existing Authorizer resource.

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

Initiates the asynchronous execution of the DeleteAuthorizer operation.

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

Deletes the BasePathMapping resource.

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

Initiates the asynchronous execution of the DeleteBasePathMapping operation.

DeleteClientCertificate ( DeleteClientCertificateRequest request ) : DeleteClientCertificateResponse

Deletes the ClientCertificate resource.

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

Initiates the asynchronous execution of the DeleteClientCertificate operation.

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

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

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

Initiates the asynchronous execution of the DeleteDeployment operation.

DeleteDocumentationPart ( DeleteDocumentationPartRequest request ) : DeleteDocumentationPartResponse

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

Initiates the asynchronous execution of the DeleteDocumentationPart operation.

DeleteDocumentationVersion ( DeleteDocumentationVersionRequest request ) : DeleteDocumentationVersionResponse

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

Initiates the asynchronous execution of the DeleteDocumentationVersion operation.

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

Deletes the DomainName resource.

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

Initiates the asynchronous execution of the DeleteDomainName operation.

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

Represents a delete integration.

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

Initiates the asynchronous execution of the DeleteIntegration operation.

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

Represents a delete integration response.

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

Initiates the asynchronous execution of the DeleteIntegrationResponse operation.

DeleteMethod ( DeleteMethodRequest request ) : DeleteMethodResponse

Deletes an existing Method resource.

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

Initiates the asynchronous execution of the DeleteMethod operation.

DeleteMethodResponse ( DeleteMethodResponseRequest request ) : DeleteMethodResponseResponse

Deletes an existing MethodResponse resource.

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

Initiates the asynchronous execution of the DeleteMethodResponse operation.

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

Deletes a model.

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

Initiates the asynchronous execution of the DeleteModel operation.

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

Deletes a Resource resource.

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

Initiates the asynchronous execution of the DeleteResource operation.

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

Deletes the specified API.

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

Initiates the asynchronous execution of the DeleteRestApi operation.

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

Deletes a Stage resource.

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

Initiates the asynchronous execution of the DeleteStage operation.

DeleteUsagePlan ( DeleteUsagePlanRequest request ) : DeleteUsagePlanResponse

Deletes a usage plan of a given plan Id.

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

Initiates the asynchronous execution of the DeleteUsagePlan operation.

DeleteUsagePlanKey ( DeleteUsagePlanKeyRequest request ) : DeleteUsagePlanKeyResponse

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

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

Initiates the asynchronous execution of the DeleteUsagePlanKey operation.

EndCreateApiKey ( IAsyncResult asyncResult ) : CreateApiKeyResponse

Finishes the asynchronous execution of the CreateApiKey operation.

EndCreateAuthorizer ( IAsyncResult asyncResult ) : CreateAuthorizerResponse

Finishes the asynchronous execution of the CreateAuthorizer operation.

EndCreateBasePathMapping ( IAsyncResult asyncResult ) : CreateBasePathMappingResponse

Finishes the asynchronous execution of the CreateBasePathMapping operation.

EndCreateDeployment ( IAsyncResult asyncResult ) : CreateDeploymentResponse

Finishes the asynchronous execution of the CreateDeployment operation.

EndCreateDocumentationPart ( IAsyncResult asyncResult ) : CreateDocumentationPartResponse

Finishes the asynchronous execution of the CreateDocumentationPart operation.

EndCreateDocumentationVersion ( IAsyncResult asyncResult ) : CreateDocumentationVersionResponse

Finishes the asynchronous execution of the CreateDocumentationVersion operation.

EndCreateDomainName ( IAsyncResult asyncResult ) : CreateDomainNameResponse

Finishes the asynchronous execution of the CreateDomainName operation.

EndCreateModel ( IAsyncResult asyncResult ) : CreateModelResponse

Finishes the asynchronous execution of the CreateModel operation.

EndCreateResource ( IAsyncResult asyncResult ) : CreateResourceResponse

Finishes the asynchronous execution of the CreateResource operation.

EndCreateRestApi ( IAsyncResult asyncResult ) : CreateRestApiResponse

Finishes the asynchronous execution of the CreateRestApi operation.

EndCreateStage ( IAsyncResult asyncResult ) : CreateStageResponse

Finishes the asynchronous execution of the CreateStage operation.

EndCreateUsagePlan ( IAsyncResult asyncResult ) : CreateUsagePlanResponse

Finishes the asynchronous execution of the CreateUsagePlan operation.

EndCreateUsagePlanKey ( IAsyncResult asyncResult ) : CreateUsagePlanKeyResponse

Finishes the asynchronous execution of the CreateUsagePlanKey operation.

EndDeleteApiKey ( IAsyncResult asyncResult ) : DeleteApiKeyResponse

Finishes the asynchronous execution of the DeleteApiKey operation.

EndDeleteAuthorizer ( IAsyncResult asyncResult ) : DeleteAuthorizerResponse

Finishes the asynchronous execution of the DeleteAuthorizer operation.

EndDeleteBasePathMapping ( IAsyncResult asyncResult ) : DeleteBasePathMappingResponse

Finishes the asynchronous execution of the DeleteBasePathMapping operation.

EndDeleteClientCertificate ( IAsyncResult asyncResult ) : DeleteClientCertificateResponse

Finishes the asynchronous execution of the DeleteClientCertificate operation.

EndDeleteDeployment ( IAsyncResult asyncResult ) : DeleteDeploymentResponse

Finishes the asynchronous execution of the DeleteDeployment operation.

EndDeleteDocumentationPart ( IAsyncResult asyncResult ) : DeleteDocumentationPartResponse

Finishes the asynchronous execution of the DeleteDocumentationPart operation.

EndDeleteDocumentationVersion ( IAsyncResult asyncResult ) : DeleteDocumentationVersionResponse

Finishes the asynchronous execution of the DeleteDocumentationVersion operation.

EndDeleteDomainName ( IAsyncResult asyncResult ) : DeleteDomainNameResponse

Finishes the asynchronous execution of the DeleteDomainName operation.

EndDeleteIntegration ( IAsyncResult asyncResult ) : DeleteIntegrationResponse

Finishes the asynchronous execution of the DeleteIntegration operation.

EndDeleteIntegrationResponse ( IAsyncResult asyncResult ) : DeleteIntegrationResponseResponse

Finishes the asynchronous execution of the DeleteIntegrationResponse operation.

EndDeleteMethod ( IAsyncResult asyncResult ) : DeleteMethodResponse

Finishes the asynchronous execution of the DeleteMethod operation.

EndDeleteMethodResponse ( IAsyncResult asyncResult ) : DeleteMethodResponseResponse

Finishes the asynchronous execution of the DeleteMethodResponse operation.

EndDeleteModel ( IAsyncResult asyncResult ) : DeleteModelResponse

Finishes the asynchronous execution of the DeleteModel operation.

EndDeleteResource ( IAsyncResult asyncResult ) : DeleteResourceResponse

Finishes the asynchronous execution of the DeleteResource operation.

EndDeleteRestApi ( IAsyncResult asyncResult ) : DeleteRestApiResponse

Finishes the asynchronous execution of the DeleteRestApi operation.

EndDeleteStage ( IAsyncResult asyncResult ) : DeleteStageResponse

Finishes the asynchronous execution of the DeleteStage operation.

EndDeleteUsagePlan ( IAsyncResult asyncResult ) : DeleteUsagePlanResponse

Finishes the asynchronous execution of the DeleteUsagePlan operation.

EndDeleteUsagePlanKey ( IAsyncResult asyncResult ) : DeleteUsagePlanKeyResponse

Finishes the asynchronous execution of the DeleteUsagePlanKey operation.

EndFlushStageAuthorizersCache ( IAsyncResult asyncResult ) : FlushStageAuthorizersCacheResponse

Finishes the asynchronous execution of the FlushStageAuthorizersCache operation.

EndFlushStageCache ( IAsyncResult asyncResult ) : FlushStageCacheResponse

Finishes the asynchronous execution of the FlushStageCache operation.

EndGenerateClientCertificate ( IAsyncResult asyncResult ) : GenerateClientCertificateResponse

Finishes the asynchronous execution of the GenerateClientCertificate operation.

EndGetAccount ( IAsyncResult asyncResult ) : GetAccountResponse

Finishes the asynchronous execution of the GetAccount operation.

EndGetApiKey ( IAsyncResult asyncResult ) : GetApiKeyResponse

Finishes the asynchronous execution of the GetApiKey operation.

EndGetApiKeys ( IAsyncResult asyncResult ) : GetApiKeysResponse

Finishes the asynchronous execution of the GetApiKeys operation.

EndGetAuthorizer ( IAsyncResult asyncResult ) : GetAuthorizerResponse

Finishes the asynchronous execution of the GetAuthorizer operation.

EndGetAuthorizers ( IAsyncResult asyncResult ) : GetAuthorizersResponse

Finishes the asynchronous execution of the GetAuthorizers operation.

EndGetBasePathMapping ( IAsyncResult asyncResult ) : GetBasePathMappingResponse

Finishes the asynchronous execution of the GetBasePathMapping operation.

EndGetBasePathMappings ( IAsyncResult asyncResult ) : GetBasePathMappingsResponse

Finishes the asynchronous execution of the GetBasePathMappings operation.

EndGetClientCertificate ( IAsyncResult asyncResult ) : GetClientCertificateResponse

Finishes the asynchronous execution of the GetClientCertificate operation.

EndGetClientCertificates ( IAsyncResult asyncResult ) : GetClientCertificatesResponse

Finishes the asynchronous execution of the GetClientCertificates operation.

EndGetDeployment ( IAsyncResult asyncResult ) : GetDeploymentResponse

Finishes the asynchronous execution of the GetDeployment operation.

EndGetDeployments ( IAsyncResult asyncResult ) : GetDeploymentsResponse

Finishes the asynchronous execution of the GetDeployments operation.

EndGetDocumentationPart ( IAsyncResult asyncResult ) : GetDocumentationPartResponse

Finishes the asynchronous execution of the GetDocumentationPart operation.

EndGetDocumentationParts ( IAsyncResult asyncResult ) : GetDocumentationPartsResponse

Finishes the asynchronous execution of the GetDocumentationParts operation.

EndGetDocumentationVersion ( IAsyncResult asyncResult ) : GetDocumentationVersionResponse

Finishes the asynchronous execution of the GetDocumentationVersion operation.

EndGetDocumentationVersions ( IAsyncResult asyncResult ) : GetDocumentationVersionsResponse

Finishes the asynchronous execution of the GetDocumentationVersions operation.

EndGetDomainName ( IAsyncResult asyncResult ) : GetDomainNameResponse

Finishes the asynchronous execution of the GetDomainName operation.

EndGetDomainNames ( IAsyncResult asyncResult ) : GetDomainNamesResponse

Finishes the asynchronous execution of the GetDomainNames operation.

EndGetExport ( IAsyncResult asyncResult ) : GetExportResponse

Finishes the asynchronous execution of the GetExport operation.

EndGetIntegration ( IAsyncResult asyncResult ) : GetIntegrationResponse

Finishes the asynchronous execution of the GetIntegration operation.

EndGetIntegrationResponse ( IAsyncResult asyncResult ) : GetIntegrationResponseResponse

Finishes the asynchronous execution of the GetIntegrationResponse operation.

EndGetMethod ( IAsyncResult asyncResult ) : GetMethodResponse

Finishes the asynchronous execution of the GetMethod operation.

EndGetMethodResponse ( IAsyncResult asyncResult ) : GetMethodResponseResponse

Finishes the asynchronous execution of the GetMethodResponse operation.

EndGetModel ( IAsyncResult asyncResult ) : GetModelResponse

Finishes the asynchronous execution of the GetModel operation.

EndGetModelTemplate ( IAsyncResult asyncResult ) : GetModelTemplateResponse

Finishes the asynchronous execution of the GetModelTemplate operation.

EndGetModels ( IAsyncResult asyncResult ) : GetModelsResponse

Finishes the asynchronous execution of the GetModels operation.

EndGetResource ( IAsyncResult asyncResult ) : GetResourceResponse

Finishes the asynchronous execution of the GetResource operation.

EndGetResources ( IAsyncResult asyncResult ) : GetResourcesResponse

Finishes the asynchronous execution of the GetResources operation.

EndGetRestApi ( IAsyncResult asyncResult ) : GetRestApiResponse

Finishes the asynchronous execution of the GetRestApi operation.

EndGetRestApis ( IAsyncResult asyncResult ) : GetRestApisResponse

Finishes the asynchronous execution of the GetRestApis operation.

EndGetSdk ( IAsyncResult asyncResult ) : GetSdkResponse

Finishes the asynchronous execution of the GetSdk operation.

EndGetSdkType ( IAsyncResult asyncResult ) : GetSdkTypeResponse

Finishes the asynchronous execution of the GetSdkType operation.

EndGetSdkTypes ( IAsyncResult asyncResult ) : GetSdkTypesResponse

Finishes the asynchronous execution of the GetSdkTypes operation.

EndGetStage ( IAsyncResult asyncResult ) : GetStageResponse

Finishes the asynchronous execution of the GetStage operation.

EndGetStages ( IAsyncResult asyncResult ) : GetStagesResponse

Finishes the asynchronous execution of the GetStages operation.

EndGetUsage ( IAsyncResult asyncResult ) : GetUsageResponse

Finishes the asynchronous execution of the GetUsage operation.

EndGetUsagePlan ( IAsyncResult asyncResult ) : GetUsagePlanResponse

Finishes the asynchronous execution of the GetUsagePlan operation.

EndGetUsagePlanKey ( IAsyncResult asyncResult ) : GetUsagePlanKeyResponse

Finishes the asynchronous execution of the GetUsagePlanKey operation.

EndGetUsagePlanKeys ( IAsyncResult asyncResult ) : GetUsagePlanKeysResponse

Finishes the asynchronous execution of the GetUsagePlanKeys operation.

EndGetUsagePlans ( IAsyncResult asyncResult ) : GetUsagePlansResponse

Finishes the asynchronous execution of the GetUsagePlans operation.

EndImportApiKeys ( IAsyncResult asyncResult ) : ImportApiKeysResponse

Finishes the asynchronous execution of the ImportApiKeys operation.

EndImportDocumentationParts ( IAsyncResult asyncResult ) : ImportDocumentationPartsResponse

Finishes the asynchronous execution of the ImportDocumentationParts operation.

EndImportRestApi ( IAsyncResult asyncResult ) : ImportRestApiResponse

Finishes the asynchronous execution of the ImportRestApi operation.

EndPutIntegration ( IAsyncResult asyncResult ) : PutIntegrationResponse

Finishes the asynchronous execution of the PutIntegration operation.

EndPutIntegrationResponse ( IAsyncResult asyncResult ) : PutIntegrationResponseResponse

Finishes the asynchronous execution of the PutIntegrationResponse operation.

EndPutMethod ( IAsyncResult asyncResult ) : PutMethodResponse

Finishes the asynchronous execution of the PutMethod operation.

EndPutMethodResponse ( IAsyncResult asyncResult ) : PutMethodResponseResponse

Finishes the asynchronous execution of the PutMethodResponse operation.

EndPutRestApi ( IAsyncResult asyncResult ) : PutRestApiResponse

Finishes the asynchronous execution of the PutRestApi operation.

EndTestInvokeAuthorizer ( IAsyncResult asyncResult ) : TestInvokeAuthorizerResponse

Finishes the asynchronous execution of the TestInvokeAuthorizer operation.

EndTestInvokeMethod ( IAsyncResult asyncResult ) : TestInvokeMethodResponse

Finishes the asynchronous execution of the TestInvokeMethod operation.

EndUpdateAccount ( IAsyncResult asyncResult ) : UpdateAccountResponse

Finishes the asynchronous execution of the UpdateAccount operation.

EndUpdateApiKey ( IAsyncResult asyncResult ) : UpdateApiKeyResponse

Finishes the asynchronous execution of the UpdateApiKey operation.

EndUpdateAuthorizer ( IAsyncResult asyncResult ) : UpdateAuthorizerResponse

Finishes the asynchronous execution of the UpdateAuthorizer operation.

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

Finishes the asynchronous execution of the UpdateBasePathMapping operation.

EndUpdateClientCertificate ( IAsyncResult asyncResult ) : UpdateClientCertificateResponse

Finishes the asynchronous execution of the UpdateClientCertificate operation.

EndUpdateDeployment ( IAsyncResult asyncResult ) : UpdateDeploymentResponse

Finishes the asynchronous execution of the UpdateDeployment operation.

EndUpdateDocumentationPart ( IAsyncResult asyncResult ) : UpdateDocumentationPartResponse

Finishes the asynchronous execution of the UpdateDocumentationPart operation.

EndUpdateDocumentationVersion ( IAsyncResult asyncResult ) : UpdateDocumentationVersionResponse

Finishes the asynchronous execution of the UpdateDocumentationVersion operation.

EndUpdateDomainName ( IAsyncResult asyncResult ) : UpdateDomainNameResponse

Finishes the asynchronous execution of the UpdateDomainName operation.

EndUpdateIntegration ( IAsyncResult asyncResult ) : UpdateIntegrationResponse

Finishes the asynchronous execution of the UpdateIntegration operation.

EndUpdateIntegrationResponse ( IAsyncResult asyncResult ) : UpdateIntegrationResponseResponse

Finishes the asynchronous execution of the UpdateIntegrationResponse operation.

EndUpdateMethod ( IAsyncResult asyncResult ) : UpdateMethodResponse

Finishes the asynchronous execution of the UpdateMethod operation.

EndUpdateMethodResponse ( IAsyncResult asyncResult ) : UpdateMethodResponseResponse

Finishes the asynchronous execution of the UpdateMethodResponse operation.

EndUpdateModel ( IAsyncResult asyncResult ) : UpdateModelResponse

Finishes the asynchronous execution of the UpdateModel operation.

EndUpdateResource ( IAsyncResult asyncResult ) : UpdateResourceResponse

Finishes the asynchronous execution of the UpdateResource operation.

EndUpdateRestApi ( IAsyncResult asyncResult ) : UpdateRestApiResponse

Finishes the asynchronous execution of the UpdateRestApi operation.

EndUpdateStage ( IAsyncResult asyncResult ) : UpdateStageResponse

Finishes the asynchronous execution of the UpdateStage operation.

EndUpdateUsage ( IAsyncResult asyncResult ) : UpdateUsageResponse

Finishes the asynchronous execution of the UpdateUsage operation.

EndUpdateUsagePlan ( IAsyncResult asyncResult ) : UpdateUsagePlanResponse

Finishes the asynchronous execution of the UpdateUsagePlan operation.

FlushStageAuthorizersCache ( FlushStageAuthorizersCacheRequest request ) : FlushStageAuthorizersCacheResponse

Flushes all authorizer cache entries on a stage.

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

Initiates the asynchronous execution of the FlushStageAuthorizersCache operation.

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

Flushes a stage's cache.

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

Initiates the asynchronous execution of the FlushStageCache operation.

GenerateClientCertificate ( GenerateClientCertificateRequest request ) : GenerateClientCertificateResponse

Generates a ClientCertificate resource.

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

Initiates the asynchronous execution of the GenerateClientCertificate operation.

GetAccount ( GetAccountRequest request ) : GetAccountResponse

Gets information about the current Account resource.

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

Initiates the asynchronous execution of the GetAccount operation.

GetApiKey ( GetApiKeyRequest request ) : GetApiKeyResponse

Gets information about the current ApiKey resource.

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

Initiates the asynchronous execution of the GetApiKey operation.

GetApiKeys ( GetApiKeysRequest request ) : GetApiKeysResponse

Gets information about the current ApiKeys resource.

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

Initiates the asynchronous execution of the GetApiKeys operation.

GetAuthorizer ( GetAuthorizerRequest request ) : GetAuthorizerResponse

Describe an existing Authorizer resource.

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

Initiates the asynchronous execution of the GetAuthorizer operation.

GetAuthorizers ( GetAuthorizersRequest request ) : GetAuthorizersResponse

Describe an existing Authorizers resource.

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

Initiates the asynchronous execution of the GetAuthorizers operation.

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

Describe a BasePathMapping resource.

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

Initiates the asynchronous execution of the GetBasePathMapping operation.

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

Represents a collection of BasePathMapping resources.

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

Initiates the asynchronous execution of the GetBasePathMappings operation.

GetClientCertificate ( GetClientCertificateRequest request ) : GetClientCertificateResponse

Gets information about the current ClientCertificate resource.

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

Initiates the asynchronous execution of the GetClientCertificate operation.

GetClientCertificates ( GetClientCertificatesRequest request ) : GetClientCertificatesResponse

Gets a collection of ClientCertificate resources.

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

Initiates the asynchronous execution of the GetClientCertificates operation.

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

Gets information about a Deployment resource.

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

Initiates the asynchronous execution of the GetDeployment operation.

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

Gets information about a Deployments collection.

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

Initiates the asynchronous execution of the GetDeployments operation.

GetDocumentationPart ( GetDocumentationPartRequest request ) : GetDocumentationPartResponse

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

Initiates the asynchronous execution of the GetDocumentationPart operation.

GetDocumentationParts ( GetDocumentationPartsRequest request ) : GetDocumentationPartsResponse

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

Initiates the asynchronous execution of the GetDocumentationParts operation.

GetDocumentationVersion ( GetDocumentationVersionRequest request ) : GetDocumentationVersionResponse

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

Initiates the asynchronous execution of the GetDocumentationVersion operation.

GetDocumentationVersions ( GetDocumentationVersionsRequest request ) : GetDocumentationVersionsResponse

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

Initiates the asynchronous execution of the GetDocumentationVersions operation.

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

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

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

Initiates the asynchronous execution of the GetDomainName operation.

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

Represents a collection of DomainName resources.

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

Initiates the asynchronous execution of the GetDomainNames operation.

GetExport ( GetExportRequest request ) : GetExportResponse

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

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

Initiates the asynchronous execution of the GetExport operation.

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

Represents a get integration.

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

Initiates the asynchronous execution of the GetIntegration operation.

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

Represents a get integration response.

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

Initiates the asynchronous execution of the GetIntegrationResponse operation.

GetMethod ( GetMethodRequest request ) : GetMethodResponse

Describe an existing Method resource.

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

Initiates the asynchronous execution of the GetMethod operation.

GetMethodResponse ( GetMethodResponseRequest request ) : GetMethodResponseResponse

Describes a MethodResponse resource.

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

Initiates the asynchronous execution of the GetMethodResponse operation.

GetModel ( GetModelRequest request ) : GetModelResponse

Describes an existing model defined for a RestApi resource.

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

Initiates the asynchronous execution of the GetModel operation.

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

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

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

Initiates the asynchronous execution of the GetModelTemplate operation.

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

Describes existing Models defined for a RestApi resource.

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

Initiates the asynchronous execution of the GetModels operation.

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

Lists information about a resource.

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

Initiates the asynchronous execution of the GetResource operation.

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

Lists information about a collection of Resource resources.

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

Initiates the asynchronous execution of the GetResources operation.

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

Lists the RestApi resource in the collection.

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

Initiates the asynchronous execution of the GetRestApi operation.

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

Lists the RestApis resources for your collection.

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

Initiates the asynchronous execution of the GetRestApis operation.

GetSdk ( GetSdkRequest request ) : GetSdkResponse

Generates a client SDK for a RestApi and Stage.

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

Initiates the asynchronous execution of the GetSdk operation.

GetSdkType ( GetSdkTypeRequest request ) : GetSdkTypeResponse

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

Initiates the asynchronous execution of the GetSdkType operation.

GetSdkTypes ( GetSdkTypesRequest request ) : GetSdkTypesResponse

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

Initiates the asynchronous execution of the GetSdkTypes operation.

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

Gets information about a Stage resource.

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

Initiates the asynchronous execution of the GetStage operation.

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

Gets information about one or more Stage resources.

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

Initiates the asynchronous execution of the GetStages operation.

GetUsage ( GetUsageRequest request ) : GetUsageResponse

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

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

Initiates the asynchronous execution of the GetUsage operation.

GetUsagePlan ( GetUsagePlanRequest request ) : GetUsagePlanResponse

Gets a usage plan of a given plan identifier.

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

Initiates the asynchronous execution of the GetUsagePlan operation.

GetUsagePlanKey ( GetUsagePlanKeyRequest request ) : GetUsagePlanKeyResponse

Gets a usage plan key of a given key identifier.

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

Initiates the asynchronous execution of the GetUsagePlanKey operation.

GetUsagePlanKeys ( GetUsagePlanKeysRequest request ) : GetUsagePlanKeysResponse

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

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

Initiates the asynchronous execution of the GetUsagePlanKeys operation.

GetUsagePlans ( GetUsagePlansRequest request ) : GetUsagePlansResponse

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

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

Initiates the asynchronous execution of the GetUsagePlans operation.

ImportApiKeys ( ImportApiKeysRequest request ) : ImportApiKeysResponse

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

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

Initiates the asynchronous execution of the ImportApiKeys operation.

ImportDocumentationParts ( ImportDocumentationPartsRequest request ) : ImportDocumentationPartsResponse

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

Initiates the asynchronous execution of the ImportDocumentationParts operation.

ImportRestApi ( ImportRestApiRequest request ) : ImportRestApiResponse

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

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

Initiates the asynchronous execution of the ImportRestApi operation.

PutIntegration ( PutIntegrationRequest request ) : PutIntegrationResponse

Represents a put integration.

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

Initiates the asynchronous execution of the PutIntegration operation.

PutIntegrationResponse ( PutIntegrationResponseRequest request ) : PutIntegrationResponseResponse

Represents a put integration.

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

Initiates the asynchronous execution of the PutIntegrationResponse operation.

PutMethod ( PutMethodRequest request ) : PutMethodResponse

Add a method to an existing Resource resource.

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

Initiates the asynchronous execution of the PutMethod operation.

PutMethodResponse ( PutMethodResponseRequest request ) : PutMethodResponseResponse

Adds a MethodResponse to an existing Method resource.

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

Initiates the asynchronous execution of the PutMethodResponse operation.

PutRestApi ( PutRestApiRequest request ) : PutRestApiResponse

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

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

Initiates the asynchronous execution of the PutRestApi operation.

TestInvokeAuthorizer ( TestInvokeAuthorizerRequest request ) : TestInvokeAuthorizerResponse

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

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

Initiates the asynchronous execution of the TestInvokeAuthorizer operation.

TestInvokeMethod ( TestInvokeMethodRequest request ) : TestInvokeMethodResponse

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

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

Initiates the asynchronous execution of the TestInvokeMethod operation.

UpdateAccount ( UpdateAccountRequest request ) : UpdateAccountResponse

Changes information about the current Account resource.

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

Initiates the asynchronous execution of the UpdateAccount operation.

UpdateApiKey ( UpdateApiKeyRequest request ) : UpdateApiKeyResponse

Changes information about an ApiKey resource.

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

Initiates the asynchronous execution of the UpdateApiKey operation.

UpdateAuthorizer ( UpdateAuthorizerRequest request ) : UpdateAuthorizerResponse

Updates an existing Authorizer resource.

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

Initiates the asynchronous execution of the UpdateAuthorizer operation.

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

Changes information about the BasePathMapping resource.

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

Initiates the asynchronous execution of the UpdateBasePathMapping operation.

UpdateClientCertificate ( UpdateClientCertificateRequest request ) : UpdateClientCertificateResponse

Changes information about an ClientCertificate resource.

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

Initiates the asynchronous execution of the UpdateClientCertificate operation.

UpdateDeployment ( UpdateDeploymentRequest request ) : UpdateDeploymentResponse

Changes information about a Deployment resource.

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

Initiates the asynchronous execution of the UpdateDeployment operation.

UpdateDocumentationPart ( UpdateDocumentationPartRequest request ) : UpdateDocumentationPartResponse

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

Initiates the asynchronous execution of the UpdateDocumentationPart operation.

UpdateDocumentationVersion ( UpdateDocumentationVersionRequest request ) : UpdateDocumentationVersionResponse

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

Initiates the asynchronous execution of the UpdateDocumentationVersion operation.

UpdateDomainName ( UpdateDomainNameRequest request ) : UpdateDomainNameResponse

Changes information about the DomainName resource.

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

Initiates the asynchronous execution of the UpdateDomainName operation.

UpdateIntegration ( UpdateIntegrationRequest request ) : UpdateIntegrationResponse

Represents an update integration.

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

Initiates the asynchronous execution of the UpdateIntegration operation.

UpdateIntegrationResponse ( UpdateIntegrationResponseRequest request ) : UpdateIntegrationResponseResponse

Represents an update integration response.

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

Initiates the asynchronous execution of the UpdateIntegrationResponse operation.

UpdateMethod ( UpdateMethodRequest request ) : UpdateMethodResponse

Updates an existing Method resource.

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

Initiates the asynchronous execution of the UpdateMethod operation.

UpdateMethodResponse ( UpdateMethodResponseRequest request ) : UpdateMethodResponseResponse

Updates an existing MethodResponse resource.

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

Initiates the asynchronous execution of the UpdateMethodResponse operation.

UpdateModel ( UpdateModelRequest request ) : UpdateModelResponse

Changes information about a model.

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

Initiates the asynchronous execution of the UpdateModel operation.

UpdateResource ( UpdateResourceRequest request ) : UpdateResourceResponse

Changes information about a Resource resource.

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

Initiates the asynchronous execution of the UpdateResource operation.

UpdateRestApi ( UpdateRestApiRequest request ) : UpdateRestApiResponse

Changes information about the specified API.

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

Initiates the asynchronous execution of the UpdateRestApi operation.

UpdateStage ( UpdateStageRequest request ) : UpdateStageResponse

Changes information about a Stage resource.

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

Initiates the asynchronous execution of the UpdateStage operation.

UpdateUsage ( UpdateUsageRequest request ) : UpdateUsageResponse

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

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

Initiates the asynchronous execution of the UpdateUsage operation.

UpdateUsagePlan ( UpdateUsagePlanRequest request ) : UpdateUsagePlanResponse

Updates a usage plan of a given plan Id.

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

Initiates the asynchronous execution of the UpdateUsagePlan operation.

Méthodes protégées

Méthode Description
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Method Details

AmazonAPIGatewayClient() public méthode

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
Résultat System

AmazonAPIGatewayClient() public méthode

Constructs AmazonAPIGatewayClient with AWS Credentials
public AmazonAPIGatewayClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Résultat System

AmazonAPIGatewayClient() public méthode

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
Résultat System

AmazonAPIGatewayClient() public méthode

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

AmazonAPIGatewayClient() public méthode

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
Résultat System

AmazonAPIGatewayClient() public méthode

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.
Résultat System

AmazonAPIGatewayClient() public méthode

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
Résultat System

AmazonAPIGatewayClient() public méthode

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
Résultat System

AmazonAPIGatewayClient() public méthode

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.
Résultat System

AmazonAPIGatewayClient() public méthode

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
Résultat System

AmazonAPIGatewayClient() public méthode

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
Résultat System

AmazonAPIGatewayClient() public méthode

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.
Résultat System

BeginCreateApiKey() public méthode

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.
Résultat IAsyncResult

BeginCreateAuthorizer() public méthode

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.
Résultat IAsyncResult

BeginCreateBasePathMapping() public méthode

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.
Résultat IAsyncResult

BeginCreateDeployment() public méthode

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.
Résultat IAsyncResult

BeginCreateDocumentationPart() public méthode

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.
Résultat IAsyncResult

BeginCreateDocumentationVersion() public méthode

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.
Résultat IAsyncResult

BeginCreateDomainName() public méthode

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.
Résultat IAsyncResult

BeginCreateModel() public méthode

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.
Résultat IAsyncResult

BeginCreateResource() public méthode

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.
Résultat IAsyncResult

BeginCreateRestApi() public méthode

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.
Résultat IAsyncResult

BeginCreateStage() public méthode

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.
Résultat IAsyncResult

BeginCreateUsagePlan() public méthode

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.
Résultat IAsyncResult

BeginCreateUsagePlanKey() public méthode

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.
Résultat IAsyncResult

BeginDeleteApiKey() public méthode

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.
Résultat IAsyncResult

BeginDeleteAuthorizer() public méthode

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.
Résultat IAsyncResult

BeginDeleteBasePathMapping() public méthode

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.
Résultat IAsyncResult

BeginDeleteClientCertificate() public méthode

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.
Résultat IAsyncResult

BeginDeleteDeployment() public méthode

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.
Résultat IAsyncResult

BeginDeleteDocumentationPart() public méthode

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.
Résultat IAsyncResult

BeginDeleteDocumentationVersion() public méthode

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.
Résultat IAsyncResult

BeginDeleteDomainName() public méthode

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.
Résultat IAsyncResult

BeginDeleteIntegration() public méthode

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.
Résultat IAsyncResult

BeginDeleteIntegrationResponse() public méthode

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.
Résultat IAsyncResult

BeginDeleteMethod() public méthode

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.
Résultat IAsyncResult

BeginDeleteMethodResponse() public méthode

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.
Résultat IAsyncResult

BeginDeleteModel() public méthode

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.
Résultat IAsyncResult

BeginDeleteResource() public méthode

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.
Résultat IAsyncResult

BeginDeleteRestApi() public méthode

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.
Résultat IAsyncResult

BeginDeleteStage() public méthode

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.
Résultat IAsyncResult

BeginDeleteUsagePlan() public méthode

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.
Résultat IAsyncResult

BeginDeleteUsagePlanKey() public méthode

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.
Résultat IAsyncResult

BeginFlushStageAuthorizersCache() public méthode

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.
Résultat IAsyncResult

BeginFlushStageCache() public méthode

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.
Résultat IAsyncResult

BeginGenerateClientCertificate() public méthode

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.
Résultat IAsyncResult

BeginGetAccount() public méthode

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.
Résultat IAsyncResult

BeginGetApiKey() public méthode

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.
Résultat IAsyncResult

BeginGetApiKeys() public méthode

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.
Résultat IAsyncResult

BeginGetAuthorizer() public méthode

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.
Résultat IAsyncResult

BeginGetAuthorizers() public méthode

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.
Résultat IAsyncResult

BeginGetBasePathMapping() public méthode

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.
Résultat IAsyncResult

BeginGetBasePathMappings() public méthode

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.
Résultat IAsyncResult

BeginGetClientCertificate() public méthode

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.
Résultat IAsyncResult

BeginGetClientCertificates() public méthode

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.
Résultat IAsyncResult

BeginGetDeployment() public méthode

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.
Résultat IAsyncResult

BeginGetDeployments() public méthode

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.
Résultat IAsyncResult

BeginGetDocumentationPart() public méthode

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.
Résultat IAsyncResult

BeginGetDocumentationParts() public méthode

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.
Résultat IAsyncResult

BeginGetDocumentationVersion() public méthode

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.
Résultat IAsyncResult

BeginGetDocumentationVersions() public méthode

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.
Résultat IAsyncResult

BeginGetDomainName() public méthode

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.
Résultat IAsyncResult

BeginGetDomainNames() public méthode

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.
Résultat IAsyncResult

BeginGetExport() public méthode

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.
Résultat IAsyncResult

BeginGetIntegration() public méthode

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.
Résultat IAsyncResult

BeginGetIntegrationResponse() public méthode

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.
Résultat IAsyncResult

BeginGetMethod() public méthode

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.
Résultat IAsyncResult

BeginGetMethodResponse() public méthode

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.
Résultat IAsyncResult

BeginGetModel() public méthode

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.
Résultat IAsyncResult

BeginGetModelTemplate() public méthode

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.
Résultat IAsyncResult

BeginGetModels() public méthode

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.
Résultat IAsyncResult

BeginGetResource() public méthode

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.
Résultat IAsyncResult

BeginGetResources() public méthode

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.
Résultat IAsyncResult

BeginGetRestApi() public méthode

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.
Résultat IAsyncResult

BeginGetRestApis() public méthode

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.
Résultat IAsyncResult

BeginGetSdk() public méthode

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.
Résultat IAsyncResult

BeginGetSdkType() public méthode

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.
Résultat IAsyncResult

BeginGetSdkTypes() public méthode

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.
Résultat IAsyncResult

BeginGetStage() public méthode

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.
Résultat IAsyncResult

BeginGetStages() public méthode

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.
Résultat IAsyncResult

BeginGetUsage() public méthode

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.
Résultat IAsyncResult

BeginGetUsagePlan() public méthode

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.
Résultat IAsyncResult

BeginGetUsagePlanKey() public méthode

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.
Résultat IAsyncResult

BeginGetUsagePlanKeys() public méthode

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.
Résultat IAsyncResult

BeginGetUsagePlans() public méthode

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.
Résultat IAsyncResult

BeginImportApiKeys() public méthode

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.
Résultat IAsyncResult

BeginImportDocumentationParts() public méthode

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.
Résultat IAsyncResult

BeginImportRestApi() public méthode

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.
Résultat IAsyncResult

BeginPutIntegration() public méthode

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.
Résultat IAsyncResult

BeginPutIntegrationResponse() public méthode

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.
Résultat IAsyncResult

BeginPutMethod() public méthode

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.
Résultat IAsyncResult

BeginPutMethodResponse() public méthode

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.
Résultat IAsyncResult

BeginPutRestApi() public méthode

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.
Résultat IAsyncResult

BeginTestInvokeAuthorizer() public méthode

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.
Résultat IAsyncResult

BeginTestInvokeMethod() public méthode

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.
Résultat IAsyncResult

BeginUpdateAccount() public méthode

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.
Résultat IAsyncResult

BeginUpdateApiKey() public méthode

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.
Résultat IAsyncResult

BeginUpdateAuthorizer() public méthode

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.
Résultat IAsyncResult

BeginUpdateBasePathMapping() public méthode

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.
Résultat IAsyncResult

BeginUpdateClientCertificate() public méthode

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.
Résultat IAsyncResult

BeginUpdateDeployment() public méthode

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.
Résultat IAsyncResult

BeginUpdateDocumentationPart() public méthode

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.
Résultat IAsyncResult

BeginUpdateDocumentationVersion() public méthode

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.
Résultat IAsyncResult

BeginUpdateDomainName() public méthode

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.
Résultat IAsyncResult

BeginUpdateIntegration() public méthode

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.
Résultat IAsyncResult

BeginUpdateIntegrationResponse() public méthode

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.
Résultat IAsyncResult

BeginUpdateMethod() public méthode

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.
Résultat IAsyncResult

BeginUpdateMethodResponse() public méthode

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.
Résultat IAsyncResult

BeginUpdateModel() public méthode

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.
Résultat IAsyncResult

BeginUpdateResource() public méthode

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.
Résultat IAsyncResult

BeginUpdateRestApi() public méthode

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.
Résultat IAsyncResult

BeginUpdateStage() public méthode

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.
Résultat IAsyncResult

BeginUpdateUsage() public méthode

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.
Résultat IAsyncResult

BeginUpdateUsagePlan() public méthode

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.
Résultat IAsyncResult

CreateApiKey() public méthode

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.
Résultat Amazon.APIGateway.Model.CreateApiKeyResponse

CreateApiKeyAsync() public méthode

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. ///
Résultat Task

CreateAuthorizer() public méthode

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.
Résultat Amazon.APIGateway.Model.CreateAuthorizerResponse

CreateAuthorizerAsync() public méthode

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. ///
Résultat Task

CreateBasePathMapping() public méthode

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.
Résultat Amazon.APIGateway.Model.CreateBasePathMappingResponse

CreateBasePathMappingAsync() public méthode

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. ///
Résultat Task

CreateDeployment() public méthode

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.
Résultat Amazon.APIGateway.Model.CreateDeploymentResponse

CreateDeploymentAsync() public méthode

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. ///
Résultat Task

CreateDocumentationPart() public méthode

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

CreateDocumentationPartAsync() public méthode

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. ///
Résultat Task

CreateDocumentationVersion() public méthode

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

CreateDocumentationVersionAsync() public méthode

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. ///
Résultat Task

CreateDomainName() public méthode

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.
Résultat Amazon.APIGateway.Model.CreateDomainNameResponse

CreateDomainNameAsync() public méthode

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. ///
Résultat Task

CreateModel() public méthode

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.
Résultat Amazon.APIGateway.Model.CreateModelResponse

CreateModelAsync() public méthode

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. ///
Résultat Task

CreateResource() public méthode

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.
Résultat Amazon.APIGateway.Model.CreateResourceResponse

CreateResourceAsync() public méthode

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. ///
Résultat Task

CreateRestApi() public méthode

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.
Résultat Amazon.APIGateway.Model.CreateRestApiResponse

CreateRestApiAsync() public méthode

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. ///
Résultat Task

CreateSigner() protected méthode

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

CreateStage() public méthode

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.
Résultat Amazon.APIGateway.Model.CreateStageResponse

CreateStageAsync() public méthode

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. ///
Résultat Task

CreateUsagePlan() public méthode

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.
Résultat Amazon.APIGateway.Model.CreateUsagePlanResponse

CreateUsagePlanAsync() public méthode

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. ///
Résultat Task

CreateUsagePlanKey() public méthode

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.
Résultat Amazon.APIGateway.Model.CreateUsagePlanKeyResponse

CreateUsagePlanKeyAsync() public méthode

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. ///
Résultat Task

DeleteApiKey() public méthode

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.
Résultat DeleteApiKeyResponse

DeleteApiKeyAsync() public méthode

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. ///
Résultat Task

DeleteAuthorizer() public méthode

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.
Résultat DeleteAuthorizerResponse

DeleteAuthorizerAsync() public méthode

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. ///
Résultat Task

DeleteBasePathMapping() public méthode

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.
Résultat DeleteBasePathMappingResponse

DeleteBasePathMappingAsync() public méthode

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. ///
Résultat Task

DeleteClientCertificate() public méthode

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.
Résultat DeleteClientCertificateResponse

DeleteClientCertificateAsync() public méthode

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. ///
Résultat Task

DeleteDeployment() public méthode

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.
Résultat DeleteDeploymentResponse

DeleteDeploymentAsync() public méthode

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. ///
Résultat Task

DeleteDocumentationPart() public méthode

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

DeleteDocumentationPartAsync() public méthode

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. ///
Résultat Task

DeleteDocumentationVersion() public méthode

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

DeleteDocumentationVersionAsync() public méthode

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. ///
Résultat Task

DeleteDomainName() public méthode

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.
Résultat DeleteDomainNameResponse

DeleteDomainNameAsync() public méthode

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. ///
Résultat Task

DeleteIntegration() public méthode

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.
Résultat DeleteIntegrationResponse

DeleteIntegrationAsync() public méthode

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. ///
Résultat Task

DeleteIntegrationResponse() public méthode

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.
Résultat DeleteIntegrationResponseResponse

DeleteIntegrationResponseAsync() public méthode

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. ///
Résultat Task

DeleteMethod() public méthode

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.
Résultat DeleteMethodResponse

DeleteMethodAsync() public méthode

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. ///
Résultat Task

DeleteMethodResponse() public méthode

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.
Résultat DeleteMethodResponseResponse

DeleteMethodResponseAsync() public méthode

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. ///
Résultat Task

DeleteModel() public méthode

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.
Résultat DeleteModelResponse

DeleteModelAsync() public méthode

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. ///
Résultat Task

DeleteResource() public méthode

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.
Résultat DeleteResourceResponse

DeleteResourceAsync() public méthode

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. ///
Résultat Task

DeleteRestApi() public méthode

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.
Résultat DeleteRestApiResponse

DeleteRestApiAsync() public méthode

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. ///
Résultat Task

DeleteStage() public méthode

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.
Résultat DeleteStageResponse

DeleteStageAsync() public méthode

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. ///
Résultat Task

DeleteUsagePlan() public méthode

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.
Résultat DeleteUsagePlanResponse

DeleteUsagePlanAsync() public méthode

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. ///
Résultat Task

DeleteUsagePlanKey() public méthode

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.
Résultat DeleteUsagePlanKeyResponse

DeleteUsagePlanKeyAsync() public méthode

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. ///
Résultat Task

Dispose() protected méthode

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

EndCreateApiKey() public méthode

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

EndCreateAuthorizer() public méthode

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

EndCreateBasePathMapping() public méthode

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

EndCreateDeployment() public méthode

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

EndCreateDocumentationPart() public méthode

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

EndCreateDocumentationVersion() public méthode

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

EndCreateDomainName() public méthode

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

EndCreateModel() public méthode

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

EndCreateResource() public méthode

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

EndCreateRestApi() public méthode

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

EndCreateStage() public méthode

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

EndCreateUsagePlan() public méthode

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

EndCreateUsagePlanKey() public méthode

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

EndDeleteApiKey() public méthode

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

EndDeleteAuthorizer() public méthode

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

EndDeleteBasePathMapping() public méthode

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

EndDeleteClientCertificate() public méthode

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

EndDeleteDeployment() public méthode

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

EndDeleteDocumentationPart() public méthode

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

EndDeleteDocumentationVersion() public méthode

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

EndDeleteDomainName() public méthode

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

EndDeleteIntegration() public méthode

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

EndDeleteIntegrationResponse() public méthode

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

EndDeleteMethod() public méthode

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

EndDeleteMethodResponse() public méthode

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

EndDeleteModel() public méthode

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

EndDeleteResource() public méthode

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

EndDeleteRestApi() public méthode

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

EndDeleteStage() public méthode

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

EndDeleteUsagePlan() public méthode

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

EndDeleteUsagePlanKey() public méthode

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

EndFlushStageAuthorizersCache() public méthode

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

EndFlushStageCache() public méthode

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

EndGenerateClientCertificate() public méthode

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

EndGetAccount() public méthode

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

EndGetApiKey() public méthode

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

EndGetApiKeys() public méthode

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

EndGetAuthorizer() public méthode

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

EndGetAuthorizers() public méthode

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

EndGetBasePathMapping() public méthode

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

EndGetBasePathMappings() public méthode

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

EndGetClientCertificate() public méthode

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

EndGetClientCertificates() public méthode

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

EndGetDeployment() public méthode

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

EndGetDeployments() public méthode

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

EndGetDocumentationPart() public méthode

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

EndGetDocumentationParts() public méthode

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

EndGetDocumentationVersion() public méthode

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

EndGetDocumentationVersions() public méthode

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

EndGetDomainName() public méthode

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

EndGetDomainNames() public méthode

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

EndGetExport() public méthode

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

EndGetIntegration() public méthode

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

EndGetIntegrationResponse() public méthode

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

EndGetMethod() public méthode

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

EndGetMethodResponse() public méthode

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

EndGetModel() public méthode

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

EndGetModelTemplate() public méthode

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

EndGetModels() public méthode

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

EndGetResource() public méthode

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

EndGetResources() public méthode

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

EndGetRestApi() public méthode

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

EndGetRestApis() public méthode

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

EndGetSdk() public méthode

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

EndGetSdkType() public méthode

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

EndGetSdkTypes() public méthode

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

EndGetStage() public méthode

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

EndGetStages() public méthode

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

EndGetUsage() public méthode

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

EndGetUsagePlan() public méthode

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

EndGetUsagePlanKey() public méthode

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

EndGetUsagePlanKeys() public méthode

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

EndGetUsagePlans() public méthode

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

EndImportApiKeys() public méthode

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

EndImportDocumentationParts() public méthode

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

EndImportRestApi() public méthode

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

EndPutIntegration() public méthode

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

EndPutIntegrationResponse() public méthode

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

EndPutMethod() public méthode

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

EndPutMethodResponse() public méthode

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

EndPutRestApi() public méthode

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

EndTestInvokeAuthorizer() public méthode

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

EndTestInvokeMethod() public méthode

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

EndUpdateAccount() public méthode

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

EndUpdateApiKey() public méthode

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

EndUpdateAuthorizer() public méthode

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

EndUpdateBasePathMapping() public méthode

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.
Résultat Amazon.APIGateway.Model.UpdateBasePathMappingResponse

EndUpdateClientCertificate() public méthode

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

EndUpdateDeployment() public méthode

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

EndUpdateDocumentationPart() public méthode

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

EndUpdateDocumentationVersion() public méthode

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

EndUpdateDomainName() public méthode

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

EndUpdateIntegration() public méthode

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

EndUpdateIntegrationResponse() public méthode

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

EndUpdateMethod() public méthode

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

EndUpdateMethodResponse() public méthode

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

EndUpdateModel() public méthode

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

EndUpdateResource() public méthode

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

EndUpdateRestApi() public méthode

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

EndUpdateStage() public méthode

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

EndUpdateUsage() public méthode

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

EndUpdateUsagePlan() public méthode

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

FlushStageAuthorizersCache() public méthode

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.
Résultat FlushStageAuthorizersCacheResponse

FlushStageAuthorizersCacheAsync() public méthode

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. ///
Résultat Task

FlushStageCache() public méthode

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.
Résultat FlushStageCacheResponse

FlushStageCacheAsync() public méthode

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. ///
Résultat Task

GenerateClientCertificate() public méthode

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.
Résultat Amazon.APIGateway.Model.GenerateClientCertificateResponse

GenerateClientCertificateAsync() public méthode

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. ///
Résultat Task

GetAccount() public méthode

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.
Résultat Amazon.APIGateway.Model.GetAccountResponse

GetAccountAsync() public méthode

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. ///
Résultat Task

GetApiKey() public méthode

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.
Résultat Amazon.APIGateway.Model.GetApiKeyResponse

GetApiKeyAsync() public méthode

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. ///
Résultat Task

GetApiKeys() public méthode

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.
Résultat Amazon.APIGateway.Model.GetApiKeysResponse

GetApiKeysAsync() public méthode

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. ///
Résultat Task

GetAuthorizer() public méthode

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.
Résultat Amazon.APIGateway.Model.GetAuthorizerResponse

GetAuthorizerAsync() public méthode

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. ///
Résultat Task

GetAuthorizers() public méthode

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.
Résultat Amazon.APIGateway.Model.GetAuthorizersResponse

GetAuthorizersAsync() public méthode

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. ///
Résultat Task

GetBasePathMapping() public méthode

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.
Résultat Amazon.APIGateway.Model.GetBasePathMappingResponse

GetBasePathMappingAsync() public méthode

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. ///
Résultat Task

GetBasePathMappings() public méthode

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.
Résultat Amazon.APIGateway.Model.GetBasePathMappingsResponse

GetBasePathMappingsAsync() public méthode

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. ///
Résultat Task

GetClientCertificate() public méthode

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.
Résultat Amazon.APIGateway.Model.GetClientCertificateResponse

GetClientCertificateAsync() public méthode

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. ///
Résultat Task

GetClientCertificates() public méthode

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.
Résultat Amazon.APIGateway.Model.GetClientCertificatesResponse

GetClientCertificatesAsync() public méthode

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. ///
Résultat Task

GetDeployment() public méthode

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.
Résultat Amazon.APIGateway.Model.GetDeploymentResponse

GetDeploymentAsync() public méthode

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. ///
Résultat Task

GetDeployments() public méthode

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.
Résultat Amazon.APIGateway.Model.GetDeploymentsResponse

GetDeploymentsAsync() public méthode

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. ///
Résultat Task

GetDocumentationPart() public méthode

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

GetDocumentationPartAsync() public méthode

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. ///
Résultat Task

GetDocumentationParts() public méthode

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

GetDocumentationPartsAsync() public méthode

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. ///
Résultat Task

GetDocumentationVersion() public méthode

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

GetDocumentationVersionAsync() public méthode

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. ///
Résultat Task

GetDocumentationVersions() public méthode

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

GetDocumentationVersionsAsync() public méthode

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. ///
Résultat Task

GetDomainName() public méthode

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.
Résultat Amazon.APIGateway.Model.GetDomainNameResponse

GetDomainNameAsync() public méthode

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. ///
Résultat Task

GetDomainNames() public méthode

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.
Résultat Amazon.APIGateway.Model.GetDomainNamesResponse

GetDomainNamesAsync() public méthode

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. ///
Résultat Task

GetExport() public méthode

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.
Résultat Amazon.APIGateway.Model.GetExportResponse

GetExportAsync() public méthode

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. ///
Résultat Task

GetIntegration() public méthode

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.
Résultat Amazon.APIGateway.Model.GetIntegrationResponse

GetIntegrationAsync() public méthode

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. ///
Résultat Task

GetIntegrationResponse() public méthode

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.
Résultat Amazon.APIGateway.Model.GetIntegrationResponseResponse

GetIntegrationResponseAsync() public méthode

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. ///
Résultat Task

GetMethod() public méthode

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.
Résultat Amazon.APIGateway.Model.GetMethodResponse

GetMethodAsync() public méthode

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. ///
Résultat Task

GetMethodResponse() public méthode

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.
Résultat Amazon.APIGateway.Model.GetMethodResponseResponse

GetMethodResponseAsync() public méthode

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. ///
Résultat Task

GetModel() public méthode

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.
Résultat Amazon.APIGateway.Model.GetModelResponse

GetModelAsync() public méthode

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. ///
Résultat Task

GetModelTemplate() public méthode

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.
Résultat Amazon.APIGateway.Model.GetModelTemplateResponse

GetModelTemplateAsync() public méthode

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. ///
Résultat Task

GetModels() public méthode

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.
Résultat Amazon.APIGateway.Model.GetModelsResponse

GetModelsAsync() public méthode

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. ///
Résultat Task

GetResource() public méthode

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.
Résultat Amazon.APIGateway.Model.GetResourceResponse

GetResourceAsync() public méthode

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. ///
Résultat Task

GetResources() public méthode

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.
Résultat Amazon.APIGateway.Model.GetResourcesResponse

GetResourcesAsync() public méthode

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. ///
Résultat Task

GetRestApi() public méthode

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.
Résultat Amazon.APIGateway.Model.GetRestApiResponse

GetRestApiAsync() public méthode

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. ///
Résultat Task

GetRestApis() public méthode

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.
Résultat Amazon.APIGateway.Model.GetRestApisResponse

GetRestApisAsync() public méthode

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. ///
Résultat Task

GetSdk() public méthode

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.
Résultat Amazon.APIGateway.Model.GetSdkResponse

GetSdkAsync() public méthode

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. ///
Résultat Task

GetSdkType() public méthode

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

GetSdkTypeAsync() public méthode

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. ///
Résultat Task

GetSdkTypes() public méthode

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

GetSdkTypesAsync() public méthode

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. ///
Résultat Task

GetStage() public méthode

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.
Résultat Amazon.APIGateway.Model.GetStageResponse

GetStageAsync() public méthode

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. ///
Résultat Task

GetStages() public méthode

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.
Résultat Amazon.APIGateway.Model.GetStagesResponse

GetStagesAsync() public méthode

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. ///
Résultat Task

GetUsage() public méthode

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.
Résultat Amazon.APIGateway.Model.GetUsageResponse

GetUsageAsync() public méthode

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. ///
Résultat Task

GetUsagePlan() public méthode

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.
Résultat Amazon.APIGateway.Model.GetUsagePlanResponse

GetUsagePlanAsync() public méthode

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. ///
Résultat Task

GetUsagePlanKey() public méthode

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.
Résultat Amazon.APIGateway.Model.GetUsagePlanKeyResponse

GetUsagePlanKeyAsync() public méthode

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. ///
Résultat Task

GetUsagePlanKeys() public méthode

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.
Résultat Amazon.APIGateway.Model.GetUsagePlanKeysResponse

GetUsagePlanKeysAsync() public méthode

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. ///
Résultat Task

GetUsagePlans() public méthode

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.
Résultat Amazon.APIGateway.Model.GetUsagePlansResponse

GetUsagePlansAsync() public méthode

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. ///
Résultat Task

ImportApiKeys() public méthode

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.
Résultat Amazon.APIGateway.Model.ImportApiKeysResponse

ImportApiKeysAsync() public méthode

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. ///
Résultat Task

ImportDocumentationParts() public méthode

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

ImportDocumentationPartsAsync() public méthode

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. ///
Résultat Task

ImportRestApi() public méthode

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.
Résultat Amazon.APIGateway.Model.ImportRestApiResponse

ImportRestApiAsync() public méthode

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. ///
Résultat Task

PutIntegration() public méthode

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.
Résultat Amazon.APIGateway.Model.PutIntegrationResponse

PutIntegrationAsync() public méthode

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. ///
Résultat Task

PutIntegrationResponse() public méthode

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.
Résultat Amazon.APIGateway.Model.PutIntegrationResponseResponse

PutIntegrationResponseAsync() public méthode

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. ///
Résultat Task

PutMethod() public méthode

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.
Résultat Amazon.APIGateway.Model.PutMethodResponse

PutMethodAsync() public méthode

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. ///
Résultat Task

PutMethodResponse() public méthode

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.
Résultat Amazon.APIGateway.Model.PutMethodResponseResponse

PutMethodResponseAsync() public méthode

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. ///
Résultat Task

PutRestApi() public méthode

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.
Résultat Amazon.APIGateway.Model.PutRestApiResponse

PutRestApiAsync() public méthode

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. ///
Résultat Task

TestInvokeAuthorizer() public méthode

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.
Résultat Amazon.APIGateway.Model.TestInvokeAuthorizerResponse

TestInvokeAuthorizerAsync() public méthode

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. ///
Résultat Task

TestInvokeMethod() public méthode

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.
Résultat Amazon.APIGateway.Model.TestInvokeMethodResponse

TestInvokeMethodAsync() public méthode

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. ///
Résultat Task

UpdateAccount() public méthode

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.
Résultat Amazon.APIGateway.Model.UpdateAccountResponse

UpdateAccountAsync() public méthode

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. ///
Résultat Task

UpdateApiKey() public méthode

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.
Résultat Amazon.APIGateway.Model.UpdateApiKeyResponse

UpdateApiKeyAsync() public méthode

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. ///
Résultat Task

UpdateAuthorizer() public méthode

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.
Résultat Amazon.APIGateway.Model.UpdateAuthorizerResponse

UpdateAuthorizerAsync() public méthode

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. ///
Résultat Task

UpdateBasePathMapping() public méthode

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.
Résultat Amazon.APIGateway.Model.UpdateBasePathMappingResponse

UpdateBasePathMappingAsync() public méthode

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. ///
Résultat Task

UpdateClientCertificate() public méthode

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.
Résultat Amazon.APIGateway.Model.UpdateClientCertificateResponse

UpdateClientCertificateAsync() public méthode

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. ///
Résultat Task

UpdateDeployment() public méthode

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.
Résultat Amazon.APIGateway.Model.UpdateDeploymentResponse

UpdateDeploymentAsync() public méthode

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. ///
Résultat Task

UpdateDocumentationPart() public méthode

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

UpdateDocumentationPartAsync() public méthode

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. ///
Résultat Task

UpdateDocumentationVersion() public méthode

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

UpdateDocumentationVersionAsync() public méthode

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. ///
Résultat Task

UpdateDomainName() public méthode

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

UpdateDomainNameAsync() public méthode

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. ///
Résultat Task

UpdateIntegration() public méthode

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

UpdateIntegrationAsync() public méthode

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. ///
Résultat Task

UpdateIntegrationResponse() public méthode

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

UpdateIntegrationResponseAsync() public méthode

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. ///
Résultat Task

UpdateMethod() public méthode

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

UpdateMethodAsync() public méthode

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. ///
Résultat Task

UpdateMethodResponse() public méthode

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

UpdateMethodResponseAsync() public méthode

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. ///
Résultat Task

UpdateModel() public méthode

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

UpdateModelAsync() public méthode

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. ///
Résultat Task

UpdateResource() public méthode

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

UpdateResourceAsync() public méthode

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. ///
Résultat Task

UpdateRestApi() public méthode

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

UpdateRestApiAsync() public méthode

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. ///
Résultat Task

UpdateStage() public méthode

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

UpdateStageAsync() public méthode

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. ///
Résultat Task

UpdateUsage() public méthode

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.
Résultat UpdateUsageResponse

UpdateUsageAsync() public méthode

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. ///
Résultat Task

UpdateUsagePlan() public méthode

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.
Résultat UpdateUsagePlanResponse

UpdateUsagePlanAsync() public méthode

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. ///
Résultat Task