Uses of Enum Class
software.amazon.awscdk.services.servicediscovery.DiscoveryType
Packages that use DiscoveryType
Package
Description
Amazon ECS Service Discovery Construct Library
-
Uses of DiscoveryType in software.amazon.awscdk.services.servicediscovery
Methods in software.amazon.awscdk.services.servicediscovery that return DiscoveryTypeModifier and TypeMethodDescriptiondefault DiscoveryTypeDnsServiceProps.getDiscoveryType()Controls how instances within this service can be discovered.final DiscoveryTypeDnsServiceProps.Jsii$Proxy.getDiscoveryType()IService.getDiscoveryType()The discovery type used by the service.default DiscoveryTypeIService.Jsii$Default.getDiscoveryType()The discovery type used by the service.final DiscoveryTypeIService.Jsii$Proxy.getDiscoveryType()The discovery type used by the service.Service.getDiscoveryType()The discovery type used by this service.default DiscoveryTypeServiceAttributes.getDiscoveryType()final DiscoveryTypeServiceAttributes.Jsii$Proxy.getDiscoveryType()final DiscoveryTypeServiceProps.Jsii$Proxy.getDiscoveryType()static DiscoveryTypeReturns the enum constant of this class with the specified name.static DiscoveryType[]DiscoveryType.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 DiscoveryTypeModifier and TypeMethodDescriptionDnsServiceProps.Builder.discoveryType(DiscoveryType discoveryType) Sets the value ofDnsServiceProps.getDiscoveryType()Service.Builder.discoveryType(DiscoveryType discoveryType) Controls how instances within this service can be discovered.ServiceAttributes.Builder.discoveryType(DiscoveryType discoveryType) Sets the value ofServiceAttributes.getDiscoveryType()ServiceProps.Builder.discoveryType(DiscoveryType discoveryType) Sets the value ofDnsServiceProps.getDiscoveryType()