getResourceName static method
- String name
Get the ResourceName for this DiscoveryClient with the given name
Implementation
static ResourceName getResourceName(String name) {
return DiscoveryClient.subtype.getResourceName(name);
}
Get the ResourceName for this DiscoveryClient with the given name
static ResourceName getResourceName(String name) {
return DiscoveryClient.subtype.getResourceName(name);
}