Uses of Enum
software.amazon.awscdk.services.apigateway.EndpointType
Packages that use EndpointType
-
Uses of EndpointType in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return EndpointTypeModifier and TypeMethodDescriptiondefault EndpointType
DomainNameOptions.getEndpointType()
The type of endpoint for this DomainName.final EndpointType
DomainNameOptions.Jsii$Proxy.getEndpointType()
final EndpointType
DomainNameProps.Jsii$Proxy.getEndpointType()
static EndpointType
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.Methods in software.amazon.awscdk.services.apigateway that return types with arguments of type EndpointTypeModifier and TypeMethodDescriptionfinal List<EndpointType>
LambdaRestApiProps.Jsii$Proxy.getEndpointTypes()
default List<EndpointType>
RestApiBaseProps.getEndpointTypes()
A list of the endpoint types of the API.final List<EndpointType>
RestApiBaseProps.Jsii$Proxy.getEndpointTypes()
final List<EndpointType>
RestApiOptions.Jsii$Proxy.getEndpointTypes()
Deprecated.final List<EndpointType>
RestApiProps.Jsii$Proxy.getEndpointTypes()
final List<EndpointType>
SpecRestApiProps.Jsii$Proxy.getEndpointTypes()
final List<EndpointType>
StepFunctionsRestApiProps.Jsii$Proxy.getEndpointTypes()
EndpointConfiguration.getTypes()
A list of endpoint types of an API or its custom domain name.final List<EndpointType>
EndpointConfiguration.Jsii$Proxy.getTypes()
Methods in software.amazon.awscdk.services.apigateway with parameters of type EndpointTypeModifier and TypeMethodDescriptionDomainName.Builder.endpointType
(EndpointType endpointType) The type of endpoint for this DomainName.DomainNameOptions.Builder.endpointType
(EndpointType endpointType) Sets the value ofDomainNameOptions.getEndpointType()
DomainNameProps.Builder.endpointType
(EndpointType endpointType) Sets the value ofDomainNameOptions.getEndpointType()
Method parameters in software.amazon.awscdk.services.apigateway with type arguments of type EndpointTypeModifier and TypeMethodDescriptionLambdaRestApi.Builder.endpointTypes
(List<? extends EndpointType> endpointTypes) A list of the endpoint types of the API.LambdaRestApiProps.Builder.endpointTypes
(List<? extends EndpointType> endpointTypes) Sets the value ofRestApiBaseProps.getEndpointTypes()
RestApi.Builder.endpointTypes
(List<? extends EndpointType> endpointTypes) A list of the endpoint types of the API.RestApiBaseProps.Builder.endpointTypes
(List<? extends EndpointType> endpointTypes) Sets the value ofRestApiBaseProps.getEndpointTypes()
RestApiOptions.Builder.endpointTypes
(List<? extends EndpointType> endpointTypes) Deprecated.Sets the value ofRestApiBaseProps.getEndpointTypes()
RestApiProps.Builder.endpointTypes
(List<? extends EndpointType> endpointTypes) Sets the value ofRestApiBaseProps.getEndpointTypes()
SpecRestApi.Builder.endpointTypes
(List<? extends EndpointType> endpointTypes) A list of the endpoint types of the API.SpecRestApiProps.Builder.endpointTypes
(List<? extends EndpointType> endpointTypes) Sets the value ofRestApiBaseProps.getEndpointTypes()
StepFunctionsRestApi.Builder.endpointTypes
(List<? extends EndpointType> endpointTypes) A list of the endpoint types of the API.StepFunctionsRestApiProps.Builder.endpointTypes
(List<? extends EndpointType> endpointTypes) Sets the value ofRestApiBaseProps.getEndpointTypes()
EndpointConfiguration.Builder.types
(List<? extends EndpointType> types) Sets the value ofEndpointConfiguration.getTypes()