| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
EndpointType |
DomainNameProps.Jsii$Proxy.getEndpointType() |
default EndpointType |
DomainNameOptions.getEndpointType()
The type of endpoint for this DomainName.
|
EndpointType |
DomainNameOptions.Jsii$Proxy.getEndpointType() |
static EndpointType |
EndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointType[] |
EndpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<EndpointType> |
StepFunctionsRestApiProps.Jsii$Proxy.getEndpointTypes() |
List<EndpointType> |
RestApiProps.Jsii$Proxy.getEndpointTypes() |
List<EndpointType> |
SpecRestApiProps.Jsii$Proxy.getEndpointTypes() |
List<EndpointType> |
LambdaRestApiProps.Jsii$Proxy.getEndpointTypes() |
default List<EndpointType> |
RestApiBaseProps.getEndpointTypes()
A list of the endpoint types of the API.
|
List<EndpointType> |
RestApiBaseProps.Jsii$Proxy.getEndpointTypes() |
List<EndpointType> |
EndpointConfiguration.getTypes()
A list of endpoint types of an API or its custom domain name.
|
List<EndpointType> |
EndpointConfiguration.Jsii$Proxy.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
DomainName.Builder |
DomainName.Builder.endpointType(EndpointType endpointType)
The type of endpoint for this DomainName.
|
DomainNameProps.Builder |
DomainNameProps.Builder.endpointType(EndpointType endpointType)
Sets the value of
DomainNameOptions.getEndpointType() |
DomainNameOptions.Builder |
DomainNameOptions.Builder.endpointType(EndpointType endpointType)
Sets the value of
DomainNameOptions.getEndpointType() |
| Modifier and Type | Method and Description |
|---|---|
LambdaRestApi.Builder |
LambdaRestApi.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
A list of the endpoint types of the API.
|
StepFunctionsRestApiProps.Builder |
StepFunctionsRestApiProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Sets the value of
RestApiBaseProps.getEndpointTypes() |
RestApi.Builder |
RestApi.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
A list of the endpoint types of the API.
|
RestApiProps.Builder |
RestApiProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Sets the value of
RestApiBaseProps.getEndpointTypes() |
StepFunctionsRestApi.Builder |
StepFunctionsRestApi.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
A list of the endpoint types of the API.
|
SpecRestApiProps.Builder |
SpecRestApiProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Sets the value of
RestApiBaseProps.getEndpointTypes() |
LambdaRestApiProps.Builder |
LambdaRestApiProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Sets the value of
RestApiBaseProps.getEndpointTypes() |
SpecRestApi.Builder |
SpecRestApi.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
A list of the endpoint types of the API.
|
RestApiBaseProps.Builder |
RestApiBaseProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Sets the value of
RestApiBaseProps.getEndpointTypes() |
EndpointConfiguration.Builder |
EndpointConfiguration.Builder.types(List<? extends EndpointType> types)
Sets the value of
EndpointConfiguration.getTypes() |
Copyright © 2022. All rights reserved.