| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default EndpointType |
EndpointOptions.getEndpointType()
(experimental) The type of endpoint for this DomainName.
|
EndpointType |
EndpointOptions.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 |
|---|---|
DomainName.Builder |
DomainName.Builder.endpointType(EndpointType endpointType)
(experimental) The type of endpoint for this DomainName.
|
EndpointOptions.Builder |
EndpointOptions.Builder.endpointType(EndpointType endpointType)
Sets the value of
EndpointOptions.getEndpointType() |
DomainNameProps.Builder |
DomainNameProps.Builder.endpointType(EndpointType endpointType)
Sets the value of
EndpointOptions.getEndpointType() |
Copyright © 2022. All rights reserved.