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