Uses of Class
software.amazon.awssdk.services.finspace.model.DnsStatus
-
Packages that use DnsStatus Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of DnsStatus in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return DnsStatus Modifier and Type Method Description DnsStatusGetKxEnvironmentResponse. dnsStatus()The status of DNS configuration.DnsStatusKxEnvironment. dnsStatus()The status of DNS configuration.DnsStatusUpdateKxEnvironmentNetworkResponse. dnsStatus()The status of DNS configuration.DnsStatusUpdateKxEnvironmentResponse. dnsStatus()The status of DNS configuration.static DnsStatusDnsStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DnsStatusDnsStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DnsStatus[]DnsStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type DnsStatus Modifier and Type Method Description static Set<DnsStatus>DnsStatus. knownValues()Methods in software.amazon.awssdk.services.finspace.model with parameters of type DnsStatus Modifier and Type Method Description GetKxEnvironmentResponse.BuilderGetKxEnvironmentResponse.Builder. dnsStatus(DnsStatus dnsStatus)The status of DNS configuration.KxEnvironment.BuilderKxEnvironment.Builder. dnsStatus(DnsStatus dnsStatus)The status of DNS configuration.UpdateKxEnvironmentNetworkResponse.BuilderUpdateKxEnvironmentNetworkResponse.Builder. dnsStatus(DnsStatus dnsStatus)The status of DNS configuration.UpdateKxEnvironmentResponse.BuilderUpdateKxEnvironmentResponse.Builder. dnsStatus(DnsStatus dnsStatus)The status of DNS configuration.
-