Uses of Class
com.intel.cosbench.client.keystone.KeystoneResponse.AccessInfo.ServiceInfo

Packages that use KeystoneResponse.AccessInfo.ServiceInfo
com.intel.cosbench.client.keystone   
 

Uses of KeystoneResponse.AccessInfo.ServiceInfo in com.intel.cosbench.client.keystone
 

Methods in com.intel.cosbench.client.keystone that return KeystoneResponse.AccessInfo.ServiceInfo
 KeystoneResponse.AccessInfo.ServiceInfo KeystoneClient.getServiceInfo(java.lang.String serviceName)
          Retrieve the information regarding a cloud service identified by the given name.
 

Methods in com.intel.cosbench.client.keystone that return types with arguments of type KeystoneResponse.AccessInfo.ServiceInfo
 java.util.List<KeystoneResponse.AccessInfo.ServiceInfo> KeystoneResponse.AccessInfo.getServiceCatalog()
           
 

Method parameters in com.intel.cosbench.client.keystone with type arguments of type KeystoneResponse.AccessInfo.ServiceInfo
 void KeystoneResponse.AccessInfo.setServiceCatalog(java.util.List<KeystoneResponse.AccessInfo.ServiceInfo> serviceCatalog)