Uses of Class
software.amazon.awssdk.services.servicediscovery.model.RecordType
-
Packages that use RecordType Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of RecordType in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return RecordType Modifier and Type Method Description static RecordTypeRecordType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RecordTypeDnsRecord. type()The type of the resource, which indicates the type of value that RouteĀ 53 returns in response to DNS queries.static RecordTypeRecordType. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordType[]RecordType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type RecordType Modifier and Type Method Description static Set<RecordType>RecordType. knownValues()Methods in software.amazon.awssdk.services.servicediscovery.model with parameters of type RecordType Modifier and Type Method Description DnsRecord.BuilderDnsRecord.Builder. type(RecordType type)The type of the resource, which indicates the type of value that RouteĀ 53 returns in response to DNS queries.
-