default CreateApiKeyResponse |
ApiGatewayClient.createApiKey() |
Create an ApiKey resource.
|
default CreateApiKeyResponse |
ApiGatewayClient.createApiKey(Consumer<CreateApiKeyRequest.Builder> createApiKeyRequest) |
Create an ApiKey resource.
|
default CreateApiKeyResponse |
ApiGatewayClient.createApiKey(CreateApiKeyRequest createApiKeyRequest) |
Create an ApiKey resource.
|
default CreateAuthorizerResponse |
ApiGatewayClient.createAuthorizer(Consumer<CreateAuthorizerRequest.Builder> createAuthorizerRequest) |
Adds a new Authorizer resource to an existing RestApi resource.
|
default CreateAuthorizerResponse |
ApiGatewayClient.createAuthorizer(CreateAuthorizerRequest createAuthorizerRequest) |
Adds a new Authorizer resource to an existing RestApi resource.
|
default CreateBasePathMappingResponse |
ApiGatewayClient.createBasePathMapping(Consumer<CreateBasePathMappingRequest.Builder> createBasePathMappingRequest) |
Creates a new BasePathMapping resource.
|
default CreateBasePathMappingResponse |
ApiGatewayClient.createBasePathMapping(CreateBasePathMappingRequest createBasePathMappingRequest) |
Creates a new BasePathMapping resource.
|
default CreateDeploymentResponse |
ApiGatewayClient.createDeployment(Consumer<CreateDeploymentRequest.Builder> createDeploymentRequest) |
Creates a Deployment resource, which makes a specified RestApi callable over the internet.
|
default CreateDeploymentResponse |
ApiGatewayClient.createDeployment(CreateDeploymentRequest createDeploymentRequest) |
Creates a Deployment resource, which makes a specified RestApi callable over the internet.
|
default CreateDocumentationPartResponse |
ApiGatewayClient.createDocumentationPart(Consumer<CreateDocumentationPartRequest.Builder> createDocumentationPartRequest) |
Creates a documentation part.
|
default CreateDocumentationPartResponse |
ApiGatewayClient.createDocumentationPart(CreateDocumentationPartRequest createDocumentationPartRequest) |
Creates a documentation part.
|
default CreateDocumentationVersionResponse |
ApiGatewayClient.createDocumentationVersion(Consumer<CreateDocumentationVersionRequest.Builder> createDocumentationVersionRequest) |
Creates a documentation version
|
default CreateDocumentationVersionResponse |
ApiGatewayClient.createDocumentationVersion(CreateDocumentationVersionRequest createDocumentationVersionRequest) |
Creates a documentation version
|
default CreateDomainNameResponse |
ApiGatewayClient.createDomainName(Consumer<CreateDomainNameRequest.Builder> createDomainNameRequest) |
Creates a new domain name.
|
default CreateDomainNameResponse |
ApiGatewayClient.createDomainName(CreateDomainNameRequest createDomainNameRequest) |
Creates a new domain name.
|
default CreateDomainNameAccessAssociationResponse |
ApiGatewayClient.createDomainNameAccessAssociation(Consumer<CreateDomainNameAccessAssociationRequest.Builder> createDomainNameAccessAssociationRequest) |
Creates a domain name access association resource between an access association source and a private custom
domain name.
|
default CreateDomainNameAccessAssociationResponse |
ApiGatewayClient.createDomainNameAccessAssociation(CreateDomainNameAccessAssociationRequest createDomainNameAccessAssociationRequest) |
Creates a domain name access association resource between an access association source and a private custom
domain name.
|
default CreateModelResponse |
ApiGatewayClient.createModel(Consumer<CreateModelRequest.Builder> createModelRequest) |
Adds a new Model resource to an existing RestApi resource.
|
default CreateModelResponse |
ApiGatewayClient.createModel(CreateModelRequest createModelRequest) |
Adds a new Model resource to an existing RestApi resource.
|
default CreateRequestValidatorResponse |
ApiGatewayClient.createRequestValidator(Consumer<CreateRequestValidatorRequest.Builder> createRequestValidatorRequest) |
Creates a RequestValidator of a given RestApi.
|
default CreateRequestValidatorResponse |
ApiGatewayClient.createRequestValidator(CreateRequestValidatorRequest createRequestValidatorRequest) |
Creates a RequestValidator of a given RestApi.
|
default CreateResourceResponse |
ApiGatewayClient.createResource(Consumer<CreateResourceRequest.Builder> createResourceRequest) |
Creates a Resource resource.
|
default CreateResourceResponse |
ApiGatewayClient.createResource(CreateResourceRequest createResourceRequest) |
Creates a Resource resource.
|
default CreateRestApiResponse |
ApiGatewayClient.createRestApi(Consumer<CreateRestApiRequest.Builder> createRestApiRequest) |
Creates a new RestApi resource.
|
default CreateRestApiResponse |
ApiGatewayClient.createRestApi(CreateRestApiRequest createRestApiRequest) |
Creates a new RestApi resource.
|
default CreateStageResponse |
ApiGatewayClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest) |
Creates a new Stage resource that references a pre-existing Deployment for the API.
|
default CreateStageResponse |
ApiGatewayClient.createStage(CreateStageRequest createStageRequest) |
Creates a new Stage resource that references a pre-existing Deployment for the API.
|
default CreateUsagePlanResponse |
ApiGatewayClient.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 CreateUsagePlanResponse |
ApiGatewayClient.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 CreateUsagePlanKeyResponse |
ApiGatewayClient.createUsagePlanKey(Consumer<CreateUsagePlanKeyRequest.Builder> createUsagePlanKeyRequest) |
Creates a usage plan key for adding an existing API key to a usage plan.
|
default CreateUsagePlanKeyResponse |
ApiGatewayClient.createUsagePlanKey(CreateUsagePlanKeyRequest createUsagePlanKeyRequest) |
Creates a usage plan key for adding an existing API key to a usage plan.
|
default CreateVpcLinkResponse |
ApiGatewayClient.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 CreateVpcLinkResponse |
ApiGatewayClient.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 DeleteDeploymentResponse |
ApiGatewayClient.deleteDeployment(Consumer<DeleteDeploymentRequest.Builder> deleteDeploymentRequest) |
Deletes a Deployment resource.
|
default DeleteDeploymentResponse |
ApiGatewayClient.deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest) |
Deletes a Deployment resource.
|
default DeleteStageResponse |
ApiGatewayClient.deleteStage(Consumer<DeleteStageRequest.Builder> deleteStageRequest) |
Deletes a Stage resource.
|
default DeleteStageResponse |
ApiGatewayClient.deleteStage(DeleteStageRequest deleteStageRequest) |
Deletes a Stage resource.
|
default FlushStageAuthorizersCacheResponse |
ApiGatewayClient.flushStageAuthorizersCache(Consumer<FlushStageAuthorizersCacheRequest.Builder> flushStageAuthorizersCacheRequest) |
Flushes all authorizer cache entries on a stage.
|
default FlushStageAuthorizersCacheResponse |
ApiGatewayClient.flushStageAuthorizersCache(FlushStageAuthorizersCacheRequest flushStageAuthorizersCacheRequest) |
Flushes all authorizer cache entries on a stage.
|
default FlushStageCacheResponse |
ApiGatewayClient.flushStageCache(Consumer<FlushStageCacheRequest.Builder> flushStageCacheRequest) |
Flushes a stage's cache.
|
default FlushStageCacheResponse |
ApiGatewayClient.flushStageCache(FlushStageCacheRequest flushStageCacheRequest) |
Flushes a stage's cache.
|
default GenerateClientCertificateResponse |
ApiGatewayClient.generateClientCertificate() |
Generates a ClientCertificate resource.
|
default GenerateClientCertificateResponse |
ApiGatewayClient.generateClientCertificate(Consumer<GenerateClientCertificateRequest.Builder> generateClientCertificateRequest) |
Generates a ClientCertificate resource.
|
default GenerateClientCertificateResponse |
ApiGatewayClient.generateClientCertificate(GenerateClientCertificateRequest generateClientCertificateRequest) |
Generates a ClientCertificate resource.
|
default GetExportResponse |
ApiGatewayClient.getExport(Consumer<GetExportRequest.Builder> getExportRequest) |
Exports a deployed version of a RestApi in a specified format.
|
default GetExportResponse |
ApiGatewayClient.getExport(GetExportRequest getExportRequest) |
Exports a deployed version of a RestApi in a specified format.
|
default GetSdkResponse |
ApiGatewayClient.getSdk(Consumer<GetSdkRequest.Builder> getSdkRequest) |
Generates a client SDK for a RestApi and Stage.
|
default GetSdkResponse |
ApiGatewayClient.getSdk(GetSdkRequest getSdkRequest) |
Generates a client SDK for a RestApi and Stage.
|
default GetStageResponse |
ApiGatewayClient.getStage(Consumer<GetStageRequest.Builder> getStageRequest) |
Gets information about a Stage resource.
|
default GetStageResponse |
ApiGatewayClient.getStage(GetStageRequest getStageRequest) |
Gets information about a Stage resource.
|
default GetStagesResponse |
ApiGatewayClient.getStages(Consumer<GetStagesRequest.Builder> getStagesRequest) |
Gets information about one or more Stage resources.
|
default GetStagesResponse |
ApiGatewayClient.getStages(GetStagesRequest getStagesRequest) |
Gets information about one or more Stage resources.
|
default ImportApiKeysResponse |
ApiGatewayClient.importApiKeys(Consumer<ImportApiKeysRequest.Builder> importApiKeysRequest) |
Import API keys from an external source, such as a CSV-formatted file.
|
default ImportApiKeysResponse |
ApiGatewayClient.importApiKeys(ImportApiKeysRequest importApiKeysRequest) |
Import API keys from an external source, such as a CSV-formatted file.
|
default ImportDocumentationPartsResponse |
ApiGatewayClient.importDocumentationParts(Consumer<ImportDocumentationPartsRequest.Builder> importDocumentationPartsRequest) |
Imports documentation parts
|
default ImportDocumentationPartsResponse |
ApiGatewayClient.importDocumentationParts(ImportDocumentationPartsRequest importDocumentationPartsRequest) |
Imports documentation parts
|
default ImportRestApiResponse |
ApiGatewayClient.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 ImportRestApiResponse |
ApiGatewayClient.importRestApi(ImportRestApiRequest importRestApiRequest) |
A feature of the API Gateway control service for creating a new API from an external API definition file.
|
default PutGatewayResponseResponse |
ApiGatewayClient.putGatewayResponse(Consumer<PutGatewayResponseRequest.Builder> putGatewayResponseRequest) |
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
|
default PutGatewayResponseResponse |
ApiGatewayClient.putGatewayResponse(PutGatewayResponseRequest putGatewayResponseRequest) |
Creates a customization of a GatewayResponse of a specified response type and status code on the given RestApi.
|
default PutIntegrationResponse |
ApiGatewayClient.putIntegration(Consumer<PutIntegrationRequest.Builder> putIntegrationRequest) |
Sets up a method's integration.
|
default PutIntegrationResponse |
ApiGatewayClient.putIntegration(PutIntegrationRequest putIntegrationRequest) |
Sets up a method's integration.
|
default PutIntegrationResponseResponse |
ApiGatewayClient.putIntegrationResponse(Consumer<PutIntegrationResponseRequest.Builder> putIntegrationResponseRequest) |
Represents a put integration.
|
default PutIntegrationResponseResponse |
ApiGatewayClient.putIntegrationResponse(PutIntegrationResponseRequest putIntegrationResponseRequest) |
Represents a put integration.
|
default PutMethodResponse |
ApiGatewayClient.putMethod(Consumer<PutMethodRequest.Builder> putMethodRequest) |
Add a method to an existing Resource resource.
|
default PutMethodResponse |
ApiGatewayClient.putMethod(PutMethodRequest putMethodRequest) |
Add a method to an existing Resource resource.
|
default PutMethodResponseResponse |
ApiGatewayClient.putMethodResponse(Consumer<PutMethodResponseRequest.Builder> putMethodResponseRequest) |
Adds a MethodResponse to an existing Method resource.
|
default PutMethodResponseResponse |
ApiGatewayClient.putMethodResponse(PutMethodResponseRequest putMethodResponseRequest) |
Adds a MethodResponse to an existing Method resource.
|
default PutRestApiResponse |
ApiGatewayClient.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 PutRestApiResponse |
ApiGatewayClient.putRestApi(PutRestApiRequest putRestApiRequest) |
A feature of the API Gateway control service for updating an existing API with an input of external API
definitions.
|
default TagResourceResponse |
ApiGatewayClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Adds or updates a tag on a given resource.
|
default TagResourceResponse |
ApiGatewayClient.tagResource(TagResourceRequest tagResourceRequest) |
Adds or updates a tag on a given resource.
|
default UntagResourceResponse |
ApiGatewayClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes a tag from a given resource.
|
default UntagResourceResponse |
ApiGatewayClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes a tag from a given resource.
|
default UpdateAccountResponse |
ApiGatewayClient.updateAccount(Consumer<UpdateAccountRequest.Builder> updateAccountRequest) |
Changes information about the current Account resource.
|
default UpdateAccountResponse |
ApiGatewayClient.updateAccount(UpdateAccountRequest updateAccountRequest) |
Changes information about the current Account resource.
|
default UpdateApiKeyResponse |
ApiGatewayClient.updateApiKey(Consumer<UpdateApiKeyRequest.Builder> updateApiKeyRequest) |
Changes information about an ApiKey resource.
|
default UpdateApiKeyResponse |
ApiGatewayClient.updateApiKey(UpdateApiKeyRequest updateApiKeyRequest) |
Changes information about an ApiKey resource.
|
default UpdateAuthorizerResponse |
ApiGatewayClient.updateAuthorizer(Consumer<UpdateAuthorizerRequest.Builder> updateAuthorizerRequest) |
Updates an existing Authorizer resource.
|
default UpdateAuthorizerResponse |
ApiGatewayClient.updateAuthorizer(UpdateAuthorizerRequest updateAuthorizerRequest) |
Updates an existing Authorizer resource.
|
default UpdateBasePathMappingResponse |
ApiGatewayClient.updateBasePathMapping(Consumer<UpdateBasePathMappingRequest.Builder> updateBasePathMappingRequest) |
Changes information about the BasePathMapping resource.
|
default UpdateBasePathMappingResponse |
ApiGatewayClient.updateBasePathMapping(UpdateBasePathMappingRequest updateBasePathMappingRequest) |
Changes information about the BasePathMapping resource.
|
default UpdateClientCertificateResponse |
ApiGatewayClient.updateClientCertificate(Consumer<UpdateClientCertificateRequest.Builder> updateClientCertificateRequest) |
Changes information about an ClientCertificate resource.
|
default UpdateClientCertificateResponse |
ApiGatewayClient.updateClientCertificate(UpdateClientCertificateRequest updateClientCertificateRequest) |
Changes information about an ClientCertificate resource.
|
default UpdateDeploymentResponse |
ApiGatewayClient.updateDeployment(Consumer<UpdateDeploymentRequest.Builder> updateDeploymentRequest) |
Changes information about a Deployment resource.
|
default UpdateDeploymentResponse |
ApiGatewayClient.updateDeployment(UpdateDeploymentRequest updateDeploymentRequest) |
Changes information about a Deployment resource.
|
default UpdateDocumentationPartResponse |
ApiGatewayClient.updateDocumentationPart(Consumer<UpdateDocumentationPartRequest.Builder> updateDocumentationPartRequest) |
Updates a documentation part.
|
default UpdateDocumentationPartResponse |
ApiGatewayClient.updateDocumentationPart(UpdateDocumentationPartRequest updateDocumentationPartRequest) |
Updates a documentation part.
|
default UpdateDocumentationVersionResponse |
ApiGatewayClient.updateDocumentationVersion(Consumer<UpdateDocumentationVersionRequest.Builder> updateDocumentationVersionRequest) |
Updates a documentation version.
|
default UpdateDocumentationVersionResponse |
ApiGatewayClient.updateDocumentationVersion(UpdateDocumentationVersionRequest updateDocumentationVersionRequest) |
Updates a documentation version.
|
default UpdateDomainNameResponse |
ApiGatewayClient.updateDomainName(Consumer<UpdateDomainNameRequest.Builder> updateDomainNameRequest) |
Changes information about the DomainName resource.
|
default UpdateDomainNameResponse |
ApiGatewayClient.updateDomainName(UpdateDomainNameRequest updateDomainNameRequest) |
Changes information about the DomainName resource.
|
default UpdateGatewayResponseResponse |
ApiGatewayClient.updateGatewayResponse(Consumer<UpdateGatewayResponseRequest.Builder> updateGatewayResponseRequest) |
Updates a GatewayResponse of a specified response type on the given RestApi.
|
default UpdateGatewayResponseResponse |
ApiGatewayClient.updateGatewayResponse(UpdateGatewayResponseRequest updateGatewayResponseRequest) |
Updates a GatewayResponse of a specified response type on the given RestApi.
|
default UpdateIntegrationResponse |
ApiGatewayClient.updateIntegration(Consumer<UpdateIntegrationRequest.Builder> updateIntegrationRequest) |
Represents an update integration.
|
default UpdateIntegrationResponse |
ApiGatewayClient.updateIntegration(UpdateIntegrationRequest updateIntegrationRequest) |
Represents an update integration.
|
default UpdateIntegrationResponseResponse |
ApiGatewayClient.updateIntegrationResponse(Consumer<UpdateIntegrationResponseRequest.Builder> updateIntegrationResponseRequest) |
Represents an update integration response.
|
default UpdateIntegrationResponseResponse |
ApiGatewayClient.updateIntegrationResponse(UpdateIntegrationResponseRequest updateIntegrationResponseRequest) |
Represents an update integration response.
|
default UpdateMethodResponseResponse |
ApiGatewayClient.updateMethodResponse(Consumer<UpdateMethodResponseRequest.Builder> updateMethodResponseRequest) |
Updates an existing MethodResponse resource.
|
default UpdateMethodResponseResponse |
ApiGatewayClient.updateMethodResponse(UpdateMethodResponseRequest updateMethodResponseRequest) |
Updates an existing MethodResponse resource.
|
default UpdateModelResponse |
ApiGatewayClient.updateModel(Consumer<UpdateModelRequest.Builder> updateModelRequest) |
Changes information about a model.
|
default UpdateModelResponse |
ApiGatewayClient.updateModel(UpdateModelRequest updateModelRequest) |
Changes information about a model.
|
default UpdateRequestValidatorResponse |
ApiGatewayClient.updateRequestValidator(Consumer<UpdateRequestValidatorRequest.Builder> updateRequestValidatorRequest) |
Updates a RequestValidator of a given RestApi.
|
default UpdateRequestValidatorResponse |
ApiGatewayClient.updateRequestValidator(UpdateRequestValidatorRequest updateRequestValidatorRequest) |
Updates a RequestValidator of a given RestApi.
|
default UpdateRestApiResponse |
ApiGatewayClient.updateRestApi(Consumer<UpdateRestApiRequest.Builder> updateRestApiRequest) |
Changes information about the specified API.
|
default UpdateRestApiResponse |
ApiGatewayClient.updateRestApi(UpdateRestApiRequest updateRestApiRequest) |
Changes information about the specified API.
|
default UpdateStageResponse |
ApiGatewayClient.updateStage(Consumer<UpdateStageRequest.Builder> updateStageRequest) |
Changes information about a Stage resource.
|
default UpdateStageResponse |
ApiGatewayClient.updateStage(UpdateStageRequest updateStageRequest) |
Changes information about a Stage resource.
|
default UpdateUsageResponse |
ApiGatewayClient.updateUsage(Consumer<UpdateUsageRequest.Builder> updateUsageRequest) |
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
|
default UpdateUsageResponse |
ApiGatewayClient.updateUsage(UpdateUsageRequest updateUsageRequest) |
Grants a temporary extension to the remaining quota of a usage plan associated with a specified API key.
|
default UpdateUsagePlanResponse |
ApiGatewayClient.updateUsagePlan(Consumer<UpdateUsagePlanRequest.Builder> updateUsagePlanRequest) |
Updates a usage plan of a given plan Id.
|
default UpdateUsagePlanResponse |
ApiGatewayClient.updateUsagePlan(UpdateUsagePlanRequest updateUsagePlanRequest) |
Updates a usage plan of a given plan Id.
|
default UpdateVpcLinkResponse |
ApiGatewayClient.updateVpcLink(Consumer<UpdateVpcLinkRequest.Builder> updateVpcLinkRequest) |
Updates an existing VpcLink of a specified identifier.
|
default UpdateVpcLinkResponse |
ApiGatewayClient.updateVpcLink(UpdateVpcLinkRequest updateVpcLinkRequest) |
Updates an existing VpcLink of a specified identifier.
|