| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MethodOptions.Jsii$Proxy
An implementation for
MethodOptions |
| Modifier and Type | Method and Description |
|---|---|
MethodOptions |
MethodOptions.Builder.build()
Builds the configured instance.
|
default MethodOptions |
IResource.getDefaultMethodOptions()
(experimental) Method options to use as a default for all methods created within this API unless custom options are specified.
|
MethodOptions |
IResource.Jsii$Proxy.getDefaultMethodOptions()
(experimental) Method options to use as a default for all methods created within this API unless custom options are specified.
|
default MethodOptions |
IResource.Jsii$Default.getDefaultMethodOptions()
(experimental) Method options to use as a default for all methods created within this API unless custom options are specified.
|
default MethodOptions |
ResourceOptions.getDefaultMethodOptions()
(experimental) Method options to use as a default for all methods created within this API unless custom options are specified.
|
MethodOptions |
ResourceOptions.Jsii$Proxy.getDefaultMethodOptions() |
MethodOptions |
LambdaRestApiProps.Jsii$Proxy.getDefaultMethodOptions() |
MethodOptions |
ApiKeyProps.Jsii$Proxy.getDefaultMethodOptions() |
MethodOptions |
ResourceProps.Jsii$Proxy.getDefaultMethodOptions() |
MethodOptions |
ProxyResourceProps.Jsii$Proxy.getDefaultMethodOptions() |
MethodOptions |
Resource.getDefaultMethodOptions()
(experimental) Method options to use as a default for all methods created within this API unless custom options are specified.
|
MethodOptions |
RestApiProps.Jsii$Proxy.getDefaultMethodOptions() |
MethodOptions |
ApiKeyOptions.Jsii$Proxy.getDefaultMethodOptions() |
MethodOptions |
ProxyResourceOptions.Jsii$Proxy.getDefaultMethodOptions() |
MethodOptions |
RateLimitedApiKeyProps.Jsii$Proxy.getDefaultMethodOptions() |
abstract MethodOptions |
ResourceBase.getDefaultMethodOptions()
(experimental) Method options to use as a default for all methods created within this API unless custom options are specified.
|
default MethodOptions |
MethodProps.getOptions()
(experimental) Method options.
|
MethodOptions |
MethodProps.Jsii$Proxy.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
Method |
IResource.addMethod(String httpMethod,
Integration target,
MethodOptions options)
(experimental) Defines a new method for this resource.
|
Method |
IResource.Jsii$Proxy.addMethod(String httpMethod,
Integration target,
MethodOptions options)
(experimental) Defines a new method for this resource.
|
default Method |
IResource.Jsii$Default.addMethod(String httpMethod,
Integration target,
MethodOptions options)
(experimental) Defines a new method for this resource.
|
Method |
ProxyResource.addMethod(String httpMethod,
Integration integration,
MethodOptions options)
(experimental) Defines a new method for this resource.
|
Method |
ResourceBase.addMethod(String httpMethod,
Integration integration,
MethodOptions options)
(experimental) Defines a new method for this resource.
|
ResourceOptions.Builder |
ResourceOptions.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Sets the value of
ResourceOptions.getDefaultMethodOptions() |
LambdaRestApiProps.Builder |
LambdaRestApiProps.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Sets the value of
ResourceOptions.getDefaultMethodOptions() |
RestApi.Builder |
RestApi.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
(experimental) Method options to use as a default for all methods created within this API unless custom options are specified.
|
LambdaRestApi.Builder |
LambdaRestApi.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
(experimental) Method options to use as a default for all methods created within this API unless custom options are specified.
|
ApiKeyProps.Builder |
ApiKeyProps.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Sets the value of
ResourceOptions.getDefaultMethodOptions() |
ResourceProps.Builder |
ResourceProps.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Sets the value of
ResourceOptions.getDefaultMethodOptions() |
ProxyResourceProps.Builder |
ProxyResourceProps.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Sets the value of
ResourceOptions.getDefaultMethodOptions() |
Resource.Builder |
Resource.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
(experimental) Method options to use as a default for all methods created within this API unless custom options are specified.
|
ApiKey.Builder |
ApiKey.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
(experimental) Method options to use as a default for all methods created within this API unless custom options are specified.
|
RestApiProps.Builder |
RestApiProps.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Sets the value of
ResourceOptions.getDefaultMethodOptions() |
ApiKeyOptions.Builder |
ApiKeyOptions.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Sets the value of
ResourceOptions.getDefaultMethodOptions() |
ProxyResource.Builder |
ProxyResource.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
(experimental) Method options to use as a default for all methods created within this API unless custom options are specified.
|
ProxyResourceOptions.Builder |
ProxyResourceOptions.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Sets the value of
ResourceOptions.getDefaultMethodOptions() |
RateLimitedApiKey.Builder |
RateLimitedApiKey.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
(experimental) Method options to use as a default for all methods created within this API unless custom options are specified.
|
RateLimitedApiKeyProps.Builder |
RateLimitedApiKeyProps.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Sets the value of
ResourceOptions.getDefaultMethodOptions() |
MethodProps.Builder |
MethodProps.Builder.options(MethodOptions options)
Sets the value of
MethodProps.getOptions() |
Method.Builder |
Method.Builder.options(MethodOptions options)
(experimental) Method options.
|
| Constructor and Description |
|---|
Jsii$Proxy(ApiKeySourceType apiKeySourceType,
List<String> binaryMediaTypes,
IRestApi cloneFrom,
String description,
EndpointConfiguration endpointConfiguration,
Number minimumCompressionSize,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions,
Boolean cloudWatchRole,
Boolean deploy,
StageOptions deployOptions,
DomainNameOptions domainName,
String endpointExportName,
List<? extends EndpointType> endpointTypes,
Boolean failOnWarnings,
Map<String,String> parameters,
PolicyDocument policy,
String restApiName,
Boolean retainDeployments)
Constructor that initializes the object based on literal property values passed by the
RestApiProps.Builder. |
Jsii$Proxy(Boolean anyMethod,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions)
Constructor that initializes the object based on literal property values passed by the
ProxyResourceOptions.Builder. |
Jsii$Proxy(CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions)
Constructor that initializes the object based on literal property values passed by the
ResourceOptions.Builder. |
Jsii$Proxy(IFunction handler,
Boolean proxy,
ApiKeySourceType apiKeySourceType,
List<String> binaryMediaTypes,
IRestApi cloneFrom,
String description,
EndpointConfiguration endpointConfiguration,
Number minimumCompressionSize,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions,
Boolean cloudWatchRole,
Boolean deploy,
StageOptions deployOptions,
DomainNameOptions domainName,
String endpointExportName,
List<? extends EndpointType> endpointTypes,
Boolean failOnWarnings,
Map<String,String> parameters,
PolicyDocument policy,
String restApiName,
Boolean retainDeployments)
Constructor that initializes the object based on literal property values passed by the
LambdaRestApiProps.Builder. |
Jsii$Proxy(IResource parent,
Boolean anyMethod,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions)
Constructor that initializes the object based on literal property values passed by the
ProxyResourceProps.Builder. |
Jsii$Proxy(IResource parent,
String pathPart,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions)
Constructor that initializes the object based on literal property values passed by the
ResourceProps.Builder. |
Jsii$Proxy(List<? extends UsagePlanPerApiStage> apiStages,
QuotaSettings quota,
ThrottleSettings throttle,
String customerId,
String description,
Boolean enabled,
Boolean generateDistinctId,
List<? extends IRestApi> resources,
String apiKeyName,
String value,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions)
Constructor that initializes the object based on literal property values passed by the
RateLimitedApiKeyProps.Builder. |
Jsii$Proxy(String httpMethod,
IResource resource,
Integration integration,
MethodOptions options)
Constructor that initializes the object based on literal property values passed by the
MethodProps.Builder. |
Jsii$Proxy(String customerId,
String description,
Boolean enabled,
Boolean generateDistinctId,
List<? extends IRestApi> resources,
String apiKeyName,
String value,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions)
Constructor that initializes the object based on literal property values passed by the
ApiKeyProps.Builder. |
Jsii$Proxy(String apiKeyName,
String value,
CorsOptions defaultCorsPreflightOptions,
Integration defaultIntegration,
MethodOptions defaultMethodOptions)
Constructor that initializes the object based on literal property values passed by the
ApiKeyOptions.Builder. |
| Constructor and Description |
|---|
ApiEventSource(String method,
String path,
MethodOptions options) |
Copyright © 2021. All rights reserved.