public interface AmazonApiGateway
Amazon API Gateway helps developers deliver robust, secure and scalable mobile and web application backends. 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.
| Modifier and Type | Method and Description |
|---|---|
CreateApiKeyResult |
createApiKey(CreateApiKeyRequest createApiKeyRequest) |
CreateBasePathMappingResult |
createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest)
Creates a new BasePathMapping resource.
|
CreateDeploymentResult |
createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates a Deployment resource, which makes a specified
RestApi callable over the internet.
|
CreateDomainNameResult |
createDomainName(CreateDomainNameRequest createDomainNameRequest)
Creates a new domain name.
|
CreateModelResult |
createModel(CreateModelRequest createModelRequest)
|
CreateResourceResult |
createResource(CreateResourceRequest createResourceRequest)
Creates a Resource resource.
|
CreateRestApiResult |
createRestApi(CreateRestApiRequest createRestApiRequest)
Creates a new RestApi resource.
|
CreateStageResult |
createStage(CreateStageRequest createStageRequest)
Creates a Stage resource.
|
void |
deleteApiKey(DeleteApiKeyRequest deleteApiKeyRequest)
Deletes the ApiKey resource.
|
void |
deleteBasePathMapping(DeleteBasePathMappingRequest deleteBasePathMappingRequest)
Deletes the BasePathMapping resource.
|
void |
deleteClientCertificate(DeleteClientCertificateRequest deleteClientCertificateRequest) |
void |
deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)
Deletes a Deployment resource.
|
void |
deleteDomainName(DeleteDomainNameRequest deleteDomainNameRequest)
Deletes the DomainName resource.
|
void |
deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)
Represents a delete integration.
|
void |
deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest)
Represents a delete integration response.
|
void |
deleteMethod(DeleteMethodRequest deleteMethodRequest)
Deletes an existing Method resource.
|
void |
deleteMethodResponse(DeleteMethodResponseRequest deleteMethodResponseRequest)
Deletes an existing MethodResponse resource.
|
void |
deleteModel(DeleteModelRequest deleteModelRequest)
Deletes a model.
|
void |
deleteResource(DeleteResourceRequest deleteResourceRequest)
Deletes a Resource resource.
|
void |
deleteRestApi(DeleteRestApiRequest deleteRestApiRequest)
Deletes the specified API.
|
void |
deleteStage(DeleteStageRequest deleteStageRequest)
Deletes a Stage resource.
|
void |
flushStageCache(FlushStageCacheRequest flushStageCacheRequest)
Flushes a stage's cache.
|
GenerateClientCertificateResult |
generateClientCertificate(GenerateClientCertificateRequest generateClientCertificateRequest) |
GetAccountResult |
getAccount(GetAccountRequest getAccountRequest)
Gets information about the current Account resource.
|
GetApiKeyResult |
getApiKey(GetApiKeyRequest getApiKeyRequest)
Gets information about the current ApiKey resource.
|
GetApiKeysResult |
getApiKeys(GetApiKeysRequest getApiKeysRequest)
Gets information about the current ApiKeys resource.
|
GetBasePathMappingResult |
getBasePathMapping(GetBasePathMappingRequest getBasePathMappingRequest)
Describe a BasePathMapping resource.
|
GetBasePathMappingsResult |
getBasePathMappings(GetBasePathMappingsRequest getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request,
typically used for debugging issues where a service isn't acting as
expected.
|
GetClientCertificateResult |
getClientCertificate(GetClientCertificateRequest getClientCertificateRequest) |
GetClientCertificatesResult |
getClientCertificates(GetClientCertificatesRequest getClientCertificatesRequest) |
GetDeploymentResult |
getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a Deployment resource.
|
GetDeploymentsResult |
getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Gets information about a Deployments collection.
|
GetDomainNameResult |
getDomainName(GetDomainNameRequest getDomainNameRequest)
Represents a domain name that is contained in a simpler, more intuitive
URL that can be called.
|
GetDomainNamesResult |
getDomainNames(GetDomainNamesRequest getDomainNamesRequest)
Represents a collection of DomainName resources.
|
GetIntegrationResult |
getIntegration(GetIntegrationRequest getIntegrationRequest)
Represents a get integration.
|
GetIntegrationResponseResult |
getIntegrationResponse(GetIntegrationResponseRequest getIntegrationResponseRequest)
Represents a get integration response.
|
GetMethodResult |
getMethod(GetMethodRequest getMethodRequest)
Describe an existing Method resource.
|
GetMethodResponseResult |
getMethodResponse(GetMethodResponseRequest getMethodResponseRequest)
Describes a MethodResponse resource.
|
GetModelResult |
getModel(GetModelRequest getModelRequest)
Describes an existing model defined for a RestApi resource.
|
GetModelsResult |
getModels(GetModelsRequest getModelsRequest)
|
GetModelTemplateResult |
getModelTemplate(GetModelTemplateRequest getModelTemplateRequest)
Generates a sample mapping template that can be used to transform a
payload into the structure of a model.
|
GetResourceResult |
getResource(GetResourceRequest getResourceRequest)
Lists information about a resource.
|
GetResourcesResult |
getResources(GetResourcesRequest getResourcesRequest)
Lists information about a collection of Resource resources.
|
GetRestApiResult |
getRestApi(GetRestApiRequest getRestApiRequest)
Lists the RestApi resource in the collection.
|
GetRestApisResult |
getRestApis(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.
|
GetSdkResult |
getSdk(GetSdkRequest getSdkRequest) |
GetStageResult |
getStage(GetStageRequest getStageRequest)
Gets information about a Stage resource.
|
GetStagesResult |
getStages(GetStagesRequest getStagesRequest)
Gets information about one or more Stage resources.
|
PutIntegrationResult |
putIntegration(PutIntegrationRequest putIntegrationRequest)
Represents a put integration.
|
PutIntegrationResponseResult |
putIntegrationResponse(PutIntegrationResponseRequest putIntegrationResponseRequest)
Represents a put integration.
|
PutMethodResult |
putMethod(PutMethodRequest putMethodRequest)
Add a method to an existing Resource resource.
|
PutMethodResponseResult |
putMethodResponse(PutMethodResponseRequest putMethodResponseRequest)
Adds a MethodResponse to an existing Method resource.
|
void |
setEndpoint(String endpoint)
Overrides the default endpoint for this client
("https://apigateway.us-east-1.amazonaws.com").
|
void |
setRegion(Region region)
An alternative to
setEndpoint(String), sets the
regional endpoint for this client's service calls. |
void |
shutdown()
Shuts down this client object, releasing any resources that might be held
open.
|
TestInvokeMethodResult |
testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest) |
UpdateAccountResult |
updateAccount(UpdateAccountRequest updateAccountRequest)
Changes information about the current Account resource.
|
UpdateApiKeyResult |
updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)
Changes information about an ApiKey resource.
|
UpdateBasePathMappingResult |
updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest)
Changes information about the BasePathMapping resource.
|
UpdateClientCertificateResult |
updateClientCertificate(UpdateClientCertificateRequest updateClientCertificateRequest) |
UpdateDeploymentResult |
updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)
Changes information about a Deployment resource.
|
UpdateDomainNameResult |
updateDomainName(UpdateDomainNameRequest updateDomainNameRequest)
Changes information about the DomainName resource.
|
UpdateIntegrationResult |
updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)
Represents an update integration.
|
UpdateIntegrationResponseResult |
updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest)
Represents an update integration response.
|
UpdateMethodResult |
updateMethod(UpdateMethodRequest updateMethodRequest)
Updates an existing Method resource.
|
UpdateMethodResponseResult |
updateMethodResponse(UpdateMethodResponseRequest updateMethodResponseRequest)
Updates an existing MethodResponse resource.
|
UpdateModelResult |
updateModel(UpdateModelRequest updateModelRequest)
Changes information about a model.
|
UpdateResourceResult |
updateResource(UpdateResourceRequest updateResourceRequest)
Changes information about a Resource resource.
|
UpdateRestApiResult |
updateRestApi(UpdateRestApiRequest updateRestApiRequest)
Changes information about the specified API.
|
UpdateStageResult |
updateStage(UpdateStageRequest updateStageRequest)
Changes information about a Stage resource.
|
void setEndpoint(String endpoint)
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.
endpoint - 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.void setRegion(Region region)
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.
region - 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)CreateApiKeyResult createApiKey(CreateApiKeyRequest createApiKeyRequest)
createApiKeyRequest - UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionLimitExceededExceptionBadRequestExceptionCreateBasePathMappingResult createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest)
Creates a new BasePathMapping resource.
createBasePathMappingRequest - Requests Amazon API Gateway to create a new BasePathMapping
resource.UnauthorizedExceptionConflictExceptionBadRequestExceptionNotFoundExceptionTooManyRequestsExceptionCreateDeploymentResult createDeployment(CreateDeploymentRequest createDeploymentRequest)
Creates a Deployment resource, which makes a specified RestApi callable over the internet.
createDeploymentRequest - Requests Amazon API Gateway to create a Deployment
resource.UnauthorizedExceptionBadRequestExceptionNotFoundExceptionConflictExceptionLimitExceededExceptionTooManyRequestsExceptionServiceUnavailableExceptionCreateDomainNameResult createDomainName(CreateDomainNameRequest createDomainNameRequest)
Creates a new domain name.
createDomainNameRequest - A request to create a new domain name.UnauthorizedExceptionBadRequestExceptionTooManyRequestsExceptionCreateModelResult createModel(CreateModelRequest createModelRequest)
createModelRequest - Request to add a new Model to an existing RestApi
resource.BadRequestExceptionUnauthorizedExceptionNotFoundExceptionConflictExceptionLimitExceededExceptionTooManyRequestsExceptionCreateResourceResult createResource(CreateResourceRequest createResourceRequest)
Creates a Resource resource.
createResourceRequest - Requests Amazon API Gateway to create a Resource resource.UnauthorizedExceptionNotFoundExceptionConflictExceptionLimitExceededExceptionBadRequestExceptionTooManyRequestsExceptionCreateRestApiResult createRestApi(CreateRestApiRequest createRestApiRequest)
Creates a new RestApi resource.
createRestApiRequest - Request to add a new RestApi resource to your collection.UnauthorizedExceptionLimitExceededExceptionBadRequestExceptionTooManyRequestsExceptionCreateStageResult createStage(CreateStageRequest createStageRequest)
Creates a Stage resource.
createStageRequest - Requests Amazon API Gateway to create a Stage resource.UnauthorizedExceptionBadRequestExceptionNotFoundExceptionConflictExceptionLimitExceededExceptionTooManyRequestsExceptionvoid deleteApiKey(DeleteApiKeyRequest deleteApiKeyRequest)
Deletes the ApiKey resource.
deleteApiKeyRequest - A request to delete the ApiKey resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionvoid deleteBasePathMapping(DeleteBasePathMappingRequest deleteBasePathMappingRequest)
Deletes the BasePathMapping resource.
deleteBasePathMappingRequest - A request to delete the BasePathMapping resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionvoid deleteClientCertificate(DeleteClientCertificateRequest deleteClientCertificateRequest)
deleteClientCertificateRequest - UnauthorizedExceptionTooManyRequestsExceptionBadRequestExceptionNotFoundExceptionvoid deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)
Deletes a Deployment resource. Deleting a deployment will only succeed if there are no Stage resources associated with it.
deleteDeploymentRequest - Requests Amazon API Gateway to delete a Deployment
resource.UnauthorizedExceptionNotFoundExceptionBadRequestExceptionTooManyRequestsExceptionvoid deleteDomainName(DeleteDomainNameRequest deleteDomainNameRequest)
Deletes the DomainName resource.
deleteDomainNameRequest - A request to delete the DomainName resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionvoid deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest)
Represents a delete integration.
deleteIntegrationRequest - Represents a delete integration request.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionvoid deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest)
Represents a delete integration response.
deleteIntegrationResponseRequest - Represents a delete integration response request.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionvoid deleteMethod(DeleteMethodRequest deleteMethodRequest)
Deletes an existing Method resource.
deleteMethodRequest - Request to delete an existing Method resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionvoid deleteMethodResponse(DeleteMethodResponseRequest deleteMethodResponseRequest)
Deletes an existing MethodResponse resource.
deleteMethodResponseRequest - A request to delete an existing MethodResponse resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionvoid deleteModel(DeleteModelRequest deleteModelRequest)
Deletes a model.
deleteModelRequest - Request to delete an existing model in an existing RestApi
resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionBadRequestExceptionConflictExceptionvoid deleteResource(DeleteResourceRequest deleteResourceRequest)
Deletes a Resource resource.
deleteResourceRequest - Request to delete a Resource.UnauthorizedExceptionNotFoundExceptionBadRequestExceptionTooManyRequestsExceptionvoid deleteRestApi(DeleteRestApiRequest deleteRestApiRequest)
Deletes the specified API.
deleteRestApiRequest - Request to delete the specified API from your collection.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionvoid deleteStage(DeleteStageRequest deleteStageRequest)
Deletes a Stage resource.
deleteStageRequest - Requests Amazon API Gateway to delete a Stage resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionvoid flushStageCache(FlushStageCacheRequest flushStageCacheRequest)
Flushes a stage's cache.
flushStageCacheRequest - Requests Amazon API Gateway to flush a stage's cache.UnauthorizedExceptionNotFoundExceptionBadRequestExceptionTooManyRequestsExceptionGenerateClientCertificateResult generateClientCertificate(GenerateClientCertificateRequest generateClientCertificateRequest)
generateClientCertificateRequest - UnauthorizedExceptionTooManyRequestsExceptionLimitExceededExceptionGetAccountResult getAccount(GetAccountRequest getAccountRequest)
Gets information about the current Account resource.
getAccountRequest - Requests Amazon API Gateway to get information about the current
Account resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetApiKeyResult getApiKey(GetApiKeyRequest getApiKeyRequest)
Gets information about the current ApiKey resource.
getApiKeyRequest - A request to get information about the current ApiKey
resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetApiKeysResult getApiKeys(GetApiKeysRequest getApiKeysRequest)
Gets information about the current ApiKeys resource.
getApiKeysRequest - A request to get information about the current ApiKeys
resource.UnauthorizedExceptionTooManyRequestsExceptionGetBasePathMappingResult getBasePathMapping(GetBasePathMappingRequest getBasePathMappingRequest)
Describe a BasePathMapping resource.
getBasePathMappingRequest - Request to describe a BasePathMapping resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetBasePathMappingsResult getBasePathMappings(GetBasePathMappingsRequest getBasePathMappingsRequest)
Represents a collection of BasePathMapping resources.
getBasePathMappingsRequest - A request to get information about a collection of
BasePathMapping resources.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetClientCertificateResult getClientCertificate(GetClientCertificateRequest getClientCertificateRequest)
getClientCertificateRequest - UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetClientCertificatesResult getClientCertificates(GetClientCertificatesRequest getClientCertificatesRequest)
getClientCertificatesRequest - UnauthorizedExceptionTooManyRequestsExceptionGetDeploymentResult getDeployment(GetDeploymentRequest getDeploymentRequest)
Gets information about a Deployment resource.
getDeploymentRequest - Requests Amazon API Gateway to get information about a
Deployment resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionServiceUnavailableExceptionGetDeploymentsResult getDeployments(GetDeploymentsRequest getDeploymentsRequest)
Gets information about a Deployments collection.
getDeploymentsRequest - Requests Amazon API Gateway to get information about a
Deployments collection.UnauthorizedExceptionTooManyRequestsExceptionServiceUnavailableExceptionGetDomainNameResult getDomainName(GetDomainNameRequest getDomainNameRequest)
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
getDomainNameRequest - Request to get the name of a DomainName resource.UnauthorizedExceptionNotFoundExceptionServiceUnavailableExceptionTooManyRequestsExceptionGetDomainNamesResult getDomainNames(GetDomainNamesRequest getDomainNamesRequest)
Represents a collection of DomainName resources.
getDomainNamesRequest - Request to describe a collection of DomainName resources.UnauthorizedExceptionTooManyRequestsExceptionGetIntegrationResult getIntegration(GetIntegrationRequest getIntegrationRequest)
Represents a get integration.
getIntegrationRequest - Represents a get integration request.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetIntegrationResponseResult getIntegrationResponse(GetIntegrationResponseRequest getIntegrationResponseRequest)
Represents a get integration response.
getIntegrationResponseRequest - Represents a get integration response request.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetMethodResult getMethod(GetMethodRequest getMethodRequest)
Describe an existing Method resource.
getMethodRequest - Request to describe an existing Method resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetMethodResponseResult getMethodResponse(GetMethodResponseRequest getMethodResponseRequest)
Describes a MethodResponse resource.
getMethodResponseRequest - Request to describe a MethodResponse resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetModelResult getModel(GetModelRequest getModelRequest)
Describes an existing model defined for a RestApi resource.
getModelRequest - Request to list information about a model in an existing
RestApi resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetModelTemplateResult getModelTemplate(GetModelTemplateRequest getModelTemplateRequest)
Generates a sample mapping template that can be used to transform a payload into the structure of a model.
getModelTemplateRequest - Request to generate a sample mapping template used to transform
the payload.UnauthorizedExceptionNotFoundExceptionBadRequestExceptionTooManyRequestsExceptionGetModelsResult getModels(GetModelsRequest getModelsRequest)
getModelsRequest - Request to list existing Models defined for a
RestApi resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetResourceResult getResource(GetResourceRequest getResourceRequest)
Lists information about a resource.
getResourceRequest - Request to list information about a resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetResourcesResult getResources(GetResourcesRequest getResourcesRequest)
Lists information about a collection of Resource resources.
getResourcesRequest - Request to list information about a collection of resources.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetRestApiResult getRestApi(GetRestApiRequest getRestApiRequest)
Lists the RestApi resource in the collection.
getRestApiRequest - Request to list an existing RestApi defined for your
collection.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetRestApisResult getRestApis(GetRestApisRequest getRestApisRequest)
Lists the RestApis resources for your collection.
getRestApisRequest - Request to list existing RestApis defined for your
collection.UnauthorizedExceptionTooManyRequestsExceptionGetSdkResult getSdk(GetSdkRequest getSdkRequest)
getSdkRequest - UnauthorizedExceptionNotFoundExceptionBadRequestExceptionTooManyRequestsExceptionGetStageResult getStage(GetStageRequest getStageRequest)
Gets information about a Stage resource.
getStageRequest - Requests Amazon API Gateway to get information about a
Stage resource.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionGetStagesResult getStages(GetStagesRequest getStagesRequest)
Gets information about one or more Stage resources.
getStagesRequest - Requests Amazon API Gateway to get information about one or more
Stage resources.UnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionPutIntegrationResult putIntegration(PutIntegrationRequest putIntegrationRequest)
Represents a put integration.
putIntegrationRequest - Represents a put integration request.UnauthorizedExceptionBadRequestExceptionNotFoundExceptionTooManyRequestsExceptionPutIntegrationResponseResult putIntegrationResponse(PutIntegrationResponseRequest putIntegrationResponseRequest)
Represents a put integration.
putIntegrationResponseRequest - Represents a put integration response request.UnauthorizedExceptionNotFoundExceptionLimitExceededExceptionBadRequestExceptionTooManyRequestsExceptionPutMethodResult putMethod(PutMethodRequest putMethodRequest)
Add a method to an existing Resource resource.
putMethodRequest - Request to add a method to an existing Resource resource.BadRequestExceptionUnauthorizedExceptionNotFoundExceptionConflictExceptionLimitExceededExceptionTooManyRequestsExceptionPutMethodResponseResult putMethodResponse(PutMethodResponseRequest putMethodResponseRequest)
Adds a MethodResponse to an existing Method resource.
putMethodResponseRequest - Request to add a MethodResponse to an existing
Method resource.UnauthorizedExceptionNotFoundExceptionConflictExceptionLimitExceededExceptionBadRequestExceptionTooManyRequestsExceptionTestInvokeMethodResult testInvokeMethod(TestInvokeMethodRequest testInvokeMethodRequest)
testInvokeMethodRequest - BadRequestExceptionUnauthorizedExceptionNotFoundExceptionTooManyRequestsExceptionUpdateAccountResult updateAccount(UpdateAccountRequest updateAccountRequest)
Changes information about the current Account resource.
updateAccountRequest - Requests Amazon API Gateway to change information about the
current Account resource.UnauthorizedExceptionBadRequestExceptionNotFoundExceptionTooManyRequestsExceptionUpdateApiKeyResult updateApiKey(UpdateApiKeyRequest updateApiKeyRequest)
Changes information about an ApiKey resource.
updateApiKeyRequest - A request to change information about an ApiKey resource.UnauthorizedExceptionNotFoundExceptionBadRequestExceptionTooManyRequestsExceptionUpdateBasePathMappingResult updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest)
Changes information about the BasePathMapping resource.
updateBasePathMappingRequest - A request to change information about the BasePathMapping
resource.UnauthorizedExceptionNotFoundExceptionConflictExceptionBadRequestExceptionTooManyRequestsExceptionUpdateClientCertificateResult updateClientCertificate(UpdateClientCertificateRequest updateClientCertificateRequest)
updateClientCertificateRequest - UnauthorizedExceptionTooManyRequestsExceptionBadRequestExceptionNotFoundExceptionUpdateDeploymentResult updateDeployment(UpdateDeploymentRequest updateDeploymentRequest)
Changes information about a Deployment resource.
updateDeploymentRequest - Requests Amazon API Gateway to change information about a
Deployment resource.UnauthorizedExceptionNotFoundExceptionBadRequestExceptionTooManyRequestsExceptionServiceUnavailableExceptionUpdateDomainNameResult updateDomainName(UpdateDomainNameRequest updateDomainNameRequest)
Changes information about the DomainName resource.
updateDomainNameRequest - A request to change information about the DomainName
resource.UnauthorizedExceptionNotFoundExceptionBadRequestExceptionTooManyRequestsExceptionUpdateIntegrationResult updateIntegration(UpdateIntegrationRequest updateIntegrationRequest)
Represents an update integration.
updateIntegrationRequest - Represents an update integration request.UnauthorizedExceptionNotFoundExceptionBadRequestExceptionTooManyRequestsExceptionUpdateIntegrationResponseResult updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest)
Represents an update integration response.
updateIntegrationResponseRequest - Represents an update integration response request.UnauthorizedExceptionNotFoundExceptionBadRequestExceptionTooManyRequestsExceptionUpdateMethodResult updateMethod(UpdateMethodRequest updateMethodRequest)
Updates an existing Method resource.
updateMethodRequest - Request to update an existing Method resource.UnauthorizedExceptionNotFoundExceptionBadRequestExceptionTooManyRequestsExceptionUpdateMethodResponseResult updateMethodResponse(UpdateMethodResponseRequest updateMethodResponseRequest)
Updates an existing MethodResponse resource.
updateMethodResponseRequest - A request to update an existing MethodResponse resource.UnauthorizedExceptionNotFoundExceptionConflictExceptionLimitExceededExceptionBadRequestExceptionTooManyRequestsExceptionUpdateModelResult updateModel(UpdateModelRequest updateModelRequest)
Changes information about a model.
updateModelRequest - Request to update an existing model in an existing RestApi
resource.UnauthorizedExceptionNotFoundExceptionBadRequestExceptionTooManyRequestsExceptionUpdateResourceResult updateResource(UpdateResourceRequest updateResourceRequest)
Changes information about a Resource resource.
updateResourceRequest - Request to change information about a Resource resource.UnauthorizedExceptionNotFoundExceptionConflictExceptionBadRequestExceptionTooManyRequestsExceptionUpdateRestApiResult updateRestApi(UpdateRestApiRequest updateRestApiRequest)
Changes information about the specified API.
updateRestApiRequest - Request to update an existing RestApi resource in your
collection.UnauthorizedExceptionNotFoundExceptionConflictExceptionBadRequestExceptionTooManyRequestsExceptionUpdateStageResult updateStage(UpdateStageRequest updateStageRequest)
Changes information about a Stage resource.
updateStageRequest - Requests Amazon API Gateway to change information about a
Stage resource.UnauthorizedExceptionNotFoundExceptionConflictExceptionBadRequestExceptionTooManyRequestsExceptionvoid shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response 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.
request - The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.