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 Details

    • getInstallToken

      Response getInstallToken(String hostname, String subsystem)
    • getDomainInfo

      Response getDomainInfo()
    • getHosts

      Response getHosts()
    • getHost

      Response getHost(String hostID)
    • addHost

      Response addHost(SecurityDomainHost host)
    • removeHost

      Response removeHost(String hostID)