Uses of Class
io.fabric8.openshift.api.model.config.v1.AWSDNSSpec
-
Packages that use AWSDNSSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of AWSDNSSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return AWSDNSSpec Modifier and Type Method Description AWSDNSSpecAWSDNSSpecBuilder. build()AWSDNSSpecDNSPlatformSpecFluent. buildAws()AWSDNSSpecDNSPlatformSpec. getAws()DNSPlatformSpec holds cloud-provider-specific configuration for DNS administration.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type AWSDNSSpec Modifier and Type Method Description protected voidAWSDNSSpecFluent. copyInstance(AWSDNSSpec instance)DNSPlatformSpecFluent.AwsNested<A>DNSPlatformSpecFluent. editOrNewAwsLike(AWSDNSSpec item)voidDNSPlatformSpec. setAws(AWSDNSSpec aws)DNSPlatformSpec holds cloud-provider-specific configuration for DNS administration.ADNSPlatformSpecFluent. withAws(AWSDNSSpec aws)DNSPlatformSpecFluent.AwsNested<A>DNSPlatformSpecFluent. withNewAwsLike(AWSDNSSpec item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type AWSDNSSpec Constructor Description AWSDNSSpecBuilder(AWSDNSSpec instance)AWSDNSSpecBuilder(AWSDNSSpecFluent<?> fluent, AWSDNSSpec instance)AWSDNSSpecFluent(AWSDNSSpec instance)DNSPlatformSpec(AWSDNSSpec aws, String type)
-