Uses of Enum Class
software.amazon.awscdk.services.apigatewayv2.EndpointType
Packages that use EndpointType
-
Uses of EndpointType in software.amazon.awscdk.services.apigatewayv2
Methods in software.amazon.awscdk.services.apigatewayv2 that return EndpointTypeModifier and TypeMethodDescriptionfinal EndpointTypeDomainNameProps.Jsii$Proxy.getEndpointType()default EndpointTypeEndpointOptions.getEndpointType()The type of endpoint for this DomainName.final EndpointTypeEndpointOptions.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.apigatewayv2 with parameters of type EndpointTypeModifier and TypeMethodDescriptionDomainName.Builder.endpointType(EndpointType endpointType) The type of endpoint for this DomainName.DomainNameProps.Builder.endpointType(EndpointType endpointType) Sets the value ofEndpointOptions.getEndpointType()EndpointOptions.Builder.endpointType(EndpointType endpointType) Sets the value ofEndpointOptions.getEndpointType()