Uses of Enum
software.amazon.awssdk.services.ec2.model.DnsRecordIpType
Packages that use DnsRecordIpType
-
Uses of DnsRecordIpType in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DnsRecordIpTypeModifier and TypeMethodDescriptionfinal DnsRecordIpTypeDnsOptions.dnsRecordIpType()The DNS records created for the endpoint.final DnsRecordIpTypeDnsOptionsSpecification.dnsRecordIpType()The DNS records created for the endpoint.static DnsRecordIpTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.static DnsRecordIpTypeReturns the enum constant of this type with the specified name.static DnsRecordIpType[]DnsRecordIpType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DnsRecordIpTypeMethods in software.amazon.awssdk.services.ec2.model with parameters of type DnsRecordIpTypeModifier and TypeMethodDescriptionDnsOptions.Builder.dnsRecordIpType(DnsRecordIpType dnsRecordIpType) The DNS records created for the endpoint.DnsOptionsSpecification.Builder.dnsRecordIpType(DnsRecordIpType dnsRecordIpType) The DNS records created for the endpoint.