| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default EndpointType |
DomainNameOptions.getEndpointType()
(experimental) The type of endpoint for this DomainName.
|
EndpointType |
DomainNameOptions.Jsii$Proxy.getEndpointType() |
EndpointType |
DomainNameProps.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> |
LambdaRestApiProps.Jsii$Proxy.getEndpointTypes() |
List<EndpointType> |
RestApiProps.Jsii$Proxy.getEndpointTypes() |
default List<EndpointType> |
RestApiBaseProps.getEndpointTypes()
(experimental) A list of the endpoint types of the API.
|
List<EndpointType> |
RestApiBaseProps.Jsii$Proxy.getEndpointTypes() |
List<EndpointType> |
RestApiOptions.Jsii$Proxy.getEndpointTypes()
Deprecated.
|
List<EndpointType> |
SpecRestApiProps.Jsii$Proxy.getEndpointTypes() |
List<EndpointType> |
EndpointConfiguration.getTypes()
(experimental) 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)
(experimental) The type of endpoint for this DomainName.
|
DomainNameOptions.Builder |
DomainNameOptions.Builder.endpointType(EndpointType endpointType)
Sets the value of
DomainNameOptions.getEndpointType() |
DomainNameProps.Builder |
DomainNameProps.Builder.endpointType(EndpointType endpointType)
Sets the value of
DomainNameOptions.getEndpointType() |
| Modifier and Type | Method and Description |
|---|---|
RestApi.Builder |
RestApi.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
(experimental) A list of the endpoint types of the API.
|
StepFunctionsRestApi.Builder |
StepFunctionsRestApi.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
(experimental) A list of the endpoint types of the API.
|
StepFunctionsRestApiProps.Builder |
StepFunctionsRestApiProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Sets the value of
RestApiBaseProps.getEndpointTypes() |
SpecRestApi.Builder |
SpecRestApi.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
(experimental) A list of the endpoint types of the API.
|
LambdaRestApiProps.Builder |
LambdaRestApiProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Sets the value of
RestApiBaseProps.getEndpointTypes() |
RestApiProps.Builder |
RestApiProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Sets the value of
RestApiBaseProps.getEndpointTypes() |
RestApiBaseProps.Builder |
RestApiBaseProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Sets the value of
RestApiBaseProps.getEndpointTypes() |
LambdaRestApi.Builder |
LambdaRestApi.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
(experimental) A list of the endpoint types of the API.
|
RestApiOptions.Builder |
RestApiOptions.Builder.endpointTypes(List<? extends EndpointType> endpointTypes)
Deprecated.
Sets the value of
RestApiBaseProps.getEndpointTypes() |
SpecRestApiProps.Builder |
SpecRestApiProps.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.