Uses of Class
org.jclouds.profitbricks.domain.Server.Request.UpdatePayload
-
Packages that use Server.Request.UpdatePayload Package Description org.jclouds.profitbricks.binder.server org.jclouds.profitbricks.domain org.jclouds.profitbricks.features -
-
Uses of Server.Request.UpdatePayload in org.jclouds.profitbricks.binder.server
Methods in org.jclouds.profitbricks.binder.server with parameters of type Server.Request.UpdatePayload Modifier and Type Method Description protected StringUpdateServerRequestBinder. createPayload(Server.Request.UpdatePayload payload) -
Uses of Server.Request.UpdatePayload in org.jclouds.profitbricks.domain
Methods in org.jclouds.profitbricks.domain that return Server.Request.UpdatePayload Modifier and Type Method Description Server.Request.UpdatePayloadServer.Request.UpdatePayload.Builder. build() -
Uses of Server.Request.UpdatePayload in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features with parameters of type Server.Request.UpdatePayload Modifier and Type Method Description StringServerApi. updateServer(Server.Request.UpdatePayload payload)Updates parameters of an existing virtual server device.
-