C# 클래스 Amazon.APIGateway.AmazonAPIGatewayClient

Implementation for accessing APIGateway Amazon API Gateway

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

상속: AmazonServiceClient, IAmazonAPIGateway
파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
AmazonAPIGatewayClient ( ) : System

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

AmazonAPIGatewayClient ( AWSCredentials credentials ) : System

Constructs AmazonAPIGatewayClient with AWS Credentials

AmazonAPIGatewayClient ( AWSCredentials credentials, AmazonAPIGatewayConfig clientConfig ) : System

Constructs AmazonAPIGatewayClient with AWS Credentials and an AmazonAPIGatewayClient Configuration object.

AmazonAPIGatewayClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonAPIGatewayClient with AWS Credentials

AmazonAPIGatewayClient ( AmazonAPIGatewayConfig config ) : System

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

AmazonAPIGatewayClient ( RegionEndpoint region ) : System

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

AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key

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

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

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

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key

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

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key

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

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

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

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key

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

Initiates the asynchronous execution of the CreateApiKey operation.

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

Initiates the asynchronous execution of the CreateAuthorizer operation.

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

Initiates the asynchronous execution of the CreateBasePathMapping operation.

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

Initiates the asynchronous execution of the CreateDeployment operation.

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

Initiates the asynchronous execution of the CreateDocumentationPart operation.

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

Initiates the asynchronous execution of the CreateDocumentationVersion operation.

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

Initiates the asynchronous execution of the CreateDomainName operation.

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

Initiates the asynchronous execution of the CreateModel operation.

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

Initiates the asynchronous execution of the CreateResource operation.

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

Initiates the asynchronous execution of the CreateRestApi operation.

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

Initiates the asynchronous execution of the CreateStage operation.

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

Initiates the asynchronous execution of the CreateUsagePlan operation.

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

Initiates the asynchronous execution of the CreateUsagePlanKey operation.

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

Initiates the asynchronous execution of the DeleteApiKey operation.

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

Initiates the asynchronous execution of the DeleteAuthorizer operation.

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

Initiates the asynchronous execution of the DeleteBasePathMapping operation.

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

Initiates the asynchronous execution of the DeleteClientCertificate operation.

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

Initiates the asynchronous execution of the DeleteDeployment operation.

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

Initiates the asynchronous execution of the DeleteDocumentationPart operation.

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

Initiates the asynchronous execution of the DeleteDocumentationVersion operation.

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

Initiates the asynchronous execution of the DeleteDomainName operation.

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

Initiates the asynchronous execution of the DeleteIntegration operation.

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

Initiates the asynchronous execution of the DeleteIntegrationResponse operation.

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

Initiates the asynchronous execution of the DeleteMethod operation.

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

Initiates the asynchronous execution of the DeleteMethodResponse operation.

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

Initiates the asynchronous execution of the DeleteModel operation.

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

Initiates the asynchronous execution of the DeleteResource operation.

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

Initiates the asynchronous execution of the DeleteRestApi operation.

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

Initiates the asynchronous execution of the DeleteStage operation.

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

Initiates the asynchronous execution of the DeleteUsagePlan operation.

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

Initiates the asynchronous execution of the DeleteUsagePlanKey operation.

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

Initiates the asynchronous execution of the FlushStageAuthorizersCache operation.

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

Initiates the asynchronous execution of the FlushStageCache operation.

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

Initiates the asynchronous execution of the GenerateClientCertificate operation.

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

Initiates the asynchronous execution of the GetAccount operation.

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

Initiates the asynchronous execution of the GetApiKey operation.

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

Initiates the asynchronous execution of the GetApiKeys operation.

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

Initiates the asynchronous execution of the GetAuthorizer operation.

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

Initiates the asynchronous execution of the GetAuthorizers operation.

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

Initiates the asynchronous execution of the GetBasePathMapping operation.

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

Initiates the asynchronous execution of the GetBasePathMappings operation.

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

Initiates the asynchronous execution of the GetClientCertificate operation.

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

Initiates the asynchronous execution of the GetClientCertificates operation.

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

Initiates the asynchronous execution of the GetDeployment operation.

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

Initiates the asynchronous execution of the GetDeployments operation.

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

Initiates the asynchronous execution of the GetDocumentationPart operation.

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

Initiates the asynchronous execution of the GetDocumentationParts operation.

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

Initiates the asynchronous execution of the GetDocumentationVersion operation.

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

Initiates the asynchronous execution of the GetDocumentationVersions operation.

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

Initiates the asynchronous execution of the GetDomainName operation.

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

Initiates the asynchronous execution of the GetDomainNames operation.

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

Initiates the asynchronous execution of the GetExport operation.

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

Initiates the asynchronous execution of the GetIntegration operation.

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

Initiates the asynchronous execution of the GetIntegrationResponse operation.

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

Initiates the asynchronous execution of the GetMethod operation.

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

Initiates the asynchronous execution of the GetMethodResponse operation.

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

Initiates the asynchronous execution of the GetModel operation.

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

Initiates the asynchronous execution of the GetModelTemplate operation.

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

Initiates the asynchronous execution of the GetModels operation.

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

Initiates the asynchronous execution of the GetResource operation.

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

Initiates the asynchronous execution of the GetResources operation.

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

Initiates the asynchronous execution of the GetRestApi operation.

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

Initiates the asynchronous execution of the GetRestApis operation.

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

Initiates the asynchronous execution of the GetSdk operation.

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

Initiates the asynchronous execution of the GetSdkType operation.

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

Initiates the asynchronous execution of the GetSdkTypes operation.

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

Initiates the asynchronous execution of the GetStage operation.

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

Initiates the asynchronous execution of the GetStages operation.

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

Initiates the asynchronous execution of the GetUsage operation.

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

Initiates the asynchronous execution of the GetUsagePlan operation.

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

Initiates the asynchronous execution of the GetUsagePlanKey operation.

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

Initiates the asynchronous execution of the GetUsagePlanKeys operation.

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

Initiates the asynchronous execution of the GetUsagePlans operation.

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

Initiates the asynchronous execution of the ImportApiKeys operation.

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

Initiates the asynchronous execution of the ImportDocumentationParts operation.

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

Initiates the asynchronous execution of the ImportRestApi operation.

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

Initiates the asynchronous execution of the PutIntegration operation.

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

Initiates the asynchronous execution of the PutIntegrationResponse operation.

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

Initiates the asynchronous execution of the PutMethod operation.

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

Initiates the asynchronous execution of the PutMethodResponse operation.

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

Initiates the asynchronous execution of the PutRestApi operation.

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

Initiates the asynchronous execution of the TestInvokeAuthorizer operation.

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

Initiates the asynchronous execution of the TestInvokeMethod operation.

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

Initiates the asynchronous execution of the UpdateAccount operation.

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

Initiates the asynchronous execution of the UpdateApiKey operation.

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

Initiates the asynchronous execution of the UpdateAuthorizer operation.

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

Initiates the asynchronous execution of the UpdateBasePathMapping operation.

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

Initiates the asynchronous execution of the UpdateClientCertificate operation.

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

Initiates the asynchronous execution of the UpdateDeployment operation.

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

Initiates the asynchronous execution of the UpdateDocumentationPart operation.

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

Initiates the asynchronous execution of the UpdateDocumentationVersion operation.

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

Initiates the asynchronous execution of the UpdateDomainName operation.

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

Initiates the asynchronous execution of the UpdateIntegration operation.

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

Initiates the asynchronous execution of the UpdateIntegrationResponse operation.

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

Initiates the asynchronous execution of the UpdateMethod operation.

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

Initiates the asynchronous execution of the UpdateMethodResponse operation.

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

Initiates the asynchronous execution of the UpdateModel operation.

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

Initiates the asynchronous execution of the UpdateResource operation.

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

Initiates the asynchronous execution of the UpdateRestApi operation.

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

Initiates the asynchronous execution of the UpdateStage operation.

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

Initiates the asynchronous execution of the UpdateUsage operation.

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

Initiates the asynchronous execution of the UpdateUsagePlan operation.

CreateApiKey ( CreateApiKeyRequest request ) : CreateApiKeyResponse

Create an ApiKey resource.

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

Initiates the asynchronous execution of the CreateApiKey operation.

CreateAuthorizer ( CreateAuthorizerRequest request ) : CreateAuthorizerResponse

Adds a new Authorizer resource to an existing RestApi resource.

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

Initiates the asynchronous execution of the CreateAuthorizer operation.

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

Creates a new BasePathMapping resource.

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

Initiates the asynchronous execution of the CreateBasePathMapping operation.

CreateDeployment ( CreateDeploymentRequest request ) : CreateDeploymentResponse

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

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

Initiates the asynchronous execution of the CreateDeployment operation.

CreateDocumentationPart ( CreateDocumentationPartRequest request ) : CreateDocumentationPartResponse

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

Initiates the asynchronous execution of the CreateDocumentationPart operation.

CreateDocumentationVersion ( CreateDocumentationVersionRequest request ) : CreateDocumentationVersionResponse

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

Initiates the asynchronous execution of the CreateDocumentationVersion operation.

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

Creates a new domain name.

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

Initiates the asynchronous execution of the CreateDomainName operation.

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

Adds a new Model resource to an existing RestApi resource.

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

Initiates the asynchronous execution of the CreateModel operation.

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

Creates a Resource resource.

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

Initiates the asynchronous execution of the CreateResource operation.

CreateRestApi ( CreateRestApiRequest request ) : CreateRestApiResponse

Creates a new RestApi resource.

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

Initiates the asynchronous execution of the CreateRestApi operation.

CreateStage ( CreateStageRequest request ) : CreateStageResponse

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

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

Initiates the asynchronous execution of the CreateStage operation.

CreateUsagePlan ( CreateUsagePlanRequest request ) : CreateUsagePlanResponse

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

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

Initiates the asynchronous execution of the CreateUsagePlan operation.

CreateUsagePlanKey ( CreateUsagePlanKeyRequest request ) : CreateUsagePlanKeyResponse

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

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

Initiates the asynchronous execution of the CreateUsagePlanKey operation.

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

Deletes the ApiKey resource.

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

Initiates the asynchronous execution of the DeleteApiKey operation.

DeleteAuthorizer ( DeleteAuthorizerRequest request ) : DeleteAuthorizerResponse

Deletes an existing Authorizer resource.

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

Initiates the asynchronous execution of the DeleteAuthorizer operation.

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

Deletes the BasePathMapping resource.

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

