Uses of Interface
org.openstack4j.model.senlin.Receiver
-
Packages that use Receiver Package Description org.openstack4j.api.senlin org.openstack4j.openstack.senlin.domain org.openstack4j.openstack.senlin.internal -
-
Uses of Receiver in org.openstack4j.api.senlin
Methods in org.openstack4j.api.senlin that return Receiver Modifier and Type Method Description ReceiverSenlinReceiverService. create(ReceiverCreate newReceiver)POST /v1/receiversReceiverSenlinReceiverService. get(String receiverID)returns details of aReceiver.Methods in org.openstack4j.api.senlin that return types with arguments of type Receiver Modifier and Type Method Description List<? extends Receiver>SenlinReceiverService. list()Gets a list of currently existingReceivers. -
Uses of Receiver in org.openstack4j.openstack.senlin.domain
Classes in org.openstack4j.openstack.senlin.domain that implement Receiver Modifier and Type Class Description classSenlinReceiverThis is a model of a senlinReceiver. -
Uses of Receiver in org.openstack4j.openstack.senlin.internal
Methods in org.openstack4j.openstack.senlin.internal that return Receiver Modifier and Type Method Description ReceiverSenlinReceiverServiceImpl. create(ReceiverCreate newReceiver)ReceiverSenlinReceiverServiceImpl. get(String policyID)Methods in org.openstack4j.openstack.senlin.internal that return types with arguments of type Receiver Modifier and Type Method Description List<? extends Receiver>SenlinReceiverServiceImpl. list()
-