Uses of Enum Class
software.amazon.awscdk.services.servicediscovery.DnsRecordType
Packages that use DnsRecordType
Package
Description
Amazon ECS Construct Library
Amazon ECS Service Discovery Construct Library
-
Uses of DnsRecordType in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return DnsRecordTypeModifier and TypeMethodDescriptiondefault DnsRecordTypeCloudMapOptions.getDnsRecordType()The DNS record type that you want AWS Cloud Map to create.final DnsRecordTypeCloudMapOptions.Jsii$Proxy.getDnsRecordType()Methods in software.amazon.awscdk.services.ecs with parameters of type DnsRecordTypeModifier and TypeMethodDescriptionCloudMapOptions.Builder.dnsRecordType(DnsRecordType dnsRecordType) Sets the value ofCloudMapOptions.getDnsRecordType() -
Uses of DnsRecordType in software.amazon.awscdk.services.servicediscovery
Methods in software.amazon.awscdk.services.servicediscovery that return DnsRecordTypeModifier and TypeMethodDescriptiondefault DnsRecordTypeDnsServiceProps.getDnsRecordType()The DNS type of the record that you want AWS Cloud Map to create.final DnsRecordTypeDnsServiceProps.Jsii$Proxy.getDnsRecordType()IService.getDnsRecordType()The DnsRecordType used by the service.default DnsRecordTypeIService.Jsii$Default.getDnsRecordType()The DnsRecordType used by the service.final DnsRecordTypeIService.Jsii$Proxy.getDnsRecordType()The DnsRecordType used by the service.Service.getDnsRecordType()The DnsRecordType used by the service.ServiceAttributes.getDnsRecordType()final DnsRecordTypeServiceAttributes.Jsii$Proxy.getDnsRecordType()final DnsRecordTypeServiceProps.Jsii$Proxy.getDnsRecordType()static DnsRecordTypeReturns the enum constant of this class with the specified name.static DnsRecordType[]DnsRecordType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.servicediscovery with parameters of type DnsRecordTypeModifier and TypeMethodDescriptionDnsServiceProps.Builder.dnsRecordType(DnsRecordType dnsRecordType) Sets the value ofDnsServiceProps.getDnsRecordType()Service.Builder.dnsRecordType(DnsRecordType dnsRecordType) The DNS type of the record that you want AWS Cloud Map to create.ServiceAttributes.Builder.dnsRecordType(DnsRecordType dnsRecordType) Sets the value ofServiceAttributes.getDnsRecordType()ServiceProps.Builder.dnsRecordType(DnsRecordType dnsRecordType) Sets the value ofDnsServiceProps.getDnsRecordType()