Uses of Class
software.amazon.awssdk.services.finspace.model.CustomDNSServer
-
Packages that use CustomDNSServer Package Description software.amazon.awssdk.services.finspace.model -
-
Uses of CustomDNSServer in software.amazon.awssdk.services.finspace.model
Methods in software.amazon.awssdk.services.finspace.model that return types with arguments of type CustomDNSServer Modifier and Type Method Description List<CustomDNSServer>GetKxEnvironmentResponse. customDNSConfiguration()A list of DNS server name and server IP.List<CustomDNSServer>KxEnvironment. customDNSConfiguration()A list of DNS server name and server IP.List<CustomDNSServer>UpdateKxEnvironmentNetworkRequest. customDNSConfiguration()A list of DNS server name and server IP.List<CustomDNSServer>UpdateKxEnvironmentNetworkResponse. customDNSConfiguration()A list of DNS server name and server IP.List<CustomDNSServer>UpdateKxEnvironmentResponse. customDNSConfiguration()A list of DNS server name and server IP.Methods in software.amazon.awssdk.services.finspace.model with parameters of type CustomDNSServer Modifier and Type Method Description GetKxEnvironmentResponse.BuilderGetKxEnvironmentResponse.Builder. customDNSConfiguration(CustomDNSServer... customDNSConfiguration)A list of DNS server name and server IP.KxEnvironment.BuilderKxEnvironment.Builder. customDNSConfiguration(CustomDNSServer... customDNSConfiguration)A list of DNS server name and server IP.UpdateKxEnvironmentNetworkRequest.BuilderUpdateKxEnvironmentNetworkRequest.Builder. customDNSConfiguration(CustomDNSServer... customDNSConfiguration)A list of DNS server name and server IP.UpdateKxEnvironmentNetworkResponse.BuilderUpdateKxEnvironmentNetworkResponse.Builder. customDNSConfiguration(CustomDNSServer... customDNSConfiguration)A list of DNS server name and server IP.UpdateKxEnvironmentResponse.BuilderUpdateKxEnvironmentResponse.Builder. customDNSConfiguration(CustomDNSServer... customDNSConfiguration)A list of DNS server name and server IP.Method parameters in software.amazon.awssdk.services.finspace.model with type arguments of type CustomDNSServer Modifier and Type Method Description GetKxEnvironmentResponse.BuilderGetKxEnvironmentResponse.Builder. customDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)A list of DNS server name and server IP.KxEnvironment.BuilderKxEnvironment.Builder. customDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)A list of DNS server name and server IP.UpdateKxEnvironmentNetworkRequest.BuilderUpdateKxEnvironmentNetworkRequest.Builder. customDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)A list of DNS server name and server IP.UpdateKxEnvironmentNetworkResponse.BuilderUpdateKxEnvironmentNetworkResponse.Builder. customDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)A list of DNS server name and server IP.UpdateKxEnvironmentResponse.BuilderUpdateKxEnvironmentResponse.Builder. customDNSConfiguration(Collection<CustomDNSServer> customDNSConfiguration)A list of DNS server name and server IP.
-