Uses of Class
com.volcengine.privatezone.model.IpConfigForQueryResolverEndpointOutput
-
Packages that use IpConfigForQueryResolverEndpointOutput Package Description com.volcengine.privatezone.model -
-
Uses of IpConfigForQueryResolverEndpointOutput in com.volcengine.privatezone.model
Methods in com.volcengine.privatezone.model that return IpConfigForQueryResolverEndpointOutput Modifier and Type Method Description IpConfigForQueryResolverEndpointOutputIpConfigForQueryResolverEndpointOutput. azID(String azID)IpConfigForQueryResolverEndpointOutputIpConfigForQueryResolverEndpointOutput. IP(String IP)IpConfigForQueryResolverEndpointOutputIpConfigForQueryResolverEndpointOutput. ipv6(String ipv6)IpConfigForQueryResolverEndpointOutputIpConfigForQueryResolverEndpointOutput. subnetID(String subnetID)Methods in com.volcengine.privatezone.model that return types with arguments of type IpConfigForQueryResolverEndpointOutput Modifier and Type Method Description @Valid List<IpConfigForQueryResolverEndpointOutput>QueryResolverEndpointResponse. getIpConfigs()Get ipConfigsMethods in com.volcengine.privatezone.model with parameters of type IpConfigForQueryResolverEndpointOutput Modifier and Type Method Description QueryResolverEndpointResponseQueryResolverEndpointResponse. addIpConfigsItem(IpConfigForQueryResolverEndpointOutput ipConfigsItem)Method parameters in com.volcengine.privatezone.model with type arguments of type IpConfigForQueryResolverEndpointOutput Modifier and Type Method Description QueryResolverEndpointResponseQueryResolverEndpointResponse. ipConfigs(List<IpConfigForQueryResolverEndpointOutput> ipConfigs)voidQueryResolverEndpointResponse. setIpConfigs(List<IpConfigForQueryResolverEndpointOutput> ipConfigs)
-