Initiates the asynchronous execution of the DeleteBasePathMapping operation.

DeleteClientCertificate ( DeleteClientCertificateRequest request ) : DeleteClientCertificateResponse

Deletes the ClientCertificate resource.

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

Initiates the asynchronous execution of the DeleteClientCertificate operation.

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

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

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

Initiates the asynchronous execution of the DeleteDeployment operation.

DeleteDocumentationPart ( DeleteDocumentationPartRequest request ) : DeleteDocumentationPartResponse

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

Initiates the asynchronous execution of the DeleteDocumentationPart operation.

DeleteDocumentationVersion ( DeleteDocumentationVersionRequest request ) : DeleteDocumentationVersionResponse

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

Initiates the asynchronous execution of the DeleteDocumentationVersion operation.

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

Deletes the DomainName resource.

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

Initiates the asynchronous execution of the DeleteDomainName operation.

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

Represents a delete integration.

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

Initiates the asynchronous execution of the DeleteIntegration operation.

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

Represents a delete integration response.

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

Initiates the asynchronous execution of the DeleteIntegrationResponse operation.

DeleteMethod ( DeleteMethodRequest request ) : DeleteMethodResponse

Deletes an existing Method resource.

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

Initiates the asynchronous execution of the DeleteMethod operation.

DeleteMethodResponse ( DeleteMethodResponseRequest request ) : DeleteMethodResponseResponse

Deletes an existing MethodResponse resource.

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

Initiates the asynchronous execution of the DeleteMethodResponse operation.

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

Deletes a model.

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

Initiates the asynchronous execution of the DeleteModel operation.

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

Deletes a Resource resource.

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

Initiates the asynchronous execution of the DeleteResource operation.

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

Deletes the specified API.

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

Initiates the asynchronous execution of the DeleteRestApi operation.

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

Deletes a Stage resource.

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

Initiates the asynchronous execution of the DeleteStage operation.

DeleteUsagePlan ( DeleteUsagePlanRequest request ) : DeleteUsagePlanResponse

Deletes a usage plan of a given plan Id.

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

Initiates the asynchronous execution of the DeleteUsagePlan operation.

DeleteUsagePlanKey ( DeleteUsagePlanKeyRequest request ) : DeleteUsagePlanKeyResponse

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

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

Initiates the asynchronous execution of the DeleteUsagePlanKey operation.

EndCreateApiKey ( IAsyncResult asyncResult ) : CreateApiKeyResponse

Finishes the asynchronous execution of the CreateApiKey operation.

EndCreateAuthorizer ( IAsyncResult asyncResult ) : CreateAuthorizerResponse

Finishes the asynchronous execution of the CreateAuthorizer operation.

EndCreateBasePathMapping ( IAsyncResult asyncResult ) : CreateBasePathMappingResponse

Finishes the asynchronous execution of the CreateBasePathMapping operation.

EndCreateDeployment ( IAsyncResult asyncResult ) : CreateDeploymentResponse

Finishes the asynchronous execution of the CreateDeployment operation.

EndCreateDocumentationPart ( IAsyncResult asyncResult ) : CreateDocumentationPartResponse

Finishes the asynchronous execution of the CreateDocumentationPart operation.

EndCreateDocumentationVersion ( IAsyncResult asyncResult ) : CreateDocumentationVersionResponse

Finishes the asynchronous execution of the CreateDocumentationVersion operation.

EndCreateDomainName ( IAsyncResult asyncResult ) : CreateDomainNameResponse

Finishes the asynchronous execution of the CreateDomainName operation.

EndCreateModel ( IAsyncResult asyncResult ) : CreateModelResponse

Finishes the asynchronous execution of the CreateModel operation.

EndCreateResource ( IAsyncResult asyncResult ) : CreateResourceResponse

Finishes the asynchronous execution of the CreateResource operation.

EndCreateRestApi ( IAsyncResult asyncResult ) : CreateRestApiResponse

Finishes the asynchronous execution of the CreateRestApi operation.

EndCreateStage ( IAsyncResult asyncResult ) : CreateStageResponse

Finishes the asynchronous execution of the CreateStage operation.

EndCreateUsagePlan ( IAsyncResult asyncResult ) : CreateUsagePlanResponse

Finishes the asynchronous execution of the CreateUsagePlan operation.

EndCreateUsagePlanKey ( IAsyncResult asyncResult ) : CreateUsagePlanKeyResponse

Finishes the asynchronous execution of the CreateUsagePlanKey operation.

EndDeleteApiKey ( IAsyncResult asyncResult ) : DeleteApiKeyResponse

Finishes the asynchronous execution of the DeleteApiKey operation.

EndDeleteAuthorizer ( IAsyncResult asyncResult ) : DeleteAuthorizerResponse

Finishes the asynchronous execution of the DeleteAuthorizer operation.

EndDeleteBasePathMapping ( IAsyncResult asyncResult ) : DeleteBasePathMappingResponse

Finishes the asynchronous execution of the DeleteBasePathMapping operation.

EndDeleteClientCertificate ( IAsyncResult asyncResult ) : DeleteClientCertificateResponse

Finishes the asynchronous execution of the DeleteClientCertificate operation.

EndDeleteDeployment ( IAsyncResult asyncResult ) : DeleteDeploymentResponse

Finishes the asynchronous execution of the DeleteDeployment operation.

EndDeleteDocumentationPart ( IAsyncResult asyncResult ) : DeleteDocumentationPartResponse

Finishes the asynchronous execution of the DeleteDocumentationPart operation.

EndDeleteDocumentationVersion ( IAsyncResult asyncResult ) : DeleteDocumentationVersionResponse

Finishes the asynchronous execution of the DeleteDocumentationVersion operation.

EndDeleteDomainName ( IAsyncResult asyncResult ) : DeleteDomainNameResponse

Finishes the asynchronous execution of the DeleteDomainName operation.

EndDeleteIntegration ( IAsyncResult asyncResult ) : DeleteIntegrationResponse

Finishes the asynchronous execution of the DeleteIntegration operation.

EndDeleteIntegrationResponse ( IAsyncResult asyncResult ) : DeleteIntegrationResponseResponse

Finishes the asynchronous execution of the DeleteIntegrationResponse operation.

EndDeleteMethod ( IAsyncResult asyncResult ) : DeleteMethodResponse

Finishes the asynchronous execution of the DeleteMethod operation.

EndDeleteMethodResponse ( IAsyncResult asyncResult ) : DeleteMethodResponseResponse

Finishes the asynchronous execution of the DeleteMethodResponse operation.

EndDeleteModel ( IAsyncResult asyncResult ) : DeleteModelResponse

Finishes the asynchronous execution of the DeleteModel operation.

EndDeleteResource ( IAsyncResult asyncResult ) : DeleteResourceResponse

Finishes the asynchronous execution of the DeleteResource operation.

EndDeleteRestApi ( IAsyncResult asyncResult ) : DeleteRestApiResponse

Finishes the asynchronous execution of the DeleteRestApi operation.

EndDeleteStage ( IAsyncResult asyncResult ) : DeleteStageResponse

Finishes the asynchronous execution of the DeleteStage operation.

EndDeleteUsagePlan ( IAsyncResult asyncResult ) : DeleteUsagePlanResponse

Finishes the asynchronous execution of the DeleteUsagePlan operation.

EndDeleteUsagePlanKey ( IAsyncResult asyncResult ) : DeleteUsagePlanKeyResponse

Finishes the asynchronous execution of the DeleteUsagePlanKey operation.

EndFlushStageAuthorizersCache ( IAsyncResult asyncResult ) : FlushStageAuthorizersCacheResponse

Finishes the asynchronous execution of the FlushStageAuthorizersCache operation.

EndFlushStageCache ( IAsyncResult asyncResult ) : FlushStageCacheResponse

Finishes the asynchronous execution of the FlushStageCache operation.

EndGenerateClientCertificate ( IAsyncResult asyncResult ) : GenerateClientCertificateResponse

Finishes the asynchronous execution of the GenerateClientCertificate operation.

EndGetAccount ( IAsyncResult asyncResult ) : GetAccountResponse

Finishes the asynchronous execution of the GetAccount operation.

EndGetApiKey ( IAsyncResult asyncResult ) : GetApiKeyResponse

Finishes the asynchronous execution of the GetApiKey operation.

EndGetApiKeys ( IAsyncResult asyncResult ) : GetApiKeysResponse

Finishes the asynchronous execution of the GetApiKeys operation.

EndGetAuthorizer ( IAsyncResult asyncResult ) : GetAuthorizerResponse

Finishes the asynchronous execution of the GetAuthorizer operation.

EndGetAuthorizers ( IAsyncResult asyncResult ) : GetAuthorizersResponse

Finishes the asynchronous execution of the GetAuthorizers operation.

EndGetBasePathMapping ( IAsyncResult asyncResult ) : GetBasePathMappingResponse

Finishes the asynchronous execution of the GetBasePathMapping operation.

EndGetBasePathMappings ( IAsyncResult asyncResult ) : GetBasePathMappingsResponse

Finishes the asynchronous execution of the GetBasePathMappings operation.

EndGetClientCertificate ( IAsyncResult asyncResult ) : GetClientCertificateResponse

Finishes the asynchronous execution of the GetClientCertificate operation.

EndGetClientCertificates ( IAsyncResult asyncResult ) : GetClientCertificatesResponse

Finishes the asynchronous execution of the GetClientCertificates operation.

EndGetDeployment ( IAsyncResult asyncResult ) : GetDeploymentResponse

Finishes the asynchronous execution of the GetDeployment operation.

EndGetDeployments ( IAsyncResult asyncResult ) : GetDeploymentsResponse

Finishes the asynchronous execution of the GetDeployments operation.

EndGetDocumentationPart ( IAsyncResult asyncResult ) : GetDocumentationPartResponse

Finishes the asynchronous execution of the GetDocumentationPart operation.

EndGetDocumentationParts ( IAsyncResult asyncResult ) : GetDocumentationPartsResponse

Finishes the asynchronous execution of the GetDocumentationParts operation.

EndGetDocumentationVersion ( IAsyncResult asyncResult ) : GetDocumentationVersionResponse

Finishes the asynchronous execution of the GetDocumentationVersion operation.

EndGetDocumentationVersions ( IAsyncResult asyncResult ) : GetDocumentationVersionsResponse

Finishes the asynchronous execution of the GetDocumentationVersions operation.

EndGetDomainName ( IAsyncResult asyncResult ) : GetDomainNameResponse

Finishes the asynchronous execution of the GetDomainName operation.

