Uses of Class
com.softlayer.api.service.hardware.resource.Configuration
Package | Description |
---|---|
com.softlayer.api.service | |
com.softlayer.api.service.hardware.resource.configuration |
-
Uses of Configuration in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type Configuration Modifier and Type Field Description protected List<Configuration>
Hardware. resourceConfigurations
Methods in com.softlayer.api.service that return types with arguments of type Configuration Modifier and Type Method Description List<Configuration>
Hardware. getResourceConfigurations()
List<Configuration>
Hardware.Service. getResourceConfigurations()
Future<List<Configuration>>
Hardware.ServiceAsync. getResourceConfigurations()
Async version ofHardware.Service.getResourceConfigurations()
Method parameters in com.softlayer.api.service with type arguments of type Configuration Modifier and Type Method Description Future<?>
Hardware.ServiceAsync. getResourceConfigurations(ResponseHandler<List<Configuration>> callback)
Async callback version ofHardware.Service.getResourceConfigurations()
-
Uses of Configuration in com.softlayer.api.service.hardware.resource.configuration
Fields in com.softlayer.api.service.hardware.resource.configuration declared as Configuration Modifier and Type Field Description protected Configuration
Property. configuration
Methods in com.softlayer.api.service.hardware.resource.configuration that return Configuration Modifier and Type Method Description Configuration
Property. getConfiguration()
Methods in com.softlayer.api.service.hardware.resource.configuration with parameters of type Configuration Modifier and Type Method Description void
Property. setConfiguration(Configuration configuration)