@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonApiGateway extends Object implements AmazonApiGateway
AmazonApiGateway. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAmazonApiGateway() |
public void setEndpoint(String endpoint)
AmazonApiGateway
Callers can pass in just the endpoint (ex: "apigateway.us-east-1.amazonaws.com") or a full URL, including the
protocol (ex: "https://apigateway.us-east-1.amazonaws.com"). If the protocol is not specified here, the default
protocol from this client's ClientConfiguration will be used, which by default is HTTPS.
For more information on using AWS regions with the AWS SDK for Java, and a complete list of all available endpoints for all AWS services, see: http://developer.amazonwebservices.com/connect/entry.jspa?externalID=3912
This method is not threadsafe. An endpoint should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setEndpoint in interface AmazonApiGatewayendpoint - The endpoint (ex: "apigateway.us-east-1.amazonaws.com") or a full URL, including the protocol (ex:
"https://apigateway.us-east-1.amazonaws.com") of the region specific AWS endpoint this client will
communicate with.public void setRegion(Region region)
AmazonApiGatewayAmazonApiGateway.setEndpoint(String), sets the regional endpoint for this client's
service calls. Callers can use this method to control which AWS region they want to work with.
By default, all service endpoints in all regions use the https protocol. To use http instead, specify it in the
ClientConfiguration supplied at construction.
This method is not threadsafe. A region should be configured when the client is created and before any service requests are made. Changing it afterwards creates inevitable race conditions for any service requests in transit or retrying.
setRegion in interface AmazonApiGatewayregion - The region this client will communicate with. See Region.getRegion(com.amazonaws.regions.Regions)
for accessing a given region. Must not be null and must be a region where the service is available.Region.getRegion(com.amazonaws.regions.Regions),
Region.createClient(Class, com.amazonaws.auth.AWSCredentialsProvider, ClientConfiguration),
Region.isServiceSupported(String)public CreateApiKeyResult createApiKey(CreateApiKeyRequest request)
AmazonApiGatewaycreateApiKey in interface AmazonApiGatewayrequest - Request to create an ApiKey resource.public CreateAuthorizerResult createAuthorizer(CreateAuthorizerRequest request)
AmazonApiGatewayAdds a new Authorizer resource to an existing RestApi resource.
createAuthorizer in interface AmazonApiGatewayrequest - Request to add a new Authorizer to an existing RestApi resource.public CreateBasePathMappingResult createBasePathMapping(CreateBasePathMappingRequest request)
AmazonApiGatewayCreates a new BasePathMapping resource.
createBasePathMapping in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to create a new BasePathMapping resource.public CreateDeploymentResult createDeployment(CreateDeploymentRequest request)
AmazonApiGatewayCreates a Deployment resource, which makes a specified RestApi callable over the internet.
createDeployment in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to create a Deployment resource.public CreateDocumentationPartResult createDocumentationPart(CreateDocumentationPartRequest request)
createDocumentationPart in interface AmazonApiGatewayrequest - Creates a new documentation part of a given API.public CreateDocumentationVersionResult createDocumentationVersion(CreateDocumentationVersionRequest request)
createDocumentationVersion in interface AmazonApiGatewayrequest - Creates a new documentation version of a given API.public CreateDomainNameResult createDomainName(CreateDomainNameRequest request)
AmazonApiGatewayCreates a new domain name.
createDomainName in interface AmazonApiGatewayrequest - A request to create a new domain name.public CreateModelResult createModel(CreateModelRequest request)
AmazonApiGatewaycreateModel in interface AmazonApiGatewayrequest - Request to add a new Model to an existing RestApi resource.public CreateRequestValidatorResult createRequestValidator(CreateRequestValidatorRequest request)
AmazonApiGatewayCreates a ReqeustValidator of a given RestApi.
createRequestValidator in interface AmazonApiGatewayrequest - Creates a RequestValidator of a given RestApi.public CreateResourceResult createResource(CreateResourceRequest request)
AmazonApiGatewayCreates a Resource resource.
createResource in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to create a Resource resource.public CreateRestApiResult createRestApi(CreateRestApiRequest request)
AmazonApiGatewayCreates a new RestApi resource.
createRestApi in interface AmazonApiGatewayrequest - The POST Request to add a new RestApi resource to your collection.public CreateStageResult createStage(CreateStageRequest request)
AmazonApiGatewayCreates a new Stage resource that references a pre-existing Deployment for the API.
createStage in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to create a Stage resource.public CreateUsagePlanResult createUsagePlan(CreateUsagePlanRequest request)
AmazonApiGatewayCreates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.
createUsagePlan in interface AmazonApiGatewayrequest - The POST request to create a usage plan with the name, description, throttle limits and quota limits, as
well as the associated API stages, specified in the payload.public CreateUsagePlanKeyResult createUsagePlanKey(CreateUsagePlanKeyRequest request)
AmazonApiGatewayCreates a usage plan key for adding an existing API key to a usage plan.
createUsagePlanKey in interface AmazonApiGatewayrequest - The POST request to create a usage plan key for adding an existing API key to a usage plan.public DeleteApiKeyResult deleteApiKey(DeleteApiKeyRequest request)
AmazonApiGatewayDeletes the ApiKey resource.
deleteApiKey in interface AmazonApiGatewayrequest - A request to delete the ApiKey resource.public DeleteAuthorizerResult deleteAuthorizer(DeleteAuthorizerRequest request)
AmazonApiGatewayDeletes an existing Authorizer resource.
deleteAuthorizer in interface AmazonApiGatewayrequest - Request to delete an existing Authorizer resource.public DeleteBasePathMappingResult deleteBasePathMapping(DeleteBasePathMappingRequest request)
AmazonApiGatewayDeletes the BasePathMapping resource.
deleteBasePathMapping in interface AmazonApiGatewayrequest - A request to delete the BasePathMapping resource.public DeleteClientCertificateResult deleteClientCertificate(DeleteClientCertificateRequest request)
AmazonApiGatewayDeletes the ClientCertificate resource.
deleteClientCertificate in interface AmazonApiGatewayrequest - A request to delete the ClientCertificate resource.public DeleteDeploymentResult deleteDeployment(DeleteDeploymentRequest request)
AmazonApiGatewayDeletes a Deployment resource. Deleting a deployment will only succeed if there are no Stage resources associated with it.
deleteDeployment in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to delete a Deployment resource.public DeleteDocumentationPartResult deleteDocumentationPart(DeleteDocumentationPartRequest request)
deleteDocumentationPart in interface AmazonApiGatewayrequest - Deletes an existing documentation part of an API.public DeleteDocumentationVersionResult deleteDocumentationVersion(DeleteDocumentationVersionRequest request)
deleteDocumentationVersion in interface AmazonApiGatewayrequest - Deletes an existing documentation version of an API.public DeleteDomainNameResult deleteDomainName(DeleteDomainNameRequest request)
AmazonApiGatewayDeletes the DomainName resource.
deleteDomainName in interface AmazonApiGatewayrequest - A request to delete the DomainName resource.public DeleteIntegrationResult deleteIntegration(DeleteIntegrationRequest request)
AmazonApiGatewayRepresents a delete integration.
deleteIntegration in interface AmazonApiGatewayrequest - Represents a delete integration request.public DeleteIntegrationResponseResult deleteIntegrationResponse(DeleteIntegrationResponseRequest request)
AmazonApiGatewayRepresents a delete integration response.
deleteIntegrationResponse in interface AmazonApiGatewayrequest - Represents a delete integration response request.public DeleteMethodResult deleteMethod(DeleteMethodRequest request)
AmazonApiGatewayDeletes an existing Method resource.
deleteMethod in interface AmazonApiGatewayrequest - Request to delete an existing Method resource.public DeleteMethodResponseResult deleteMethodResponse(DeleteMethodResponseRequest request)
AmazonApiGatewayDeletes an existing MethodResponse resource.
deleteMethodResponse in interface AmazonApiGatewayrequest - A request to delete an existing MethodResponse resource.public DeleteModelResult deleteModel(DeleteModelRequest request)
AmazonApiGatewayDeletes a model.
deleteModel in interface AmazonApiGatewayrequest - Request to delete an existing model in an existing RestApi resource.public DeleteRequestValidatorResult deleteRequestValidator(DeleteRequestValidatorRequest request)
AmazonApiGatewayDeletes a RequestValidator of a given RestApi.
deleteRequestValidator in interface AmazonApiGatewayrequest - Deletes a specified RequestValidator of a given RestApi.public DeleteResourceResult deleteResource(DeleteResourceRequest request)
AmazonApiGatewayDeletes a Resource resource.
deleteResource in interface AmazonApiGatewayrequest - Request to delete a Resource.public DeleteRestApiResult deleteRestApi(DeleteRestApiRequest request)
AmazonApiGatewayDeletes the specified API.
deleteRestApi in interface AmazonApiGatewayrequest - Request to delete the specified API from your collection.public DeleteStageResult deleteStage(DeleteStageRequest request)
AmazonApiGatewayDeletes a Stage resource.
deleteStage in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to delete a Stage resource.public DeleteUsagePlanResult deleteUsagePlan(DeleteUsagePlanRequest request)
AmazonApiGatewayDeletes a usage plan of a given plan Id.
deleteUsagePlan in interface AmazonApiGatewayrequest - The DELETE request to delete a uasge plan of a given plan Id.public DeleteUsagePlanKeyResult deleteUsagePlanKey(DeleteUsagePlanKeyRequest request)
AmazonApiGatewayDeletes a usage plan key and remove the underlying API key from the associated usage plan.
deleteUsagePlanKey in interface AmazonApiGatewayrequest - The DELETE request to delete a usage plan key and remove the underlying API key from the associated usage
plan.public FlushStageAuthorizersCacheResult flushStageAuthorizersCache(FlushStageAuthorizersCacheRequest request)
AmazonApiGatewayFlushes all authorizer cache entries on a stage.
flushStageAuthorizersCache in interface AmazonApiGatewayrequest - Request to flush authorizer cache entries on a specified stage.public FlushStageCacheResult flushStageCache(FlushStageCacheRequest request)
AmazonApiGatewayFlushes a stage's cache.
flushStageCache in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to flush a stage's cache.public GenerateClientCertificateResult generateClientCertificate(GenerateClientCertificateRequest request)
AmazonApiGatewayGenerates a ClientCertificate resource.
generateClientCertificate in interface AmazonApiGatewayrequest - A request to generate a ClientCertificate resource.public GetAccountResult getAccount(GetAccountRequest request)
AmazonApiGatewayGets information about the current Account resource.
getAccount in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to get information about the current Account resource.public GetApiKeyResult getApiKey(GetApiKeyRequest request)
AmazonApiGatewayGets information about the current ApiKey resource.
getApiKey in interface AmazonApiGatewayrequest - A request to get information about the current ApiKey resource.public GetApiKeysResult getApiKeys(GetApiKeysRequest request)
AmazonApiGatewayGets information about the current ApiKeys resource.
getApiKeys in interface AmazonApiGatewayrequest - A request to get information about the current ApiKeys resource.public GetAuthorizerResult getAuthorizer(GetAuthorizerRequest request)
AmazonApiGatewayDescribe an existing Authorizer resource.
getAuthorizer in interface AmazonApiGatewayrequest - Request to describe an existing Authorizer resource.public GetAuthorizersResult getAuthorizers(GetAuthorizersRequest request)
AmazonApiGatewayDescribe an existing Authorizers resource.
getAuthorizers in interface AmazonApiGatewayrequest - Request to describe an existing Authorizers resource.public GetBasePathMappingResult getBasePathMapping(GetBasePathMappingRequest request)
AmazonApiGatewayDescribe a BasePathMapping resource.
getBasePathMapping in interface AmazonApiGatewayrequest - Request to describe a BasePathMapping resource.public GetBasePathMappingsResult getBasePathMappings(GetBasePathMappingsRequest request)
AmazonApiGatewayRepresents a collection of BasePathMapping resources.
getBasePathMappings in interface AmazonApiGatewayrequest - A request to get information about a collection of BasePathMapping resources.public GetClientCertificateResult getClientCertificate(GetClientCertificateRequest request)
AmazonApiGatewayGets information about the current ClientCertificate resource.
getClientCertificate in interface AmazonApiGatewayrequest - A request to get information about the current ClientCertificate resource.public GetClientCertificatesResult getClientCertificates(GetClientCertificatesRequest request)
AmazonApiGatewayGets a collection of ClientCertificate resources.
getClientCertificates in interface AmazonApiGatewayrequest - A request to get information about a collection of ClientCertificate resources.public GetDeploymentResult getDeployment(GetDeploymentRequest request)
AmazonApiGatewayGets information about a Deployment resource.
getDeployment in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to get information about a Deployment resource.public GetDeploymentsResult getDeployments(GetDeploymentsRequest request)
AmazonApiGatewayGets information about a Deployments collection.
getDeployments in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to get information about a Deployments collection.public GetDocumentationPartResult getDocumentationPart(GetDocumentationPartRequest request)
getDocumentationPart in interface AmazonApiGatewayrequest - Gets a specified documentation part of a given API.public GetDocumentationPartsResult getDocumentationParts(GetDocumentationPartsRequest request)
getDocumentationParts in interface AmazonApiGatewayrequest - Gets the documentation parts of an API. The result may be filtered by the type, name, or path of API
entities (targets).public GetDocumentationVersionResult getDocumentationVersion(GetDocumentationVersionRequest request)
getDocumentationVersion in interface AmazonApiGatewayrequest - Gets a documentation snapshot of an API.public GetDocumentationVersionsResult getDocumentationVersions(GetDocumentationVersionsRequest request)
getDocumentationVersions in interface AmazonApiGatewayrequest - Gets the documentation versions of an API.public GetDomainNameResult getDomainName(GetDomainNameRequest request)
AmazonApiGatewayRepresents a domain name that is contained in a simpler, more intuitive URL that can be called.
getDomainName in interface AmazonApiGatewayrequest - Request to get the name of a DomainName resource.public GetDomainNamesResult getDomainNames(GetDomainNamesRequest request)
AmazonApiGatewayRepresents a collection of DomainName resources.
getDomainNames in interface AmazonApiGatewayrequest - Request to describe a collection of DomainName resources.public GetExportResult getExport(GetExportRequest request)
AmazonApiGatewayExports a deployed version of a RestApi in a specified format.
getExport in interface AmazonApiGatewayrequest - Request a new export of a RestApi for a particular Stage.public GetIntegrationResult getIntegration(GetIntegrationRequest request)
AmazonApiGatewayRepresents a get integration.
getIntegration in interface AmazonApiGatewayrequest - Represents a get integration request.public GetIntegrationResponseResult getIntegrationResponse(GetIntegrationResponseRequest request)
AmazonApiGatewayRepresents a get integration response.
getIntegrationResponse in interface AmazonApiGatewayrequest - Represents a get integration response request.public GetMethodResult getMethod(GetMethodRequest request)
AmazonApiGatewayDescribe an existing Method resource.
getMethod in interface AmazonApiGatewayrequest - Request to describe an existing Method resource.public GetMethodResponseResult getMethodResponse(GetMethodResponseRequest request)
AmazonApiGatewayDescribes a MethodResponse resource.
getMethodResponse in interface AmazonApiGatewayrequest - Request to describe a MethodResponse resource.public GetModelResult getModel(GetModelRequest request)
AmazonApiGatewayDescribes an existing model defined for a RestApi resource.
getModel in interface AmazonApiGatewayrequest - Request to list information about a model in an existing RestApi resource.public GetModelTemplateResult getModelTemplate(GetModelTemplateRequest request)
AmazonApiGatewayGenerates a sample mapping template that can be used to transform a payload into the structure of a model.
getModelTemplate in interface AmazonApiGatewayrequest - Request to generate a sample mapping template used to transform the payload.public GetModelsResult getModels(GetModelsRequest request)
AmazonApiGatewaygetModels in interface AmazonApiGatewayrequest - Request to list existing Models defined for a RestApi resource.public GetRequestValidatorResult getRequestValidator(GetRequestValidatorRequest request)
AmazonApiGatewayGets a RequestValidator of a given RestApi.
getRequestValidator in interface AmazonApiGatewayrequest - Gets a RequestValidator of a given RestApi.public GetRequestValidatorsResult getRequestValidators(GetRequestValidatorsRequest request)
AmazonApiGatewayGets the RequestValidators collection of a given RestApi.
getRequestValidators in interface AmazonApiGatewayrequest - Gets the RequestValidators collection of a given RestApi.public GetResourceResult getResource(GetResourceRequest request)
AmazonApiGatewayLists information about a resource.
getResource in interface AmazonApiGatewayrequest - Request to list information about a resource.public GetResourcesResult getResources(GetResourcesRequest request)
AmazonApiGatewayLists information about a collection of Resource resources.
getResources in interface AmazonApiGatewayrequest - Request to list information about a collection of resources.public GetRestApiResult getRestApi(GetRestApiRequest request)
AmazonApiGatewayLists the RestApi resource in the collection.
getRestApi in interface AmazonApiGatewayrequest - The GET request to list an existing RestApi defined for your collection.public GetRestApisResult getRestApis(GetRestApisRequest request)
AmazonApiGatewayLists the RestApis resources for your collection.
getRestApis in interface AmazonApiGatewayrequest - The GET request to list existing RestApis defined for your collection.public GetSdkResult getSdk(GetSdkRequest request)
AmazonApiGatewaygetSdk in interface AmazonApiGatewayrequest - Request a new generated client SDK for a RestApi and Stage.public GetSdkTypeResult getSdkType(GetSdkTypeRequest request)
getSdkType in interface AmazonApiGatewayrequest - Get an SdkType instance.public GetSdkTypesResult getSdkTypes(GetSdkTypesRequest request)
getSdkTypes in interface AmazonApiGatewayrequest - Get the SdkTypes collection.public GetStageResult getStage(GetStageRequest request)
AmazonApiGatewayGets information about a Stage resource.
getStage in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to get information about a Stage resource.public GetStagesResult getStages(GetStagesRequest request)
AmazonApiGatewayGets information about one or more Stage resources.
getStages in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to get information about one or more Stage resources.public GetUsageResult getUsage(GetUsageRequest request)
AmazonApiGatewayGets the usage data of a usage plan in a specified time interval.
getUsage in interface AmazonApiGatewayrequest - The GET request to get the usage data of a usage plan in a specified time interval.public GetUsagePlanResult getUsagePlan(GetUsagePlanRequest request)
AmazonApiGatewayGets a usage plan of a given plan identifier.
getUsagePlan in interface AmazonApiGatewayrequest - The GET request to get a usage plan of a given plan identifier.public GetUsagePlanKeyResult getUsagePlanKey(GetUsagePlanKeyRequest request)
AmazonApiGatewayGets a usage plan key of a given key identifier.
getUsagePlanKey in interface AmazonApiGatewayrequest - The GET request to get a usage plan key of a given key identifier.public GetUsagePlanKeysResult getUsagePlanKeys(GetUsagePlanKeysRequest request)
AmazonApiGatewayGets all the usage plan keys representing the API keys added to a specified usage plan.
getUsagePlanKeys in interface AmazonApiGatewayrequest - The GET request to get all the usage plan keys representing the API keys added to a specified usage plan.public GetUsagePlansResult getUsagePlans(GetUsagePlansRequest request)
AmazonApiGatewayGets all the usage plans of the caller's account.
getUsagePlans in interface AmazonApiGatewayrequest - The GET request to get all the usage plans of the caller's account.public ImportApiKeysResult importApiKeys(ImportApiKeysRequest request)
AmazonApiGatewayImport API keys from an external source, such as a CSV-formatted file.
importApiKeys in interface AmazonApiGatewayrequest - The POST request to import API keys from an external source, such as a CSV-formatted file.public ImportDocumentationPartsResult importDocumentationParts(ImportDocumentationPartsRequest request)
importDocumentationParts in interface AmazonApiGatewayrequest - Import documentation parts from an external (e.g., Swagger) definition file.public ImportRestApiResult importRestApi(ImportRestApiRequest request)
AmazonApiGatewayA feature of the Amazon API Gateway control service for creating a new API from an external API definition file.
importRestApi in interface AmazonApiGatewayrequest - A POST request to import an API to Amazon API Gateway using an input of an API definition file.public PutIntegrationResult putIntegration(PutIntegrationRequest request)
AmazonApiGatewayRepresents a put integration.
putIntegration in interface AmazonApiGatewayrequest - Represents a put integration request.public PutIntegrationResponseResult putIntegrationResponse(PutIntegrationResponseRequest request)
AmazonApiGatewayRepresents a put integration.
putIntegrationResponse in interface AmazonApiGatewayrequest - Represents a put integration response request.public PutMethodResult putMethod(PutMethodRequest request)
AmazonApiGatewayAdd a method to an existing Resource resource.
putMethod in interface AmazonApiGatewayrequest - Request to add a method to an existing Resource resource.public PutMethodResponseResult putMethodResponse(PutMethodResponseRequest request)
AmazonApiGatewayAdds a MethodResponse to an existing Method resource.
putMethodResponse in interface AmazonApiGatewayrequest - Request to add a MethodResponse to an existing Method resource.public PutRestApiResult putRestApi(PutRestApiRequest request)
AmazonApiGatewayA 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.
putRestApi in interface AmazonApiGatewayrequest - A PUT request to update an existing API, with external API definitions specified as the request body.public TestInvokeAuthorizerResult testInvokeAuthorizer(TestInvokeAuthorizerRequest request)
AmazonApiGatewaySimulate the execution of an Authorizer in your RestApi with headers, parameters, and an incoming request body.
testInvokeAuthorizer in interface AmazonApiGatewayrequest - Make a request to simulate the execution of an Authorizer.public TestInvokeMethodResult testInvokeMethod(TestInvokeMethodRequest request)
AmazonApiGatewaySimulate the execution of a Method in your RestApi with headers, parameters, and an incoming request body.
testInvokeMethod in interface AmazonApiGatewayrequest - Make a request to simulate the execution of a Method.public UpdateAccountResult updateAccount(UpdateAccountRequest request)
AmazonApiGatewayChanges information about the current Account resource.
updateAccount in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to change information about the current Account resource.public UpdateApiKeyResult updateApiKey(UpdateApiKeyRequest request)
AmazonApiGatewayChanges information about an ApiKey resource.
updateApiKey in interface AmazonApiGatewayrequest - A request to change information about an ApiKey resource.public UpdateAuthorizerResult updateAuthorizer(UpdateAuthorizerRequest request)
AmazonApiGatewayUpdates an existing Authorizer resource.
updateAuthorizer in interface AmazonApiGatewayrequest - Request to update an existing Authorizer resource.public UpdateBasePathMappingResult updateBasePathMapping(UpdateBasePathMappingRequest request)
AmazonApiGatewayChanges information about the BasePathMapping resource.
updateBasePathMapping in interface AmazonApiGatewayrequest - A request to change information about the BasePathMapping resource.public UpdateClientCertificateResult updateClientCertificate(UpdateClientCertificateRequest request)
AmazonApiGatewayChanges information about an ClientCertificate resource.
updateClientCertificate in interface AmazonApiGatewayrequest - A request to change information about an ClientCertificate resource.public UpdateDeploymentResult updateDeployment(UpdateDeploymentRequest request)
AmazonApiGatewayChanges information about a Deployment resource.
updateDeployment in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to change information about a Deployment resource.public UpdateDocumentationPartResult updateDocumentationPart(UpdateDocumentationPartRequest request)
updateDocumentationPart in interface AmazonApiGatewayrequest - Updates an existing documentation part of a given API.public UpdateDocumentationVersionResult updateDocumentationVersion(UpdateDocumentationVersionRequest request)
updateDocumentationVersion in interface AmazonApiGatewayrequest - Updates an existing documentation version of an API.public UpdateDomainNameResult updateDomainName(UpdateDomainNameRequest request)
AmazonApiGatewayChanges information about the DomainName resource.
updateDomainName in interface AmazonApiGatewayrequest - A request to change information about the DomainName resource.public UpdateIntegrationResult updateIntegration(UpdateIntegrationRequest request)
AmazonApiGatewayRepresents an update integration.
updateIntegration in interface AmazonApiGatewayrequest - Represents an update integration request.public UpdateIntegrationResponseResult updateIntegrationResponse(UpdateIntegrationResponseRequest request)
AmazonApiGatewayRepresents an update integration response.
updateIntegrationResponse in interface AmazonApiGatewayrequest - Represents an update integration response request.public UpdateMethodResult updateMethod(UpdateMethodRequest request)
AmazonApiGatewayUpdates an existing Method resource.
updateMethod in interface AmazonApiGatewayrequest - Request to update an existing Method resource.public UpdateMethodResponseResult updateMethodResponse(UpdateMethodResponseRequest request)
AmazonApiGatewayUpdates an existing MethodResponse resource.
updateMethodResponse in interface AmazonApiGatewayrequest - A request to update an existing MethodResponse resource.public UpdateModelResult updateModel(UpdateModelRequest request)
AmazonApiGatewayChanges information about a model.
updateModel in interface AmazonApiGatewayrequest - Request to update an existing model in an existing RestApi resource.public UpdateRequestValidatorResult updateRequestValidator(UpdateRequestValidatorRequest request)
AmazonApiGatewayUpdates a RequestValidator of a given RestApi.
updateRequestValidator in interface AmazonApiGatewayrequest - Updates a RequestValidator of a given RestApi.public UpdateResourceResult updateResource(UpdateResourceRequest request)
AmazonApiGatewayChanges information about a Resource resource.
updateResource in interface AmazonApiGatewayrequest - Request to change information about a Resource resource.public UpdateRestApiResult updateRestApi(UpdateRestApiRequest request)
AmazonApiGatewayChanges information about the specified API.
updateRestApi in interface AmazonApiGatewayrequest - Request to update an existing RestApi resource in your collection.public UpdateStageResult updateStage(UpdateStageRequest request)
AmazonApiGatewayChanges information about a Stage resource.
updateStage in interface AmazonApiGatewayrequest - Requests Amazon API Gateway to change information about a Stage resource.public UpdateUsageResult updateUsage(UpdateUsageRequest request)
AmazonApiGatewayGrants a temporary extension to the reamining quota of a usage plan associated with a specified API key.
updateUsage in interface AmazonApiGatewayrequest - The PATCH request to grant a temporary extension to the reamining quota of a usage plan associated with a
specified API key.public UpdateUsagePlanResult updateUsagePlan(UpdateUsagePlanRequest request)
AmazonApiGatewayUpdates a usage plan of a given plan Id.
updateUsagePlan in interface AmazonApiGatewayrequest - The PATCH request to update a usage plan of a given plan Id.public void shutdown()
AmazonApiGatewayshutdown in interface AmazonApiGatewaypublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonApiGatewayResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonApiGatewayrequest - The originally executed request.Copyright © 2017. All rights reserved.