EndGetDomainNames ( IAsyncResult asyncResult ) : GetDomainNamesResponse

Finishes the asynchronous execution of the GetDomainNames operation.

EndGetExport ( IAsyncResult asyncResult ) : GetExportResponse

Finishes the asynchronous execution of the GetExport operation.

EndGetIntegration ( IAsyncResult asyncResult ) : GetIntegrationResponse

Finishes the asynchronous execution of the GetIntegration operation.

EndGetIntegrationResponse ( IAsyncResult asyncResult ) : GetIntegrationResponseResponse

Finishes the asynchronous execution of the GetIntegrationResponse operation.

EndGetMethod ( IAsyncResult asyncResult ) : GetMethodResponse

Finishes the asynchronous execution of the GetMethod operation.

EndGetMethodResponse ( IAsyncResult asyncResult ) : GetMethodResponseResponse

Finishes the asynchronous execution of the GetMethodResponse operation.

EndGetModel ( IAsyncResult asyncResult ) : GetModelResponse

Finishes the asynchronous execution of the GetModel operation.

EndGetModelTemplate ( IAsyncResult asyncResult ) : GetModelTemplateResponse

Finishes the asynchronous execution of the GetModelTemplate operation.

EndGetModels ( IAsyncResult asyncResult ) : GetModelsResponse

Finishes the asynchronous execution of the GetModels operation.

EndGetResource ( IAsyncResult asyncResult ) : GetResourceResponse

Finishes the asynchronous execution of the GetResource operation.

EndGetResources ( IAsyncResult asyncResult ) : GetResourcesResponse

Finishes the asynchronous execution of the GetResources operation.

EndGetRestApi ( IAsyncResult asyncResult ) : GetRestApiResponse

Finishes the asynchronous execution of the GetRestApi operation.

EndGetRestApis ( IAsyncResult asyncResult ) : GetRestApisResponse

Finishes the asynchronous execution of the GetRestApis operation.

EndGetSdk ( IAsyncResult asyncResult ) : GetSdkResponse

Finishes the asynchronous execution of the GetSdk operation.

EndGetSdkType ( IAsyncResult asyncResult ) : GetSdkTypeResponse

Finishes the asynchronous execution of the GetSdkType operation.

EndGetSdkTypes ( IAsyncResult asyncResult ) : GetSdkTypesResponse

Finishes the asynchronous execution of the GetSdkTypes operation.

EndGetStage ( IAsyncResult asyncResult ) : GetStageResponse

Finishes the asynchronous execution of the GetStage operation.

EndGetStages ( IAsyncResult asyncResult ) : GetStagesResponse

Finishes the asynchronous execution of the GetStages operation.

EndGetUsage ( IAsyncResult asyncResult ) : GetUsageResponse

Finishes the asynchronous execution of the GetUsage operation.

EndGetUsagePlan ( IAsyncResult asyncResult ) : GetUsagePlanResponse

Finishes the asynchronous execution of the GetUsagePlan operation.

EndGetUsagePlanKey ( IAsyncResult asyncResult ) : GetUsagePlanKeyResponse

Finishes the asynchronous execution of the GetUsagePlanKey operation.

EndGetUsagePlanKeys ( IAsyncResult asyncResult ) : GetUsagePlanKeysResponse

Finishes the asynchronous execution of the GetUsagePlanKeys operation.

EndGetUsagePlans ( IAsyncResult asyncResult ) : GetUsagePlansResponse

Finishes the asynchronous execution of the GetUsagePlans operation.

EndImportApiKeys ( IAsyncResult asyncResult ) : ImportApiKeysResponse

Finishes the asynchronous execution of the ImportApiKeys operation.

EndImportDocumentationParts ( IAsyncResult asyncResult ) : ImportDocumentationPartsResponse

Finishes the asynchronous execution of the ImportDocumentationParts operation.

EndImportRestApi ( IAsyncResult asyncResult ) : ImportRestApiResponse

Finishes the asynchronous execution of the ImportRestApi operation.

EndPutIntegration ( IAsyncResult asyncResult ) : PutIntegrationResponse

Finishes the asynchronous execution of the PutIntegration operation.

EndPutIntegrationResponse ( IAsyncResult asyncResult ) : PutIntegrationResponseResponse

Finishes the asynchronous execution of the PutIntegrationResponse operation.

EndPutMethod ( IAsyncResult asyncResult ) : PutMethodResponse

Finishes the asynchronous execution of the PutMethod operation.

EndPutMethodResponse ( IAsyncResult asyncResult ) : PutMethodResponseResponse

Finishes the asynchronous execution of the PutMethodResponse operation.

EndPutRestApi ( IAsyncResult asyncResult ) : PutRestApiResponse

Finishes the asynchronous execution of the PutRestApi operation.

EndTestInvokeAuthorizer ( IAsyncResult asyncResult ) : TestInvokeAuthorizerResponse

Finishes the asynchronous execution of the TestInvokeAuthorizer operation.

EndTestInvokeMethod ( IAsyncResult asyncResult ) : TestInvokeMethodResponse

Finishes the asynchronous execution of the TestInvokeMethod operation.

EndUpdateAccount ( IAsyncResult asyncResult ) : UpdateAccountResponse

Finishes the asynchronous execution of the UpdateAccount operation.

EndUpdateApiKey ( IAsyncResult asyncResult ) : UpdateApiKeyResponse

Finishes the asynchronous execution of the UpdateApiKey operation.

EndUpdateAuthorizer ( IAsyncResult asyncResult ) : UpdateAuthorizerResponse

Finishes the asynchronous execution of the UpdateAuthorizer operation.

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

Finishes the asynchronous execution of the UpdateBasePathMapping operation.

EndUpdateClientCertificate ( IAsyncResult asyncResult ) : UpdateClientCertificateResponse

Finishes the asynchronous execution of the UpdateClientCertificate operation.

EndUpdateDeployment ( IAsyncResult asyncResult ) : UpdateDeploymentResponse

Finishes the asynchronous execution of the UpdateDeployment operation.

EndUpdateDocumentationPart ( IAsyncResult asyncResult ) : UpdateDocumentationPartResponse

Finishes the asynchronous execution of the UpdateDocumentationPart operation.

EndUpdateDocumentationVersion ( IAsyncResult asyncResult ) : UpdateDocumentationVersionResponse

Finishes the asynchronous execution of the UpdateDocumentationVersion operation.

EndUpdateDomainName ( IAsyncResult asyncResult ) : UpdateDomainNameResponse

Finishes the asynchronous execution of the UpdateDomainName operation.

EndUpdateIntegration ( IAsyncResult asyncResult ) : UpdateIntegrationResponse

Finishes the asynchronous execution of the UpdateIntegration operation.

EndUpdateIntegrationResponse ( IAsyncResult asyncResult ) : UpdateIntegrationResponseResponse

Finishes the asynchronous execution of the UpdateIntegrationResponse operation.

EndUpdateMethod ( IAsyncResult asyncResult ) : UpdateMethodResponse

Finishes the asynchronous execution of the UpdateMethod operation.

EndUpdateMethodResponse ( IAsyncResult asyncResult ) : UpdateMethodResponseResponse

Finishes the asynchronous execution of the UpdateMethodResponse operation.

EndUpdateModel ( IAsyncResult asyncResult ) : UpdateModelResponse

Finishes the asynchronous execution of the UpdateModel operation.

EndUpdateResource ( IAsyncResult asyncResult ) : UpdateResourceResponse

Finishes the asynchronous execution of the UpdateResource operation.

EndUpdateRestApi ( IAsyncResult asyncResult ) : UpdateRestApiResponse

Finishes the asynchronous execution of the UpdateRestApi operation.

EndUpdateStage ( IAsyncResult asyncResult ) : UpdateStageResponse

Finishes the asynchronous execution of the UpdateStage operation.

EndUpdateUsage ( IAsyncResult asyncResult ) : UpdateUsageResponse

Finishes the asynchronous execution of the UpdateUsage operation.

EndUpdateUsagePlan ( IAsyncResult asyncResult ) : UpdateUsagePlanResponse

Finishes the asynchronous execution of the UpdateUsagePlan operation.

FlushStageAuthorizersCache ( FlushStageAuthorizersCacheRequest request ) : FlushStageAuthorizersCacheResponse

Flushes all authorizer cache entries on a stage.

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

Initiates the asynchronous execution of the FlushStageAuthorizersCache operation.

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

Flushes a stage's cache.

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

Initiates the asynchronous execution of the FlushStageCache operation.

GenerateClientCertificate ( GenerateClientCertificateRequest request ) : GenerateClientCertificateResponse

Generates a ClientCertificate resource.

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

Initiates the asynchronous execution of the GenerateClientCertificate operation.

GetAccount ( GetAccountRequest request ) : GetAccountResponse

Gets information about the current Account resource.

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

Initiates the asynchronous execution of the GetAccount operation.

GetApiKey ( GetApiKeyRequest request ) : GetApiKeyResponse

Gets information about the current ApiKey resource.

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

Initiates the asynchronous execution of the GetApiKey operation.

GetApiKeys ( GetApiKeysRequest request ) : GetApiKeysResponse

Gets information about the current ApiKeys resource.

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

Initiates the asynchronous execution of the GetApiKeys operation.

GetAuthorizer ( GetAuthorizerRequest request ) : GetAuthorizerResponse

Describe an existing Authorizer resource.

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

Initiates the asynchronous execution of the GetAuthorizer operation.

GetAuthorizers ( GetAuthorizersRequest request ) : GetAuthorizersResponse

Describe an existing Authorizers resource.

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

Initiates the asynchronous execution of the GetAuthorizers operation.

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

Describe a BasePathMapping resource.

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

Initiates the asynchronous execution of the GetBasePathMapping operation.

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

Represents a collection of BasePathMapping resources.

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

Initiates the asynchronous execution of the GetBasePathMappings operation.

GetClientCertificate ( GetClientCertificateRequest request ) : GetClientCertificateResponse

Gets information about the current ClientCertificate resource.

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

Initiates the asynchronous execution of the GetClientCertificate operation.

GetClientCertificates ( GetClientCertificatesRequest request ) : GetClientCertificatesResponse

Gets a collection of ClientCertificate resources.

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

Initiates the asynchronous execution of the GetClientCertificates operation.

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

Gets information about a Deployment resource.

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

Initiates the asynchronous execution of the GetDeployment operation.

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

Gets information about a Deployments collection.

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

Initiates the asynchronous execution of the GetDeployments operation.

