Uses of Class
org.jclouds.googlecomputeengine.domain.KeyValuePair
-
Packages that use KeyValuePair Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of KeyValuePair in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return KeyValuePair Modifier and Type Method Description static KeyValuePair
KeyValuePair. create(String key, String value)
Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type KeyValuePair Modifier and Type Method Description abstract List<KeyValuePair>
Warning. data()
Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type KeyValuePair Modifier and Type Method Description static Warning
Warning. create(String code, String message, List<KeyValuePair> data)
-