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 String
UpdateServerRequestBinder. 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.UpdatePayload
Server.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 String
ServerApi. updateServer(Server.Request.UpdatePayload payload)
Updates parameters of an existing virtual server device.
-