GetDocumentationPart ( GetDocumentationPartRequest request ) : GetDocumentationPartResponse

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

Initiates the asynchronous execution of the GetDocumentationPart operation.

GetDocumentationParts ( GetDocumentationPartsRequest request ) : GetDocumentationPartsResponse

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

Initiates the asynchronous execution of the GetDocumentationParts operation.

GetDocumentationVersion ( GetDocumentationVersionRequest request ) : GetDocumentationVersionResponse

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

Initiates the asynchronous execution of the GetDocumentationVersion operation.

GetDocumentationVersions ( GetDocumentationVersionsRequest request ) : GetDocumentationVersionsResponse

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

Initiates the asynchronous execution of the GetDocumentationVersions operation.

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

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

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

Initiates the asynchronous execution of the GetDomainName operation.

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

Represents a collection of DomainName resources.

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

Initiates the asynchronous execution of the GetDomainNames operation.

GetExport ( GetExportRequest request ) : GetExportResponse

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

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

Initiates the asynchronous execution of the GetExport operation.

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

Represents a get integration.

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

Initiates the asynchronous execution of the GetIntegration operation.

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

Represents a get integration response.

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

Initiates the asynchronous execution of the GetIntegrationResponse operation.

GetMethod ( GetMethodRequest request ) : GetMethodResponse

Describe an existing Method resource.

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

Initiates the asynchronous execution of the GetMethod operation.

GetMethodResponse ( GetMethodResponseRequest request ) : GetMethodResponseResponse

Describes a MethodResponse resource.

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

Initiates the asynchronous execution of the GetMethodResponse operation.

GetModel ( GetModelRequest request ) : GetModelResponse

Describes an existing model defined for a RestApi resource.

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

Initiates the asynchronous execution of the GetModel operation.

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

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

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

Initiates the asynchronous execution of the GetModelTemplate operation.

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

Describes existing Models defined for a RestApi resource.

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

Initiates the asynchronous execution of the GetModels operation.

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

Lists information about a resource.

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

Initiates the asynchronous execution of the GetResource operation.

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

Lists information about a collection of Resource resources.

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

Initiates the asynchronous execution of the GetResources operation.

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

Lists the RestApi resource in the collection.

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

Initiates the asynchronous execution of the GetRestApi operation.

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

Lists the RestApis resources for your collection.

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

Initiates the asynchronous execution of the GetRestApis operation.

GetSdk ( GetSdkRequest request ) : GetSdkResponse

Generates a client SDK for a RestApi and Stage.

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

Initiates the asynchronous execution of the GetSdk operation.

GetSdkType ( GetSdkTypeRequest request ) : GetSdkTypeResponse

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

Initiates the asynchronous execution of the GetSdkType operation.

GetSdkTypes ( GetSdkTypesRequest request ) : GetSdkTypesResponse

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

Initiates the asynchronous execution of the GetSdkTypes operation.

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

Gets information about a Stage resource.

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

Initiates the asynchronous execution of the GetStage operation.

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

Gets information about one or more Stage resources.

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

Initiates the asynchronous execution of the GetStages operation.

GetUsage ( GetUsageRequest request ) : GetUsageResponse

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

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

Initiates the asynchronous execution of the GetUsage operation.

GetUsagePlan ( GetUsagePlanRequest request ) : GetUsagePlanResponse

Gets a usage plan of a given plan identifier.

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

Initiates the asynchronous execution of the GetUsagePlan operation.

GetUsagePlanKey ( GetUsagePlanKeyRequest request ) : GetUsagePlanKeyResponse

Gets a usage plan key of a given key identifier.

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

Initiates the asynchronous execution of the GetUsagePlanKey operation.

GetUsagePlanKeys ( GetUsagePlanKeysRequest request ) : GetUsagePlanKeysResponse

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

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

Initiates the asynchronous execution of the GetUsagePlanKeys operation.

GetUsagePlans ( GetUsagePlansRequest request ) : GetUsagePlansResponse

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

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

Initiates the asynchronous execution of the GetUsagePlans operation.

ImportApiKeys ( ImportApiKeysRequest request ) : ImportApiKeysResponse

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

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

Initiates the asynchronous execution of the ImportApiKeys operation.

ImportDocumentationParts ( ImportDocumentationPartsRequest request ) : ImportDocumentationPartsResponse

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

Initiates the asynchronous execution of the ImportDocumentationParts operation.

ImportRestApi ( ImportRestApiRequest request ) : ImportRestApiResponse

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

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

Initiates the asynchronous execution of the ImportRestApi operation.

PutIntegration ( PutIntegrationRequest request ) : PutIntegrationResponse

Represents a put integration.

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

Initiates the asynchronous execution of the PutIntegration operation.

PutIntegrationResponse ( PutIntegrationResponseRequest request ) : PutIntegrationResponseResponse

Represents a put integration.

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

Initiates the asynchronous execution of the PutIntegrationResponse operation.

PutMethod ( PutMethodRequest request ) : PutMethodResponse

Add a method to an existing Resource resource.

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

Initiates the asynchronous execution of the PutMethod operation.

PutMethodResponse ( PutMethodResponseRequest request ) : PutMethodResponseResponse

Adds a MethodResponse to an existing Method resource.

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

Initiates the asynchronous execution of the PutMethodResponse operation.

PutRestApi ( PutRestApiRequest request ) : PutRestApiResponse

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

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

Initiates the asynchronous execution of the PutRestApi operation.

TestInvokeAuthorizer ( TestInvokeAuthorizerRequest request ) : TestInvokeAuthorizerResponse

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

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

Initiates the asynchronous execution of the TestInvokeAuthorizer operation.

TestInvokeMethod ( TestInvokeMethodRequest request ) : TestInvokeMethodResponse

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

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

Initiates the asynchronous execution of the TestInvokeMethod operation.

UpdateAccount ( UpdateAccountRequest request ) : UpdateAccountResponse

Changes information about the current Account resource.

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

Initiates the asynchronous execution of the UpdateAccount operation.

UpdateApiKey ( UpdateApiKeyRequest request ) : UpdateApiKeyResponse

Changes information about an ApiKey resource.

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

Initiates the asynchronous execution of the UpdateApiKey operation.

UpdateAuthorizer ( UpdateAuthorizerRequest request ) : UpdateAuthorizerResponse

Updates an existing Authorizer resource.

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

Initiates the asynchronous execution of the UpdateAuthorizer operation.

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

Changes information about the BasePathMapping resource.

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

Initiates the asynchronous execution of the UpdateBasePathMapping operation.

UpdateClientCertificate ( UpdateClientCertificateRequest request ) : UpdateClientCertificateResponse

Changes information about an ClientCertificate resource.

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

Initiates the asynchronous execution of the UpdateClientCertificate operation.

UpdateDeployment ( UpdateDeploymentRequest request ) : UpdateDeploymentResponse

Changes information about a Deployment resource.

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

Initiates the asynchronous execution of the UpdateDeployment operation.

UpdateDocumentationPart ( UpdateDocumentationPartRequest request ) : UpdateDocumentationPartResponse

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

Initiates the asynchronous execution of the UpdateDocumentationPart operation.

UpdateDocumentationVersion ( UpdateDocumentationVersionRequest request ) : UpdateDocumentationVersionResponse

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

Initiates the asynchronous execution of the UpdateDocumentationVersion operation.

UpdateDomainName ( UpdateDomainNameRequest request ) : UpdateDomainNameResponse

Changes information about the DomainName resource.

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

Initiates the asynchronous execution of the UpdateDomainName operation.

UpdateIntegration ( UpdateIntegrationRequest request ) : UpdateIntegrationResponse

Represents an update integration.

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

Initiates the asynchronous execution of the UpdateIntegration operation.

UpdateIntegrationResponse ( UpdateIntegrationResponseRequest request ) : UpdateIntegrationResponseResponse

Represents an update integration response.

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

Initiates the asynchronous execution of the UpdateIntegrationResponse operation.

UpdateMethod ( UpdateMethodRequest request ) : UpdateMethodResponse

Updates an existing Method resource.

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

Initiates the asynchronous execution of the UpdateMethod operation.

UpdateMethodResponse ( UpdateMethodResponseRequest request ) : UpdateMethodResponseResponse

Updates an existing MethodResponse resource.

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

Initiates the asynchronous execution of the UpdateMethodResponse operation.

UpdateModel ( UpdateModelRequest request ) : UpdateModelResponse

Changes information about a model.

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

Initiates the asynchronous execution of the UpdateModel operation.

UpdateResource ( UpdateResourceRequest request ) : UpdateResourceResponse

Changes information about a Resource resource.

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

Initiates the asynchronous execution of the UpdateResource operation.

UpdateRestApi ( UpdateRestApiRequest request ) : UpdateRestApiResponse

Changes information about the specified API.

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

Initiates the asynchronous execution of the UpdateRestApi operation.

UpdateStage ( UpdateStageRequest request ) : UpdateStageResponse

Changes information about a Stage resource.

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

Initiates the asynchronous execution of the UpdateStage operation.

UpdateUsage ( UpdateUsageRequest request ) : UpdateUsageResponse

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

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

Initiates the asynchronous execution of the UpdateUsage operation.

UpdateUsagePlan ( UpdateUsagePlanRequest request ) : UpdateUsagePlanResponse

Updates a usage plan of a given plan Id.

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

Initiates the asynchronous execution of the UpdateUsagePlan operation.

보호된 메소드들

메소드 설명
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

메소드 상세

AmazonAPIGatewayClient() 공개 메소드

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

AmazonAPIGatewayClient() 공개 메소드

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

AmazonAPIGatewayClient() 공개 메소드

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

AmazonAPIGatewayClient() 공개 메소드

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

AmazonAPIGatewayClient() 공개 메소드

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

AmazonAPIGatewayClient() 공개 메소드

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

AmazonAPIGatewayClient() 공개 메소드

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

AmazonAPIGatewayClient() 공개 메소드

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

AmazonAPIGatewayClient() 공개 메소드

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key
public AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
리턴 System

AmazonAPIGatewayClient() 공개 메소드

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key
public AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
리턴 System

AmazonAPIGatewayClient() 공개 메소드

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

AmazonAPIGatewayClient() 공개 메소드

Constructs AmazonAPIGatewayClient with AWS Access Key ID and AWS Secret Key
public AmazonAPIGatewayClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
리턴 System

BeginCreateApiKey() 공개 메소드

