Uses of Class
com.softlayer.api.service.hardware.Blade
Package | Description |
---|---|
com.softlayer.api.service | |
com.softlayer.api.service.hardware |
-
Uses of Blade in com.softlayer.api.service
Fields in com.softlayer.api.service declared as Blade Modifier and Type Field Description protected Blade
Hardware. parentBay
Blade BayMethods in com.softlayer.api.service that return Blade Modifier and Type Method Description Blade
Hardware. getParentBay()
Blade
Hardware.Service. getParentBay()
Blade BayMethods in com.softlayer.api.service that return types with arguments of type Blade Modifier and Type Method Description Future<Blade>
Hardware.ServiceAsync. getParentBay()
Async version ofHardware.Service.getParentBay()
Methods in com.softlayer.api.service with parameters of type Blade Modifier and Type Method Description void
Hardware. setParentBay(Blade parentBay)
Method parameters in com.softlayer.api.service with type arguments of type Blade Modifier and Type Method Description Future<?>
Hardware.ServiceAsync. getParentBay(ResponseHandler<Blade> callback)
Async callback version ofHardware.Service.getParentBay()
-
Uses of Blade in com.softlayer.api.service.hardware
Methods in com.softlayer.api.service.hardware that return Blade Modifier and Type Method Description Blade
Blade.Service. getObject()
Methods in com.softlayer.api.service.hardware that return types with arguments of type Blade Modifier and Type Method Description Future<Blade>
Blade.ServiceAsync. getObject()
Async version ofBlade.Service.getObject()
Method parameters in com.softlayer.api.service.hardware with type arguments of type Blade Modifier and Type Method Description Future<?>
Blade.ServiceAsync. getObject(ResponseHandler<Blade> callback)