Interface SecurityDomainResource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface SecurityDomainResource
- Author:
- alee, Endi S. Dewata
-
Method Summary
Modifier and TypeMethodDescriptionResponseaddHost(SecurityDomainHost host) ResponseResponseResponsegetHosts()ResponsegetInstallToken(String hostname, String subsystem) ResponseremoveHost(String hostID)
-
Method Details
-
getInstallToken
-
getDomainInfo
Response getDomainInfo() -
getHosts
Response getHosts() -
getHost
-
addHost
-
removeHost
-