Initiates the asynchronous execution of the CreateApiKey operation.
public BeginCreateApiKey ( CreateApiKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateApiKeyRequest Container for the necessary parameters to execute the CreateApiKey operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateAuthorizer() 공개 메소드

Initiates the asynchronous execution of the CreateAuthorizer operation.
public BeginCreateAuthorizer ( CreateAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateAuthorizerRequest Container for the necessary parameters to execute the CreateAuthorizer operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateBasePathMapping() 공개 메소드

Initiates the asynchronous execution of the CreateBasePathMapping operation.
public BeginCreateBasePathMapping ( Amazon.APIGateway.Model.CreateBasePathMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateBasePathMappingRequest Container for the necessary parameters to execute the CreateBasePathMapping operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateDeployment() 공개 메소드

Initiates the asynchronous execution of the CreateDeployment operation.
public BeginCreateDeployment ( CreateDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateDeploymentRequest Container for the necessary parameters to execute the CreateDeployment operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateDocumentationPart() 공개 메소드

Initiates the asynchronous execution of the CreateDocumentationPart operation.
public BeginCreateDocumentationPart ( CreateDocumentationPartRequest request, AsyncCallback callback, object state ) : IAsyncResult
request CreateDocumentationPartRequest Container for the necessary parameters to execute the CreateDocumentationPart operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateDocumentationVersion() 공개 메소드

Initiates the asynchronous execution of the CreateDocumentationVersion operation.
public BeginCreateDocumentationVersion ( CreateDocumentationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateDocumentationVersionRequest Container for the necessary parameters to execute the CreateDocumentationVersion operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateDomainName() 공개 메소드

Initiates the asynchronous execution of the CreateDomainName operation.
public BeginCreateDomainName ( Amazon.APIGateway.Model.CreateDomainNameRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateDomainNameRequest Container for the necessary parameters to execute the CreateDomainName operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateModel() 공개 메소드

Initiates the asynchronous execution of the CreateModel operation.
public BeginCreateModel ( Amazon.APIGateway.Model.CreateModelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateModelRequest Container for the necessary parameters to execute the CreateModel operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateResource() 공개 메소드

Initiates the asynchronous execution of the CreateResource operation.
public BeginCreateResource ( Amazon.APIGateway.Model.CreateResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateResourceRequest Container for the necessary parameters to execute the CreateResource operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateRestApi() 공개 메소드

Initiates the asynchronous execution of the CreateRestApi operation.
public BeginCreateRestApi ( CreateRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateRestApiRequest Container for the necessary parameters to execute the CreateRestApi operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateStage() 공개 메소드

Initiates the asynchronous execution of the CreateStage operation.
public BeginCreateStage ( CreateStageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateStageRequest Container for the necessary parameters to execute the CreateStage operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateUsagePlan() 공개 메소드

Initiates the asynchronous execution of the CreateUsagePlan operation.
public BeginCreateUsagePlan ( CreateUsagePlanRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateUsagePlanRequest Container for the necessary parameters to execute the CreateUsagePlan operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginCreateUsagePlanKey() 공개 메소드

Initiates the asynchronous execution of the CreateUsagePlanKey operation.
public BeginCreateUsagePlanKey ( CreateUsagePlanKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.CreateUsagePlanKeyRequest Container for the necessary parameters to execute the CreateUsagePlanKey operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteApiKey() 공개 메소드

Initiates the asynchronous execution of the DeleteApiKey operation.
public BeginDeleteApiKey ( Amazon.APIGateway.Model.DeleteApiKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteApiKeyRequest Container for the necessary parameters to execute the DeleteApiKey operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteAuthorizer() 공개 메소드

Initiates the asynchronous execution of the DeleteAuthorizer operation.
public BeginDeleteAuthorizer ( DeleteAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteAuthorizerRequest Container for the necessary parameters to execute the DeleteAuthorizer operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteBasePathMapping() 공개 메소드

Initiates the asynchronous execution of the DeleteBasePathMapping operation.
public BeginDeleteBasePathMapping ( Amazon.APIGateway.Model.DeleteBasePathMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteBasePathMappingRequest Container for the necessary parameters to execute the DeleteBasePathMapping operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteClientCertificate() 공개 메소드

Initiates the asynchronous execution of the DeleteClientCertificate operation.
public BeginDeleteClientCertificate ( DeleteClientCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteClientCertificateRequest Container for the necessary parameters to execute the DeleteClientCertificate operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteDeployment() 공개 메소드

Initiates the asynchronous execution of the DeleteDeployment operation.
public BeginDeleteDeployment ( Amazon.APIGateway.Model.DeleteDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteDeploymentRequest Container for the necessary parameters to execute the DeleteDeployment operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteDocumentationPart() 공개 메소드

Initiates the asynchronous execution of the DeleteDocumentationPart operation.
public BeginDeleteDocumentationPart ( DeleteDocumentationPartRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteDocumentationPartRequest Container for the necessary parameters to execute the DeleteDocumentationPart operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteDocumentationVersion() 공개 메소드

Initiates the asynchronous execution of the DeleteDocumentationVersion operation.
public BeginDeleteDocumentationVersion ( DeleteDocumentationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteDocumentationVersionRequest Container for the necessary parameters to execute the DeleteDocumentationVersion operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteDomainName() 공개 메소드

Initiates the asynchronous execution of the DeleteDomainName operation.
public BeginDeleteDomainName ( Amazon.APIGateway.Model.DeleteDomainNameRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteDomainNameRequest Container for the necessary parameters to execute the DeleteDomainName operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteIntegration() 공개 메소드

Initiates the asynchronous execution of the DeleteIntegration operation.
public BeginDeleteIntegration ( Amazon.APIGateway.Model.DeleteIntegrationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteIntegrationRequest Container for the necessary parameters to execute the DeleteIntegration operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteIntegrationResponse() 공개 메소드

Initiates the asynchronous execution of the DeleteIntegrationResponse operation.
public BeginDeleteIntegrationResponse ( Amazon.APIGateway.Model.DeleteIntegrationResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteIntegrationResponseRequest Container for the necessary parameters to execute the DeleteIntegrationResponse operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteMethod() 공개 메소드

Initiates the asynchronous execution of the DeleteMethod operation.
public BeginDeleteMethod ( DeleteMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteMethodRequest Container for the necessary parameters to execute the DeleteMethod operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteMethodResponse() 공개 메소드

Initiates the asynchronous execution of the DeleteMethodResponse operation.
public BeginDeleteMethodResponse ( DeleteMethodResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteMethodResponseRequest Container for the necessary parameters to execute the DeleteMethodResponse operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteModel() 공개 메소드

Initiates the asynchronous execution of the DeleteModel operation.
public BeginDeleteModel ( Amazon.APIGateway.Model.DeleteModelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteModelRequest Container for the necessary parameters to execute the DeleteModel operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteResource() 공개 메소드

Initiates the asynchronous execution of the DeleteResource operation.
public BeginDeleteResource ( Amazon.APIGateway.Model.DeleteResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteResourceRequest Container for the necessary parameters to execute the DeleteResource operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteRestApi() 공개 메소드

Initiates the asynchronous execution of the DeleteRestApi operation.
public BeginDeleteRestApi ( Amazon.APIGateway.Model.DeleteRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteRestApiRequest Container for the necessary parameters to execute the DeleteRestApi operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteStage() 공개 메소드

Initiates the asynchronous execution of the DeleteStage operation.
public BeginDeleteStage ( Amazon.APIGateway.Model.DeleteStageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteStageRequest Container for the necessary parameters to execute the DeleteStage operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteUsagePlan() 공개 메소드

Initiates the asynchronous execution of the DeleteUsagePlan operation.
public BeginDeleteUsagePlan ( DeleteUsagePlanRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteUsagePlanRequest Container for the necessary parameters to execute the DeleteUsagePlan operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginDeleteUsagePlanKey() 공개 메소드

Initiates the asynchronous execution of the DeleteUsagePlanKey operation.
public BeginDeleteUsagePlanKey ( DeleteUsagePlanKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.DeleteUsagePlanKeyRequest Container for the necessary parameters to execute the DeleteUsagePlanKey operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginFlushStageAuthorizersCache() 공개 메소드

Initiates the asynchronous execution of the FlushStageAuthorizersCache operation.
public BeginFlushStageAuthorizersCache ( FlushStageAuthorizersCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.FlushStageAuthorizersCacheRequest Container for the necessary parameters to execute the FlushStageAuthorizersCache operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginFlushStageCache() 공개 메소드

Initiates the asynchronous execution of the FlushStageCache operation.
public BeginFlushStageCache ( Amazon.APIGateway.Model.FlushStageCacheRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.FlushStageCacheRequest Container for the necessary parameters to execute the FlushStageCache operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGenerateClientCertificate() 공개 메소드

Initiates the asynchronous execution of the GenerateClientCertificate operation.
public BeginGenerateClientCertificate ( GenerateClientCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GenerateClientCertificateRequest Container for the necessary parameters to execute the GenerateClientCertificate operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetAccount() 공개 메소드

Initiates the asynchronous execution of the GetAccount operation.
public BeginGetAccount ( GetAccountRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetAccountRequest Container for the necessary parameters to execute the GetAccount operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetApiKey() 공개 메소드

Initiates the asynchronous execution of the GetApiKey operation.
public BeginGetApiKey ( GetApiKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetApiKeyRequest Container for the necessary parameters to execute the GetApiKey operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetApiKeys() 공개 메소드

Initiates the asynchronous execution of the GetApiKeys operation.
public BeginGetApiKeys ( GetApiKeysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetApiKeysRequest Container for the necessary parameters to execute the GetApiKeys operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetAuthorizer() 공개 메소드

Initiates the asynchronous execution of the GetAuthorizer operation.
public BeginGetAuthorizer ( GetAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetAuthorizerRequest Container for the necessary parameters to execute the GetAuthorizer operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetAuthorizers() 공개 메소드

Initiates the asynchronous execution of the GetAuthorizers operation.
public BeginGetAuthorizers ( GetAuthorizersRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetAuthorizersRequest Container for the necessary parameters to execute the GetAuthorizers operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetBasePathMapping() 공개 메소드

Initiates the asynchronous execution of the GetBasePathMapping operation.
public BeginGetBasePathMapping ( Amazon.APIGateway.Model.GetBasePathMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetBasePathMappingRequest Container for the necessary parameters to execute the GetBasePathMapping operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetBasePathMappings() 공개 메소드

Initiates the asynchronous execution of the GetBasePathMappings operation.
public BeginGetBasePathMappings ( Amazon.APIGateway.Model.GetBasePathMappingsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetBasePathMappingsRequest Container for the necessary parameters to execute the GetBasePathMappings operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetClientCertificate() 공개 메소드

Initiates the asynchronous execution of the GetClientCertificate operation.
public BeginGetClientCertificate ( GetClientCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetClientCertificateRequest Container for the necessary parameters to execute the GetClientCertificate operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetClientCertificates() 공개 메소드

Initiates the asynchronous execution of the GetClientCertificates operation.
public BeginGetClientCertificates ( GetClientCertificatesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetClientCertificatesRequest Container for the necessary parameters to execute the GetClientCertificates operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetDeployment() 공개 메소드

Initiates the asynchronous execution of the GetDeployment operation.
public BeginGetDeployment ( Amazon.APIGateway.Model.GetDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDeploymentRequest Container for the necessary parameters to execute the GetDeployment operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetDeployments() 공개 메소드

Initiates the asynchronous execution of the GetDeployments operation.
public BeginGetDeployments ( Amazon.APIGateway.Model.GetDeploymentsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDeploymentsRequest Container for the necessary parameters to execute the GetDeployments operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetDocumentationPart() 공개 메소드

Initiates the asynchronous execution of the GetDocumentationPart operation.
public BeginGetDocumentationPart ( GetDocumentationPartRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDocumentationPartRequest Container for the necessary parameters to execute the GetDocumentationPart operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetDocumentationParts() 공개 메소드

Initiates the asynchronous execution of the GetDocumentationParts operation.
public BeginGetDocumentationParts ( GetDocumentationPartsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDocumentationPartsRequest Container for the necessary parameters to execute the GetDocumentationParts operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetDocumentationVersion() 공개 메소드

Initiates the asynchronous execution of the GetDocumentationVersion operation.
public BeginGetDocumentationVersion ( GetDocumentationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDocumentationVersionRequest Container for the necessary parameters to execute the GetDocumentationVersion operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetDocumentationVersions() 공개 메소드

Initiates the asynchronous execution of the GetDocumentationVersions operation.
public BeginGetDocumentationVersions ( GetDocumentationVersionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDocumentationVersionsRequest Container for the necessary parameters to execute the GetDocumentationVersions operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetDomainName() 공개 메소드

Initiates the asynchronous execution of the GetDomainName operation.
public BeginGetDomainName ( Amazon.APIGateway.Model.GetDomainNameRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDomainNameRequest Container for the necessary parameters to execute the GetDomainName operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetDomainNames() 공개 메소드

Initiates the asynchronous execution of the GetDomainNames operation.
public BeginGetDomainNames ( Amazon.APIGateway.Model.GetDomainNamesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetDomainNamesRequest Container for the necessary parameters to execute the GetDomainNames operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetExport() 공개 메소드

Initiates the asynchronous execution of the GetExport operation.
public BeginGetExport ( GetExportRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetExportRequest Container for the necessary parameters to execute the GetExport operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetIntegration() 공개 메소드

Initiates the asynchronous execution of the GetIntegration operation.
public BeginGetIntegration ( Amazon.APIGateway.Model.GetIntegrationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetIntegrationRequest Container for the necessary parameters to execute the GetIntegration operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetIntegrationResponse() 공개 메소드

Initiates the asynchronous execution of the GetIntegrationResponse operation.
public BeginGetIntegrationResponse ( Amazon.APIGateway.Model.GetIntegrationResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetIntegrationResponseRequest Container for the necessary parameters to execute the GetIntegrationResponse operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetMethod() 공개 메소드

Initiates the asynchronous execution of the GetMethod operation.
public BeginGetMethod ( GetMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetMethodRequest Container for the necessary parameters to execute the GetMethod operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetMethodResponse() 공개 메소드

Initiates the asynchronous execution of the GetMethodResponse operation.
public BeginGetMethodResponse ( GetMethodResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetMethodResponseRequest Container for the necessary parameters to execute the GetMethodResponse operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetModel() 공개 메소드

Initiates the asynchronous execution of the GetModel operation.
public BeginGetModel ( GetModelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetModelRequest Container for the necessary parameters to execute the GetModel operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetModelTemplate() 공개 메소드

Initiates the asynchronous execution of the GetModelTemplate operation.
public BeginGetModelTemplate ( Amazon.APIGateway.Model.GetModelTemplateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetModelTemplateRequest Container for the necessary parameters to execute the GetModelTemplate operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetModels() 공개 메소드

Initiates the asynchronous execution of the GetModels operation.
public BeginGetModels ( Amazon.APIGateway.Model.GetModelsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetModelsRequest Container for the necessary parameters to execute the GetModels operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetResource() 공개 메소드

Initiates the asynchronous execution of the GetResource operation.
public BeginGetResource ( Amazon.APIGateway.Model.GetResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetResourceRequest Container for the necessary parameters to execute the GetResource operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetResources() 공개 메소드

Initiates the asynchronous execution of the GetResources operation.
public BeginGetResources ( Amazon.APIGateway.Model.GetResourcesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetResourcesRequest Container for the necessary parameters to execute the GetResources operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetRestApi() 공개 메소드

Initiates the asynchronous execution of the GetRestApi operation.
public BeginGetRestApi ( Amazon.APIGateway.Model.GetRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetRestApiRequest Container for the necessary parameters to execute the GetRestApi operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetRestApis() 공개 메소드

Initiates the asynchronous execution of the GetRestApis operation.
public BeginGetRestApis ( Amazon.APIGateway.Model.GetRestApisRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetRestApisRequest Container for the necessary parameters to execute the GetRestApis operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetSdk() 공개 메소드

Initiates the asynchronous execution of the GetSdk operation.
public BeginGetSdk ( GetSdkRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetSdkRequest Container for the necessary parameters to execute the GetSdk operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetSdkType() 공개 메소드

Initiates the asynchronous execution of the GetSdkType operation.
public BeginGetSdkType ( GetSdkTypeRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetSdkTypeRequest Container for the necessary parameters to execute the GetSdkType operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetSdkTypes() 공개 메소드

Initiates the asynchronous execution of the GetSdkTypes operation.
public BeginGetSdkTypes ( GetSdkTypesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetSdkTypesRequest Container for the necessary parameters to execute the GetSdkTypes operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetStage() 공개 메소드

Initiates the asynchronous execution of the GetStage operation.
public BeginGetStage ( Amazon.APIGateway.Model.GetStageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetStageRequest Container for the necessary parameters to execute the GetStage operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetStages() 공개 메소드

Initiates the asynchronous execution of the GetStages operation.
public BeginGetStages ( Amazon.APIGateway.Model.GetStagesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetStagesRequest Container for the necessary parameters to execute the GetStages operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetUsage() 공개 메소드

Initiates the asynchronous execution of the GetUsage operation.
public BeginGetUsage ( GetUsageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetUsageRequest Container for the necessary parameters to execute the GetUsage operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetUsagePlan() 공개 메소드

Initiates the asynchronous execution of the GetUsagePlan operation.
public BeginGetUsagePlan ( GetUsagePlanRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetUsagePlanRequest Container for the necessary parameters to execute the GetUsagePlan operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetUsagePlanKey() 공개 메소드

Initiates the asynchronous execution of the GetUsagePlanKey operation.
public BeginGetUsagePlanKey ( GetUsagePlanKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetUsagePlanKeyRequest Container for the necessary parameters to execute the GetUsagePlanKey operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetUsagePlanKeys() 공개 메소드

Initiates the asynchronous execution of the GetUsagePlanKeys operation.
public BeginGetUsagePlanKeys ( GetUsagePlanKeysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.GetUsagePlanKeysRequest Container for the necessary parameters to execute the GetUsagePlanKeys operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginGetUsagePlans() 공개 메소드

Initiates the asynchronous execution of the GetUsagePlans operation.
public BeginGetUsagePlans ( GetUsagePlansRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetUsagePlansRequest Container for the necessary parameters to execute the GetUsagePlans operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginImportApiKeys() 공개 메소드

Initiates the asynchronous execution of the ImportApiKeys operation.
public BeginImportApiKeys ( ImportApiKeysRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.ImportApiKeysRequest Container for the necessary parameters to execute the ImportApiKeys operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginImportDocumentationParts() 공개 메소드

Initiates the asynchronous execution of the ImportDocumentationParts operation.
public BeginImportDocumentationParts ( ImportDocumentationPartsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.ImportDocumentationPartsRequest Container for the necessary parameters to execute the ImportDocumentationParts operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginImportRestApi() 공개 메소드

Initiates the asynchronous execution of the ImportRestApi operation.
public BeginImportRestApi ( ImportRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.ImportRestApiRequest Container for the necessary parameters to execute the ImportRestApi operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginPutIntegration() 공개 메소드

Initiates the asynchronous execution of the PutIntegration operation.
public BeginPutIntegration ( PutIntegrationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.PutIntegrationRequest Container for the necessary parameters to execute the PutIntegration operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginPutIntegrationResponse() 공개 메소드

Initiates the asynchronous execution of the PutIntegrationResponse operation.
public BeginPutIntegrationResponse ( PutIntegrationResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.PutIntegrationResponseRequest Container for the necessary parameters to execute the PutIntegrationResponse operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginPutMethod() 공개 메소드

Initiates the asynchronous execution of the PutMethod operation.
public BeginPutMethod ( PutMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.PutMethodRequest Container for the necessary parameters to execute the PutMethod operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginPutMethodResponse() 공개 메소드

Initiates the asynchronous execution of the PutMethodResponse operation.
public BeginPutMethodResponse ( PutMethodResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.PutMethodResponseRequest Container for the necessary parameters to execute the PutMethodResponse operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginPutRestApi() 공개 메소드

Initiates the asynchronous execution of the PutRestApi operation.
public BeginPutRestApi ( PutRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.PutRestApiRequest Container for the necessary parameters to execute the PutRestApi operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginTestInvokeAuthorizer() 공개 메소드

Initiates the asynchronous execution of the TestInvokeAuthorizer operation.
public BeginTestInvokeAuthorizer ( TestInvokeAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.TestInvokeAuthorizerRequest Container for the necessary parameters to execute the TestInvokeAuthorizer operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginTestInvokeMethod() 공개 메소드

Initiates the asynchronous execution of the TestInvokeMethod operation.
public BeginTestInvokeMethod ( TestInvokeMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.TestInvokeMethodRequest Container for the necessary parameters to execute the TestInvokeMethod operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateAccount() 공개 메소드

Initiates the asynchronous execution of the UpdateAccount operation.
public BeginUpdateAccount ( UpdateAccountRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateAccountRequest Container for the necessary parameters to execute the UpdateAccount operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateApiKey() 공개 메소드

Initiates the asynchronous execution of the UpdateApiKey operation.
public BeginUpdateApiKey ( UpdateApiKeyRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateApiKeyRequest Container for the necessary parameters to execute the UpdateApiKey operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateAuthorizer() 공개 메소드

Initiates the asynchronous execution of the UpdateAuthorizer operation.
public BeginUpdateAuthorizer ( UpdateAuthorizerRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateAuthorizerRequest Container for the necessary parameters to execute the UpdateAuthorizer operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateBasePathMapping() 공개 메소드

Initiates the asynchronous execution of the UpdateBasePathMapping operation.
public BeginUpdateBasePathMapping ( UpdateBasePathMappingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateBasePathMappingRequest Container for the necessary parameters to execute the UpdateBasePathMapping operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateClientCertificate() 공개 메소드

Initiates the asynchronous execution of the UpdateClientCertificate operation.
public BeginUpdateClientCertificate ( UpdateClientCertificateRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateClientCertificateRequest Container for the necessary parameters to execute the UpdateClientCertificate operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateDeployment() 공개 메소드

Initiates the asynchronous execution of the UpdateDeployment operation.
public BeginUpdateDeployment ( UpdateDeploymentRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateDeploymentRequest Container for the necessary parameters to execute the UpdateDeployment operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateDocumentationPart() 공개 메소드

Initiates the asynchronous execution of the UpdateDocumentationPart operation.
public BeginUpdateDocumentationPart ( UpdateDocumentationPartRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateDocumentationPartRequest Container for the necessary parameters to execute the UpdateDocumentationPart operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateDocumentationVersion() 공개 메소드

Initiates the asynchronous execution of the UpdateDocumentationVersion operation.
public BeginUpdateDocumentationVersion ( UpdateDocumentationVersionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateDocumentationVersionRequest Container for the necessary parameters to execute the UpdateDocumentationVersion operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateDomainName() 공개 메소드

Initiates the asynchronous execution of the UpdateDomainName operation.
public BeginUpdateDomainName ( Amazon.APIGateway.Model.UpdateDomainNameRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateDomainNameRequest Container for the necessary parameters to execute the UpdateDomainName operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateIntegration() 공개 메소드

Initiates the asynchronous execution of the UpdateIntegration operation.
public BeginUpdateIntegration ( UpdateIntegrationRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateIntegrationRequest Container for the necessary parameters to execute the UpdateIntegration operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateIntegrationResponse() 공개 메소드

Initiates the asynchronous execution of the UpdateIntegrationResponse operation.
public BeginUpdateIntegrationResponse ( UpdateIntegrationResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateIntegrationResponseRequest Container for the necessary parameters to execute the UpdateIntegrationResponse operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateMethod() 공개 메소드

Initiates the asynchronous execution of the UpdateMethod operation.
public BeginUpdateMethod ( UpdateMethodRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateMethodRequest Container for the necessary parameters to execute the UpdateMethod operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateMethodResponse() 공개 메소드

Initiates the asynchronous execution of the UpdateMethodResponse operation.
public BeginUpdateMethodResponse ( UpdateMethodResponseRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateMethodResponseRequest Container for the necessary parameters to execute the UpdateMethodResponse operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateModel() 공개 메소드

Initiates the asynchronous execution of the UpdateModel operation.
public BeginUpdateModel ( UpdateModelRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateModelRequest Container for the necessary parameters to execute the UpdateModel operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateResource() 공개 메소드

Initiates the asynchronous execution of the UpdateResource operation.
public BeginUpdateResource ( UpdateResourceRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateResourceRequest Container for the necessary parameters to execute the UpdateResource operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateRestApi() 공개 메소드

Initiates the asynchronous execution of the UpdateRestApi operation.
public BeginUpdateRestApi ( UpdateRestApiRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateRestApiRequest Container for the necessary parameters to execute the UpdateRestApi operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateStage() 공개 메소드

Initiates the asynchronous execution of the UpdateStage operation.
public BeginUpdateStage ( UpdateStageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateStageRequest Container for the necessary parameters to execute the UpdateStage operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateUsage() 공개 메소드

Initiates the asynchronous execution of the UpdateUsage operation.
public BeginUpdateUsage ( UpdateUsageRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateUsageRequest Container for the necessary parameters to execute the UpdateUsage operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

BeginUpdateUsagePlan() 공개 메소드

Initiates the asynchronous execution of the UpdateUsagePlan operation.
public BeginUpdateUsagePlan ( UpdateUsagePlanRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.APIGateway.Model.UpdateUsagePlanRequest Container for the necessary parameters to execute the UpdateUsagePlan operation on AmazonAPIGatewayClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
리턴 IAsyncResult

CreateApiKey() 공개 메소드

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

CreateApiKeyAsync() 공개 메소드

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

CreateAuthorizer() 공개 메소드

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

CreateAuthorizerAsync() 공개 메소드

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

CreateBasePathMapping() 공개 메소드

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

CreateBasePathMappingAsync() 공개 메소드

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

CreateDeployment() 공개 메소드

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

CreateDeploymentAsync() 공개 메소드

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

CreateDocumentationPart() 공개 메소드

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

CreateDocumentationPartAsync() 공개 메소드

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

CreateDocumentationVersion() 공개 메소드

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

CreateDocumentationVersionAsync() 공개 메소드

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

CreateDomainName() 공개 메소드

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

CreateDomainNameAsync() 공개 메소드

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

CreateModel() 공개 메소드

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

CreateModelAsync() 공개 메소드

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

CreateResource() 공개 메소드

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

CreateResourceAsync() 공개 메소드

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

CreateRestApi() 공개 메소드

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

CreateRestApiAsync() 공개 메소드

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

CreateSigner() 보호된 메소드

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

CreateStage() 공개 메소드

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

CreateStageAsync() 공개 메소드

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

CreateUsagePlan() 공개 메소드

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

CreateUsagePlanAsync() 공개 메소드

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

CreateUsagePlanKey() 공개 메소드

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

CreateUsagePlanKeyAsync() 공개 메소드

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

DeleteApiKey() 공개 메소드

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

DeleteApiKeyAsync() 공개 메소드

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

DeleteAuthorizer() 공개 메소드

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

DeleteAuthorizerAsync() 공개 메소드

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

DeleteBasePathMapping() 공개 메소드

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

DeleteBasePathMappingAsync() 공개 메소드

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

DeleteClientCertificate() 공개 메소드

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

DeleteClientCertificateAsync() 공개 메소드

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

DeleteDeployment() 공개 메소드

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

DeleteDeploymentAsync() 공개 메소드

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

DeleteDocumentationPart() 공개 메소드

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

DeleteDocumentationPartAsync() 공개 메소드

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

DeleteDocumentationVersion() 공개 메소드

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

DeleteDocumentationVersionAsync() 공개 메소드

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

DeleteDomainName() 공개 메소드

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

DeleteDomainNameAsync() 공개 메소드

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

DeleteIntegration() 공개 메소드

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

DeleteIntegrationAsync() 공개 메소드

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

DeleteIntegrationResponse() 공개 메소드

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

DeleteIntegrationResponseAsync() 공개 메소드

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

DeleteMethod() 공개 메소드

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

DeleteMethodAsync() 공개 메소드

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

DeleteMethodResponse() 공개 메소드

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

DeleteMethodResponseAsync() 공개 메소드

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

DeleteModel() 공개 메소드

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

DeleteModelAsync() 공개 메소드

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

DeleteResource() 공개 메소드

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

DeleteResourceAsync() 공개 메소드

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

DeleteRestApi() 공개 메소드

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

DeleteRestApiAsync() 공개 메소드

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

DeleteStage() 공개 메소드

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

DeleteStageAsync() 공개 메소드

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

DeleteUsagePlan() 공개 메소드

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

DeleteUsagePlanAsync() 공개 메소드

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

DeleteUsagePlanKey() 공개 메소드

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

DeleteUsagePlanKeyAsync() 공개 메소드

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

Dispose() 보호된 메소드

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

EndCreateApiKey() 공개 메소드

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

EndCreateAuthorizer() 공개 메소드

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

EndCreateBasePathMapping() 공개 메소드

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

EndCreateDeployment() 공개 메소드

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

EndCreateDocumentationPart() 공개 메소드

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

EndCreateDocumentationVersion() 공개 메소드

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

EndCreateDomainName() 공개 메소드

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

EndCreateModel() 공개 메소드

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

EndCreateResource() 공개 메소드

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

EndCreateRestApi() 공개 메소드

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

EndCreateStage() 공개 메소드

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

EndCreateUsagePlan() 공개 메소드

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

EndCreateUsagePlanKey() 공개 메소드

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

EndDeleteApiKey() 공개 메소드

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

EndDeleteAuthorizer() 공개 메소드

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

EndDeleteBasePathMapping() 공개 메소드

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

EndDeleteClientCertificate() 공개 메소드

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

EndDeleteDeployment() 공개 메소드

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

EndDeleteDocumentationPart() 공개 메소드

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

EndDeleteDocumentationVersion() 공개 메소드

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

EndDeleteDomainName() 공개 메소드

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

EndDeleteIntegration() 공개 메소드

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

EndDeleteIntegrationResponse() 공개 메소드

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

EndDeleteMethod() 공개 메소드

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

EndDeleteMethodResponse() 공개 메소드

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

EndDeleteModel() 공개 메소드

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

EndDeleteResource() 공개 메소드

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

EndDeleteRestApi() 공개 메소드

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

EndDeleteStage() 공개 메소드

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

EndDeleteUsagePlan() 공개 메소드

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

EndDeleteUsagePlanKey() 공개 메소드

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

EndFlushStageAuthorizersCache() 공개 메소드

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

EndFlushStageCache() 공개 메소드

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

EndGenerateClientCertificate() 공개 메소드

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

EndGetAccount() 공개 메소드

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

EndGetApiKey() 공개 메소드

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

EndGetApiKeys() 공개 메소드

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

EndGetAuthorizer() 공개 메소드

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

EndGetAuthorizers() 공개 메소드

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

EndGetBasePathMapping() 공개 메소드

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

EndGetBasePathMappings() 공개 메소드

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

EndGetClientCertificate() 공개 메소드

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

EndGetClientCertificates() 공개 메소드

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

EndGetDeployment() 공개 메소드

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

EndGetDeployments() 공개 메소드

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

EndGetDocumentationPart() 공개 메소드

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

EndGetDocumentationParts() 공개 메소드

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

EndGetDocumentationVersion() 공개 메소드

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

EndGetDocumentationVersions() 공개 메소드

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

EndGetDomainName() 공개 메소드

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

EndGetDomainNames() 공개 메소드

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

EndGetExport() 공개 메소드

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

EndGetIntegration() 공개 메소드

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

EndGetIntegrationResponse() 공개 메소드

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

EndGetMethod() 공개 메소드

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

EndGetMethodResponse() 공개 메소드

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

EndGetModel() 공개 메소드

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

EndGetModelTemplate() 공개 메소드

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

EndGetModels() 공개 메소드

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

EndGetResource() 공개 메소드

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

EndGetResources() 공개 메소드

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

EndGetRestApi() 공개 메소드

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

EndGetRestApis() 공개 메소드

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

EndGetSdk() 공개 메소드

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

EndGetSdkType() 공개 메소드

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

EndGetSdkTypes() 공개 메소드

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

EndGetStage() 공개 메소드

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

EndGetStages() 공개 메소드

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

EndGetUsage() 공개 메소드

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

EndGetUsagePlan() 공개 메소드

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

EndGetUsagePlanKey() 공개 메소드

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

EndGetUsagePlanKeys() 공개 메소드

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

EndGetUsagePlans() 공개 메소드

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

EndImportApiKeys() 공개 메소드

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

EndImportDocumentationParts() 공개 메소드

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

EndImportRestApi() 공개 메소드

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

EndPutIntegration() 공개 메소드

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

EndPutIntegrationResponse() 공개 메소드

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

EndPutMethod() 공개 메소드

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

EndPutMethodResponse() 공개 메소드

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

EndPutRestApi() 공개 메소드

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

EndTestInvokeAuthorizer() 공개 메소드

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

EndTestInvokeMethod() 공개 메소드

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

EndUpdateAccount() 공개 메소드

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

EndUpdateApiKey() 공개 메소드

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

EndUpdateAuthorizer() 공개 메소드

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

EndUpdateBasePathMapping() 공개 메소드

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

EndUpdateClientCertificate() 공개 메소드

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

EndUpdateDeployment() 공개 메소드

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

EndUpdateDocumentationPart() 공개 메소드

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

EndUpdateDocumentationVersion() 공개 메소드

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

EndUpdateDomainName() 공개 메소드

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

EndUpdateIntegration() 공개 메소드

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

EndUpdateIntegrationResponse() 공개 메소드

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

EndUpdateMethod() 공개 메소드

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

EndUpdateMethodResponse() 공개 메소드

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

EndUpdateModel() 공개 메소드

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

EndUpdateResource() 공개 메소드

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

EndUpdateRestApi() 공개 메소드

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

EndUpdateStage() 공개 메소드

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

EndUpdateUsage() 공개 메소드

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

EndUpdateUsagePlan() 공개 메소드

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

FlushStageAuthorizersCache() 공개 메소드

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

FlushStageAuthorizersCacheAsync() 공개 메소드

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

FlushStageCache() 공개 메소드

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

FlushStageCacheAsync() 공개 메소드

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

GenerateClientCertificate() 공개 메소드

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

GenerateClientCertificateAsync() 공개 메소드

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

GetAccount() 공개 메소드

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

GetAccountAsync() 공개 메소드

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

GetApiKey() 공개 메소드

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

GetApiKeyAsync() 공개 메소드

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

GetApiKeys() 공개 메소드

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

GetApiKeysAsync() 공개 메소드

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

GetAuthorizer() 공개 메소드

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

GetAuthorizerAsync() 공개 메소드

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

GetAuthorizers() 공개 메소드

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

GetAuthorizersAsync() 공개 메소드

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

GetBasePathMapping() 공개 메소드

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

GetBasePathMappingAsync() 공개 메소드

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

GetBasePathMappings() 공개 메소드

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

GetBasePathMappingsAsync() 공개 메소드

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

GetClientCertificate() 공개 메소드

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

GetClientCertificateAsync() 공개 메소드

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

GetClientCertificates() 공개 메소드

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

GetClientCertificatesAsync() 공개 메소드

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

GetDeployment() 공개 메소드

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

GetDeploymentAsync() 공개 메소드

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

GetDeployments() 공개 메소드

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

GetDeploymentsAsync() 공개 메소드

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

GetDocumentationPart() 공개 메소드

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

GetDocumentationPartAsync() 공개 메소드

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

GetDocumentationParts() 공개 메소드

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

GetDocumentationPartsAsync() 공개 메소드

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

GetDocumentationVersion() 공개 메소드

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

GetDocumentationVersionAsync() 공개 메소드

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

GetDocumentationVersions() 공개 메소드

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

GetDocumentationVersionsAsync() 공개 메소드

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

GetDomainName() 공개 메소드

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

GetDomainNameAsync() 공개 메소드

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

GetDomainNames() 공개 메소드

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

GetDomainNamesAsync() 공개 메소드

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

GetExport() 공개 메소드

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

GetExportAsync() 공개 메소드

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

GetIntegration() 공개 메소드

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

GetIntegrationAsync() 공개 메소드

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

GetIntegrationResponse() 공개 메소드

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

GetIntegrationResponseAsync() 공개 메소드

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

GetMethod() 공개 메소드

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

GetMethodAsync() 공개 메소드

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

GetMethodResponse() 공개 메소드

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

GetMethodResponseAsync() 공개 메소드

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

GetModel() 공개 메소드

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

GetModelAsync() 공개 메소드

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

GetModelTemplate() 공개 메소드

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

GetModelTemplateAsync() 공개 메소드

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

GetModels() 공개 메소드

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

GetModelsAsync() 공개 메소드

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

GetResource() 공개 메소드

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

GetResourceAsync() 공개 메소드

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

GetResources() 공개 메소드

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

GetResourcesAsync() 공개 메소드

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

GetRestApi() 공개 메소드

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

GetRestApiAsync() 공개 메소드

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

GetRestApis() 공개 메소드

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

GetRestApisAsync() 공개 메소드

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

GetSdk() 공개 메소드

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

GetSdkAsync() 공개 메소드

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

GetSdkType() 공개 메소드

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

GetSdkTypeAsync() 공개 메소드

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

GetSdkTypes() 공개 메소드

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

GetSdkTypesAsync() 공개 메소드

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

GetStage() 공개 메소드

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

GetStageAsync() 공개 메소드

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

GetStages() 공개 메소드

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

GetStagesAsync() 공개 메소드

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

GetUsage() 공개 메소드

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

GetUsageAsync() 공개 메소드

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

GetUsagePlan() 공개 메소드

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

GetUsagePlanAsync() 공개 메소드

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

GetUsagePlanKey() 공개 메소드

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

GetUsagePlanKeyAsync() 공개 메소드

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

GetUsagePlanKeys() 공개 메소드

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

GetUsagePlanKeysAsync() 공개 메소드

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

GetUsagePlans() 공개 메소드

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

GetUsagePlansAsync() 공개 메소드

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

ImportApiKeys() 공개 메소드

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

ImportApiKeysAsync() 공개 메소드

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

ImportDocumentationParts() 공개 메소드

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

ImportDocumentationPartsAsync() 공개 메소드

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

ImportRestApi() 공개 메소드

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

ImportRestApiAsync() 공개 메소드

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

PutIntegration() 공개 메소드

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

PutIntegrationAsync() 공개 메소드

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

PutIntegrationResponse() 공개 메소드

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

PutIntegrationResponseAsync() 공개 메소드

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

PutMethod() 공개 메소드

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

PutMethodAsync() 공개 메소드

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

PutMethodResponse() 공개 메소드

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

PutMethodResponseAsync() 공개 메소드

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

PutRestApi() 공개 메소드

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

PutRestApiAsync() 공개 메소드

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

TestInvokeAuthorizer() 공개 메소드

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

TestInvokeAuthorizerAsync() 공개 메소드

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

TestInvokeMethod() 공개 메소드

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

TestInvokeMethodAsync() 공개 메소드

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

UpdateAccount() 공개 메소드

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

UpdateAccountAsync() 공개 메소드

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

UpdateApiKey() 공개 메소드

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

UpdateApiKeyAsync() 공개 메소드

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

UpdateAuthorizer() 공개 메소드

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

UpdateAuthorizerAsync() 공개 메소드

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

UpdateBasePathMapping() 공개 메소드

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

UpdateBasePathMappingAsync() 공개 메소드

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

UpdateClientCertificate() 공개 메소드

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

UpdateClientCertificateAsync() 공개 메소드

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

UpdateDeployment() 공개 메소드

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

UpdateDeploymentAsync() 공개 메소드

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

UpdateDocumentationPart() 공개 메소드

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

UpdateDocumentationPartAsync() 공개 메소드

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

UpdateDocumentationVersion() 공개 메소드

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

UpdateDocumentationVersionAsync() 공개 메소드

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

UpdateDomainName() 공개 메소드

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

UpdateDomainNameAsync() 공개 메소드

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

UpdateIntegration() 공개 메소드

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

UpdateIntegrationAsync() 공개 메소드

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

UpdateIntegrationResponse() 공개 메소드

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

UpdateIntegrationResponseAsync() 공개 메소드

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

UpdateMethod() 공개 메소드

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

UpdateMethodAsync() 공개 메소드

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

UpdateMethodResponse() 공개 메소드

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

UpdateMethodResponseAsync() 공개 메소드

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

UpdateModel() 공개 메소드

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

UpdateModelAsync() 공개 메소드

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

UpdateResource() 공개 메소드

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

UpdateResourceAsync() 공개 메소드

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

UpdateRestApi() 공개 메소드

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

UpdateRestApiAsync() 공개 메소드

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

UpdateStage() 공개 메소드

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

UpdateStageAsync() 공개 메소드

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

UpdateUsage() 공개 메소드

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

UpdateUsageAsync() 공개 메소드

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

UpdateUsagePlan() 공개 메소드

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

UpdateUsagePlanAsync() 공개 메소드

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