| 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.
|
MethodOptions |
RateLimitedApiKeyProps.Jsii$Proxy.getDefaultMethodOptions() |
default MethodOptions |
IResource.getDefaultMethodOptions()
Method options to use as a default for all methods created within this API unless custom options are specified.
|
MethodOptions |
IResource.Jsii$Proxy.getDefaultMethodOptions()
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()
Method options to use as a default for all methods created within this API unless custom options are specified.
|
MethodOptions |
StepFunctionsRestApiProps.Jsii$Proxy.getDefaultMethodOptions() |
MethodOptions |
ProxyResourceOptions.Jsii$Proxy.getDefaultMethodOptions() |
MethodOptions |
RestApiProps.Jsii$Proxy.getDefaultMethodOptions() |
MethodOptions |
ApiKeyOptions.Jsii$Proxy.getDefaultMethodOptions() |
default MethodOptions |
ResourceOptions.getDefaultMethodOptions()
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 |
ProxyResourceProps.Jsii$Proxy.getDefaultMethodOptions() |
MethodOptions |
ResourceProps.Jsii$Proxy.getDefaultMethodOptions() |
abstract MethodOptions |
ResourceBase.getDefaultMethodOptions()
Method options to use as a default for all methods created within this API unless custom options are specified.
|
MethodOptions |
Resource.getDefaultMethodOptions()
Method options to use as a default for all methods created within this API unless custom options are specified.
|
default MethodOptions |
MethodProps.getOptions()
Method options.
|
MethodOptions |
MethodProps.Jsii$Proxy.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
Method |
IResource.addMethod(String httpMethod,
Integration target,
MethodOptions options)
Defines a new method for this resource.
|
Method |
IResource.Jsii$Proxy.addMethod(String httpMethod,
Integration target,
MethodOptions options)
Defines a new method for this resource.
|
default Method |
IResource.Jsii$Default.addMethod(String httpMethod,
Integration target,
MethodOptions options)
Defines a new method for this resource.
|
Method |
ResourceBase.addMethod(String httpMethod,
Integration integration,
MethodOptions options)
Defines a new method for this resource.
|
Method |
ProxyResource.addMethod(String httpMethod,
Integration integration,
MethodOptions options)
Defines a new method for this resource.
|
RateLimitedApiKeyProps.Builder |
RateLimitedApiKeyProps.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Sets the value of
ResourceOptions.getDefaultMethodOptions() |
LambdaRestApi.Builder |
LambdaRestApi.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Method options to use as a default for all methods created within this API unless custom options are specified.
|
StepFunctionsRestApiProps.Builder |
StepFunctionsRestApiProps.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Sets the value of
ResourceOptions.getDefaultMethodOptions() |
RestApi.Builder |
RestApi.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
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() |
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() |
StepFunctionsRestApi.Builder |
StepFunctionsRestApi.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Method options to use as a default for all methods created within this API unless custom options are specified.
|
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() |
RateLimitedApiKey.Builder |
RateLimitedApiKey.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
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)
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() |
ProxyResourceProps.Builder |
ProxyResourceProps.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Sets the value of
ResourceOptions.getDefaultMethodOptions() |
ResourceProps.Builder |
ResourceProps.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Sets the value of
ResourceOptions.getDefaultMethodOptions() |
ProxyResource.Builder |
ProxyResource.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Method options to use as a default for all methods created within this API unless custom options are specified.
|
Resource.Builder |
Resource.Builder.defaultMethodOptions(MethodOptions defaultMethodOptions)
Method options to use as a default for all methods created within this API unless custom options are specified.
|
Method.Builder |
Method.Builder.options(MethodOptions options)
Method options.
|
MethodProps.Builder |
MethodProps.Builder.options(MethodOptions options)
Sets the value of
MethodProps.getOptions() |
| Constructor and Description |
|---|
ApiEventSource(String method,
String path,
MethodOptions options) |
Copyright © 2022. All rights reserved.