Uses of Class
software.amazon.awssdk.services.apigateway.model.ConflictException
Packages that use ConflictException
-
Uses of ConflictException in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that throw ConflictExceptionModifier and TypeMethodDescriptiondefault CreateApiKeyResponseApiGatewayClient.createApiKey()Create an ApiKey resource.default CreateApiKeyResponseApiGatewayClient.createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest) Create an ApiKey resource.default CreateApiKeyResponseApiGatewayClient.createApiKey(CreateApiKeyRequest createApiKeyRequest) Create an ApiKey resource.default CreateAuthorizerResponseApiGatewayClient.createAuthorizer(Consumer<CreateAuthorizerRequest.Builder> createAuthorizerRequest) Adds a new Authorizer resource to an existing RestApi resource.default CreateAuthorizerResponseApiGatewayClient.createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest) Adds a new Authorizer resource to an existing RestApi resource.default CreateBasePathMappingResponseApiGatewayClient.createBasePathMapping(Consumer<CreateBasePathMappingRequest.Builder> createBasePathMappingRequest) Creates a new BasePathMapping resource.default CreateBasePathMappingResponseApiGatewayClient.createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest) Creates a new BasePathMapping resource.default CreateDeploymentResponseApiGatewayClient.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest) Creates a Deployment resource, which makes a specified RestApi callable over the internet.default CreateDeploymentResponseApiGatewayClient.createDeployment(CreateDeploymentRequest createDeploymentRequest) Creates a Deployment resource, which makes a specified RestApi callable over the internet.default CreateDocumentationPartResponseApiGatewayClient.createDocumentationPart(Consumer<CreateDocumentationPartRequest.Builder> createDocumentationPartRequest) Creates a documentation part.default CreateDocumentationPartResponseApiGatewayClient.createDocumentationPart(CreateDocumentationPartRequest createDocumentationPartRequest) Creates a documentation part.ApiGatewayClient.createDocumentationVersion(Consumer<CreateDocumentationVersionRequest.Builder> createDocumentationVersionRequest) Creates a documentation versionApiGatewayClient.createDocumentationVersion(CreateDocumentationVersionRequest createDocumentationVersionRequest) Creates a documentation versiondefault CreateDomainNameResponseApiGatewayClient.createDomainName(Consumer<CreateDomainNameRequest.Builder> createDomainNameRequest) Creates a new domain name.default CreateDomainNameResponseApiGatewayClient.createDomainName(CreateDomainNameRequest createDomainNameRequest) Creates a new domain name.ApiGatewayClient.createDomainNameAccessAssociation(Consumer<CreateDomainNameAccessAssociationRequest.Builder> createDomainNameAccessAssociationRequest) Creates a domain name access association resource between an access association source and a private custom domain name.ApiGatewayClient.createDomainNameAccessAssociation(CreateDomainNameAccessAssociationRequest createDomainNameAccessAssociationRequest) Creates a domain name access association resource between an access association source and a private custom domain name.default CreateModelResponseApiGatewayClient.createModel(Consumer<CreateModelRequest.Builder> createModelRequest) Adds a new Model resource to an existing RestApi resource.default CreateModelResponseApiGatewayClient.createModel(CreateModelRequest createModelRequest) Adds a new Model resource to an existing RestApi resource.default CreateRequestValidatorResponseApiGatewayClient.createRequestValidator(Consumer<CreateRequestValidatorRequest.Builder> createRequestValidatorRequest) Creates a RequestValidator of a given RestApi.default CreateRequestValidatorResponseApiGatewayClient.createRequestValidator(CreateRequestValidatorRequest createRequestValidatorRequest) Creates a RequestValidator of a given RestApi.default CreateResourceResponseApiGatewayClient.createResource(Consumer<CreateResourceRequest.Builder> createResourceRequest) Creates a Resource resource.default CreateResourceResponseApiGatewayClient.createResource(CreateResourceRequest createResourceRequest) Creates a Resource resource.default CreateRestApiResponseApiGatewayClient.createRestApi(Consumer<CreateRestApiRequest.Builder> createRestApiRequest) Creates a new RestApi resource.default CreateRestApiResponseApiGatewayClient.createRestApi(CreateRestApiRequest createRestApiRequest) Creates a new RestApi resource.default CreateStageResponseApiGatewayClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest) Creates a new Stage resource that references a pre-existing Deployment for the API.default CreateStageResponseApiGatewayClient.createStage(CreateStageRequest createStageRequest) Creates a new Stage resource that references a pre-existing Deployment for the API.default CreateUsagePlanResponseApiGatewayClient.createUsagePlan(Consumer<CreateUsagePlanRequest.Builder> createUsagePlanRequest) Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.default CreateUsagePlanResponseApiGatewayClient.createUsagePlan(CreateUsagePlanRequest createUsagePlanRequest) Creates a usage plan with the throttle and quota limits, as well as the associated API stages, specified in the payload.default CreateUsagePlanKeyResponseApiGatewayClient.createUsagePlanKey(Consumer<CreateUsagePlanKeyRequest.Builder> createUsagePlanKeyRequest) Creates a usage plan key for adding an existing API key to a usage plan.default CreateUsagePlanKeyResponseApiGatewayClient.createUsagePlanKey(CreateUsagePlanKeyRequest createUsagePlanKeyRequest) Creates a usage plan key for adding an existing API key to a usage plan.default CreateVpcLinkResponseApiGatewayClient.createVpcLink(Consumer<CreateVpcLinkRequest.Builder> createVpcLinkRequest) Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.default CreateVpcLinkResponseApiGatewayClient.createVpcLink(CreateVpcLinkRequest createVpcLinkRequest) Creates a VPC link, under the caller's account in a selected region, in an asynchronous operation that typically takes 2-4 minutes to complete and become operational.default DeleteApiKeyResponseApiGatewayClient.deleteApiKey(Consumer<DeleteApiKeyRequest.Builder> deleteApiKeyRequest) Deletes the ApiKey resource.default DeleteApiKeyResponseApiGatewayClient.deleteApiKey(DeleteApiKeyRequest deleteApiKeyRequest) Deletes the ApiKey resource.default DeleteAuthorizerResponseApiGatewayClient.deleteAuthorizer(Consumer<DeleteAuthorizerRequest.Builder> deleteAuthorizerRequest) Deletes an existing Authorizer resource.default DeleteAuthorizerResponseApiGatewayClient.deleteAuthorizer(DeleteAuthorizerRequest deleteAuthorizerRequest) Deletes an existing Authorizer resource.default DeleteBasePathMappingResponseApiGatewayClient.deleteBasePathMapping(Consumer<DeleteBasePathMappingRequest.Builder> deleteBasePathMappingRequest) Deletes the BasePathMapping resource.default DeleteBasePathMappingResponseApiGatewayClient.deleteBasePathMapping(DeleteBasePathMappingRequest deleteBasePathMappingRequest) Deletes the BasePathMapping resource.default DeleteClientCertificateResponseApiGatewayClient.deleteClientCertificate(Consumer<DeleteClientCertificateRequest.Builder> deleteClientCertificateRequest) Deletes the ClientCertificate resource.default DeleteClientCertificateResponseApiGatewayClient.deleteClientCertificate(DeleteClientCertificateRequest deleteClientCertificateRequest) Deletes the ClientCertificate resource.default DeleteDeploymentResponseApiGatewayClient.deleteDeployment(Consumer<DeleteDeploymentRequest.Builder> deleteDeploymentRequest) Deletes a Deployment resource.default DeleteDeploymentResponseApiGatewayClient.deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest) Deletes a Deployment resource.default DeleteDocumentationPartResponseApiGatewayClient.deleteDocumentationPart(Consumer<DeleteDocumentationPartRequest.Builder> deleteDocumentationPartRequest) Deletes a documentation partdefault DeleteDocumentationPartResponseApiGatewayClient.deleteDocumentationPart(DeleteDocumentationPartRequest deleteDocumentationPartRequest) Deletes a documentation partApiGatewayClient.deleteDocumentationVersion(Consumer<DeleteDocumentationVersionRequest.Builder> deleteDocumentationVersionRequest) Deletes a documentation version.ApiGatewayClient.deleteDocumentationVersion(DeleteDocumentationVersionRequest deleteDocumentationVersionRequest) Deletes a documentation version.default DeleteDomainNameResponseApiGatewayClient.deleteDomainName(Consumer<DeleteDomainNameRequest.Builder> deleteDomainNameRequest) Deletes the DomainName resource.default DeleteDomainNameResponseApiGatewayClient.deleteDomainName(DeleteDomainNameRequest deleteDomainNameRequest) Deletes the DomainName resource.ApiGatewayClient.deleteDomainNameAccessAssociation(Consumer<DeleteDomainNameAccessAssociationRequest.Builder> deleteDomainNameAccessAssociationRequest) Deletes the DomainNameAccessAssociation resource.ApiGatewayClient.deleteDomainNameAccessAssociation(DeleteDomainNameAccessAssociationRequest deleteDomainNameAccessAssociationRequest) Deletes the DomainNameAccessAssociation resource.default DeleteGatewayResponseResponseApiGatewayClient.deleteGatewayResponse(Consumer<DeleteGatewayResponseRequest.Builder> deleteGatewayResponseRequest) Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.default DeleteGatewayResponseResponseApiGatewayClient.deleteGatewayResponse(DeleteGatewayResponseRequest deleteGatewayResponseRequest) Clears any customization of a GatewayResponse of a specified response type on the given RestApi and resets it with the default settings.default DeleteIntegrationResponseApiGatewayClient.deleteIntegration(Consumer<DeleteIntegrationRequest.Builder> deleteIntegrationRequest) Represents a delete integration.default DeleteIntegrationResponseApiGatewayClient.deleteIntegration(DeleteIntegrationRequest deleteIntegrationRequest) Represents a delete integration.ApiGatewayClient.deleteIntegrationResponse(Consumer<DeleteIntegrationResponseRequest.Builder> deleteIntegrationResponseRequest) Represents a delete integration response.ApiGatewayClient.deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest) Represents a delete integration response.default DeleteMethodResponseApiGatewayClient.deleteMethod(Consumer<DeleteMethodRequest.Builder> deleteMethodRequest) Deletes an existing Method resource.default DeleteMethodResponseApiGatewayClient.deleteMethod(DeleteMethodRequest deleteMethodRequest) Deletes an existing Method resource.default DeleteMethodResponseResponseApiGatewayClient.deleteMethodResponse(Consumer<DeleteMethodResponseRequest.Builder> deleteMethodResponseRequest) Deletes an existing MethodResponse resource.default DeleteMethodResponseResponseApiGatewayClient.deleteMethodResponse(DeleteMethodResponseRequest deleteMethodResponseRequest) Deletes an existing MethodResponse resource.default DeleteModelResponseApiGatewayClient.deleteModel(Consumer<DeleteModelRequest.Builder> deleteModelRequest) Deletes a model.default DeleteModelResponseApiGatewayClient.deleteModel(DeleteModelRequest deleteModelRequest) Deletes a model.default DeleteRequestValidatorResponseApiGatewayClient.deleteRequestValidator(Consumer<DeleteRequestValidatorRequest.Builder> deleteRequestValidatorRequest) Deletes a RequestValidator of a given RestApi.default DeleteRequestValidatorResponseApiGatewayClient.deleteRequestValidator(DeleteRequestValidatorRequest deleteRequestValidatorRequest) Deletes a RequestValidator of a given RestApi.default DeleteResourceResponseApiGatewayClient.deleteResource(Consumer<DeleteResourceRequest.Builder> deleteResourceRequest) Deletes a Resource resource.default DeleteResourceResponseApiGatewayClient.deleteResource(DeleteResourceRequest deleteResourceRequest) Deletes a Resource resource.default DeleteRestApiResponseApiGatewayClient.deleteRestApi(Consumer<DeleteRestApiRequest.Builder> deleteRestApiRequest) Deletes the specified API.default DeleteRestApiResponseApiGatewayClient.deleteRestApi(DeleteRestApiRequest deleteRestApiRequest) Deletes the specified API.default DeleteStageResponseApiGatewayClient.deleteStage(Consumer<DeleteStageRequest.Builder> deleteStageRequest) Deletes a Stage resource.default DeleteStageResponseApiGatewayClient.deleteStage(DeleteStageRequest deleteStageRequest) Deletes a Stage resource.default DeleteUsagePlanResponseApiGatewayClient.deleteUsagePlan(Consumer<DeleteUsagePlanRequest.Builder> deleteUsagePlanRequest) Deletes a usage plan of a given plan Id.default DeleteUsagePlanResponseApiGatewayClient.deleteUsagePlan(DeleteUsagePlanRequest deleteUsagePlanRequest) Deletes a usage plan of a given plan Id.default DeleteUsagePlanKeyResponseApiGatewayClient.deleteUsagePlanKey(Consumer<DeleteUsagePlanKeyRequest.Builder> deleteUsagePlanKeyRequest) Deletes a usage plan key and remove the underlying API key from the associated usage plan.default DeleteUsagePlanKeyResponseApiGatewayClient.deleteUsagePlanKey(DeleteUsagePlanKeyRequest deleteUsagePlanKeyRequest) Deletes a usage plan key and remove the underlying API key from the associated usage plan.default DeleteVpcLinkResponseApiGatewayClient.deleteVpcLink(Consumer<DeleteVpcLinkRequest.Builder> deleteVpcLinkRequest) Deletes an existing VpcLink of a specified identifier.default DeleteVpcLinkResponseApiGatewayClient.deleteVpcLink(DeleteVpcLinkRequest deleteVpcLinkRequest) Deletes an existing VpcLink of a specified identifier.ApiGatewayClient.flushStageAuthorizersCache(Consumer<FlushStageAuthorizersCacheRequest.Builder> flushStageAuthorizersCacheRequest) Flushes all authorizer cache entries on a stage.ApiGatewayClient.flushStageAuthorizersCache(FlushStageAuthorizersCacheRequest flushStageAuthorizersCacheRequest) Flushes all authorizer cache entries on a stage.default FlushStageCacheResponseApiGatewayClient.flushStageCache(Consumer<FlushStageCacheRequest.Builder> flushStageCacheRequest) Flushes a stage's cache.default FlushStageCacheResponseApiGatewayClient.flushStageCache(FlushStageCacheRequest flushStageCacheRequest) Flushes a stage's cache.ApiGatewayClient.generateClientCertificate()Generates a ClientCertificate resource.ApiGatewayClient.generateClientCertificate(Consumer<GenerateClientCertificateRequest.Builder> generateClientCertificateRequest) Generates a ClientCertificate resource.ApiGatewayClient.generateClientCertificate(GenerateClientCertificateRequest generateClientCertificateRequest) Generates a ClientCertificate resource.default GetExportResponseApiGatewayClient.getExport(Consumer<GetExportRequest.Builder> getExportRequest) Exports a deployed version of a RestApi in a specified format.default GetExportResponseApiGatewayClient.getExport(GetExportRequest getExportRequest) Exports a deployed version of a RestApi in a specified format.default GetSdkResponseApiGatewayClient.getSdk(Consumer<GetSdkRequest.Builder> getSdkRequest) Generates a client SDK for a RestApi and Stage.default GetSdkResponseApiGatewayClient.getSdk(GetSdkRequest getSdkRequest) Generates a client SDK for a RestApi and Stage.default GetStageResponseApiGatewayClient.getStage(Consumer<GetStageRequest.Builder> getStageRequest) Gets information about a Stage resource.default GetStageResponseApiGatewayClient.getStage(GetStageRequest getStageRequest) Gets information about a Stage resource.default GetStagesResponseApiGatewayClient.getStages(Consumer<GetStagesRequest.Builder> getStagesRequest) Gets information about one or more Stage resources.default GetStagesResponseApiGatewayClient.getStages(GetStagesRequest getStagesRequest) Gets information about one or more Stage resources.default ImportApiKeysResponseApiGatewayClient.importApiKeys(Consumer<ImportApiKeysRequest.Builder> importApiKeysRequest) Import API keys from an external source, such as a CSV-formatted file.default ImportApiKeysResponseApiGatewayClient.importApiKeys(ImportApiKeysRequest importApiKeysRequest) Import API keys from an external source, such as a CSV-formatted file.default ImportDocumentationPartsResponseApiGatewayClient.importDocumentationParts(Consumer<ImportDocumentationPartsRequest.Builder> importDocumentationPartsRequest) Imports documentation partsdefault ImportDocumentationPartsResponseApiGatewayClient.importDocumentationParts(ImportDocumentationPartsRequest importDocumentationPartsRequest) Imports documentation partsdefault ImportRestApiResponseApiGatewayClient.importRestApi(Consumer<ImportRestApiRequest.Builder> importRestApiRequest) A feature of the API Gateway control service for creating a new API from an external API definition file.default ImportRestApiResponseApiGatewayClient.importRestApi(ImportRestApiRequest importRestApiRequest) A feature of the API Gateway control service for creating a new API from an external API definition file.default PutGatewayResponseResponseApiGatewayClient.putGatewayResponse(Consumer<PutGatewayResponseRequest.Builder> putGatewayResponseRequest) Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.default PutGatewayResponseResponseApiGatewayClient.putGatewayResponse(PutGatewayResponseRequest putGatewayResponseRequest) Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.default PutIntegrationResponseApiGatewayClient.putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest) Sets up a method's integration.default PutIntegrationResponseApiGatewayClient.putIntegration(PutIntegrationRequest putIntegrationRequest) Sets up a method's integration.default PutIntegrationResponseResponseApiGatewayClient.putIntegrationResponse(Consumer<PutIntegrationResponseRequest.Builder> putIntegrationResponseRequest) Represents a put integration.default PutIntegrationResponseResponseApiGatewayClient.putIntegrationResponse(PutIntegrationResponseRequest putIntegrationResponseRequest) Represents a put integration.default PutMethodResponseApiGatewayClient.putMethod(Consumer<PutMethodRequest.Builder> putMethodRequest) Add a method to an existing Resource resource.default PutMethodResponseApiGatewayClient.putMethod(PutMethodRequest putMethodRequest) Add a method to an existing Resource resource.default PutMethodResponseResponseApiGatewayClient.putMethodResponse(Consumer<PutMethodResponseRequest.Builder> putMethodResponseRequest) Adds a MethodResponse to an existing Method resource.default PutMethodResponseResponseApiGatewayClient.putMethodResponse(PutMethodResponseRequest putMethodResponseRequest) Adds a MethodResponse to an existing Method resource.default PutRestApiResponseApiGatewayClient.putRestApi(Consumer<PutRestApiRequest.Builder> putRestApiRequest) A feature of the API Gateway control service for updating an existing API with an input of external API definitions.default PutRestApiResponseApiGatewayClient.putRestApi(PutRestApiRequest putRestApiRequest) A feature of the API Gateway control service for updating an existing API with an input of external API definitions.ApiGatewayClient.rejectDomainNameAccessAssociation(Consumer<RejectDomainNameAccessAssociationRequest.Builder> rejectDomainNameAccessAssociationRequest) Rejects a domain name access association with a private custom domain name.ApiGatewayClient.rejectDomainNameAccessAssociation(RejectDomainNameAccessAssociationRequest rejectDomainNameAccessAssociationRequest) Rejects a domain name access association with a private custom domain name.default TagResourceResponseApiGatewayClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Adds or updates a tag on a given resource.default TagResourceResponseApiGatewayClient.tagResource(TagResourceRequest tagResourceRequest) Adds or updates a tag on a given resource.default UntagResourceResponseApiGatewayClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Removes a tag from a given resource.default UntagResourceResponseApiGatewayClient.untagResource(UntagResourceRequest untagResourceRequest) Removes a tag from a given resource.default UpdateAccountResponseApiGatewayClient.updateAccount(Consumer<UpdateAccountRequest.Builder> updateAccountRequest) Changes information about the current Account resource.default UpdateAccountResponseApiGatewayClient.updateAccount(UpdateAccountRequest updateAccountRequest) Changes information about the current Account resource.default UpdateApiKeyResponseApiGatewayClient.updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest) Changes information about an ApiKey resource.default UpdateApiKeyResponseApiGatewayClient.updateApiKey(UpdateApiKeyRequest updateApiKeyRequest) Changes information about an ApiKey resource.default UpdateAuthorizerResponseApiGatewayClient.updateAuthorizer(Consumer<UpdateAuthorizerRequest.Builder> updateAuthorizerRequest) Updates an existing Authorizer resource.default UpdateAuthorizerResponseApiGatewayClient.updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest) Updates an existing Authorizer resource.default UpdateBasePathMappingResponseApiGatewayClient.updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder> updateBasePathMappingRequest) Changes information about the BasePathMapping resource.default UpdateBasePathMappingResponseApiGatewayClient.updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest) Changes information about the BasePathMapping resource.default UpdateClientCertificateResponseApiGatewayClient.updateClientCertificate(Consumer<UpdateClientCertificateRequest.Builder> updateClientCertificateRequest) Changes information about an ClientCertificate resource.default UpdateClientCertificateResponseApiGatewayClient.updateClientCertificate(UpdateClientCertificateRequest updateClientCertificateRequest) Changes information about an ClientCertificate resource.default UpdateDeploymentResponseApiGatewayClient.updateDeployment(Consumer<UpdateDeploymentRequest.Builder> updateDeploymentRequest) Changes information about a Deployment resource.default UpdateDeploymentResponseApiGatewayClient.updateDeployment(UpdateDeploymentRequest updateDeploymentRequest) Changes information about a Deployment resource.default UpdateDocumentationPartResponseApiGatewayClient.updateDocumentationPart(Consumer<UpdateDocumentationPartRequest.Builder> updateDocumentationPartRequest) Updates a documentation part.default UpdateDocumentationPartResponseApiGatewayClient.updateDocumentationPart(UpdateDocumentationPartRequest updateDocumentationPartRequest) Updates a documentation part.ApiGatewayClient.updateDocumentationVersion(Consumer<UpdateDocumentationVersionRequest.Builder> updateDocumentationVersionRequest) Updates a documentation version.ApiGatewayClient.updateDocumentationVersion(UpdateDocumentationVersionRequest updateDocumentationVersionRequest) Updates a documentation version.default UpdateDomainNameResponseApiGatewayClient.updateDomainName(Consumer<UpdateDomainNameRequest.Builder> updateDomainNameRequest) Changes information about the DomainName resource.default UpdateDomainNameResponseApiGatewayClient.updateDomainName(UpdateDomainNameRequest updateDomainNameRequest) Changes information about the DomainName resource.default UpdateGatewayResponseResponseApiGatewayClient.updateGatewayResponse(Consumer<UpdateGatewayResponseRequest.Builder> updateGatewayResponseRequest) Updates a GatewayResponse of a specified response type on the given RestApi.default UpdateGatewayResponseResponseApiGatewayClient.updateGatewayResponse(UpdateGatewayResponseRequest updateGatewayResponseRequest) Updates a GatewayResponse of a specified response type on the given RestApi.default UpdateIntegrationResponseApiGatewayClient.updateIntegration(Consumer<UpdateIntegrationRequest.Builder> updateIntegrationRequest) Represents an update integration.default UpdateIntegrationResponseApiGatewayClient.updateIntegration(UpdateIntegrationRequest updateIntegrationRequest) Represents an update integration.ApiGatewayClient.updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder> updateIntegrationResponseRequest) Represents an update integration response.ApiGatewayClient.updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest) Represents an update integration response.default UpdateMethodResponseApiGatewayClient.updateMethod(Consumer<UpdateMethodRequest.Builder> updateMethodRequest) Updates an existing Method resource.default UpdateMethodResponseApiGatewayClient.updateMethod(UpdateMethodRequest updateMethodRequest) Updates an existing Method resource.default UpdateMethodResponseResponseApiGatewayClient.updateMethodResponse(Consumer<UpdateMethodResponseRequest.Builder> updateMethodResponseRequest) Updates an existing MethodResponse resource.default UpdateMethodResponseResponseApiGatewayClient.updateMethodResponse(UpdateMethodResponseRequest updateMethodResponseRequest) Updates an existing MethodResponse resource.default UpdateModelResponseApiGatewayClient.updateModel(Consumer<UpdateModelRequest.Builder> updateModelRequest) Changes information about a model.default UpdateModelResponseApiGatewayClient.updateModel(UpdateModelRequest updateModelRequest) Changes information about a model.default UpdateRequestValidatorResponseApiGatewayClient.updateRequestValidator(Consumer<UpdateRequestValidatorRequest.Builder> updateRequestValidatorRequest) Updates a RequestValidator of a given RestApi.default UpdateRequestValidatorResponseApiGatewayClient.updateRequestValidator(UpdateRequestValidatorRequest updateRequestValidatorRequest) Updates a RequestValidator of a given RestApi.default UpdateResourceResponseApiGatewayClient.updateResource(Consumer<UpdateResourceRequest.Builder> updateResourceRequest) Changes information about a Resource resource.default UpdateResourceResponseApiGatewayClient.updateResource(UpdateResourceRequest updateResourceRequest) Changes information about a Resource resource.default UpdateRestApiResponseApiGatewayClient.updateRestApi(Consumer<UpdateRestApiRequest.Builder> updateRestApiRequest) Changes information about the specified API.default UpdateRestApiResponseApiGatewayClient.updateRestApi(UpdateRestApiRequest updateRestApiRequest) Changes information about the specified API.default UpdateStageResponseApiGatewayClient.updateStage(Consumer<UpdateStageRequest.Builder> updateStageRequest) Changes information about a Stage resource.default UpdateStageResponseApiGatewayClient.updateStage(UpdateStageRequest updateStageRequest) Changes information about a Stage resource.default UpdateUsageResponseApiGatewayClient.updateUsage(Consumer<UpdateUsageRequest.Builder> updateUsageRequest) Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.default UpdateUsageResponseApiGatewayClient.updateUsage(UpdateUsageRequest updateUsageRequest) Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.default UpdateUsagePlanResponseApiGatewayClient.updateUsagePlan(Consumer<UpdateUsagePlanRequest.Builder> updateUsagePlanRequest) Updates a usage plan of a given plan Id.default UpdateUsagePlanResponseApiGatewayClient.updateUsagePlan(UpdateUsagePlanRequest updateUsagePlanRequest) Updates a usage plan of a given plan Id.default UpdateVpcLinkResponseApiGatewayClient.updateVpcLink(Consumer<UpdateVpcLinkRequest.Builder> updateVpcLinkRequest) Updates an existing VpcLink of a specified identifier.default UpdateVpcLinkResponseApiGatewayClient.updateVpcLink(UpdateVpcLinkRequest updateVpcLinkRequest) Updates an existing VpcLink of a specified identifier.