Uses of Enum Class
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 EndpointTypeDomainNameOptions.getEndpointType()The type of endpoint for this DomainName.final EndpointTypeDomainNameOptions.Jsii$Proxy.getEndpointType()final EndpointTypeDomainNameProps.Jsii$Proxy.getEndpointType()static EndpointTypeReturns the enum constant of this class with the specified name.static EndpointType[]EndpointType.values()Returns an array containing the constants of this enum class, 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>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()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()