Uses of Enum Class
software.amazon.awscdk.services.ec2.VpcEndpointDnsRecordIpType
Packages that use VpcEndpointDnsRecordIpType
-
Uses of VpcEndpointDnsRecordIpType in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return VpcEndpointDnsRecordIpTypeModifier and TypeMethodDescriptiondefault VpcEndpointDnsRecordIpTypeInterfaceVpcEndpointOptions.getDnsRecordIpType()Type of DNS records created for the VPC endpoint.InterfaceVpcEndpointOptions.Jsii$Proxy.getDnsRecordIpType()InterfaceVpcEndpointProps.Jsii$Proxy.getDnsRecordIpType()static VpcEndpointDnsRecordIpTypeReturns the enum constant of this class with the specified name.static VpcEndpointDnsRecordIpType[]VpcEndpointDnsRecordIpType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.ec2 with parameters of type VpcEndpointDnsRecordIpTypeModifier and TypeMethodDescriptionInterfaceVpcEndpoint.Builder.dnsRecordIpType(VpcEndpointDnsRecordIpType dnsRecordIpType) Type of DNS records created for the VPC endpoint.InterfaceVpcEndpointOptions.Builder.dnsRecordIpType(VpcEndpointDnsRecordIpType dnsRecordIpType) Sets the value ofInterfaceVpcEndpointOptions.getDnsRecordIpType()InterfaceVpcEndpointProps.Builder.dnsRecordIpType(VpcEndpointDnsRecordIpType dnsRecordIpType) Sets the value ofInterfaceVpcEndpointOptions.getDnsRecordIpType()