Uses of Class
com.softlayer.api.service.hardware.SecurityModule
| Package | Description |
|---|---|
| com.softlayer.api.service.hardware |
-
Uses of SecurityModule in com.softlayer.api.service.hardware
Subclasses of SecurityModule in com.softlayer.api.service.hardware Modifier and Type Class Description classSecurityModule750Methods in com.softlayer.api.service.hardware that return SecurityModule Modifier and Type Method Description SecurityModuleSecurityModule.Service. createObject(SecurityModule templateObject)
.create_object > li > div { padding-top: .5em; padding-bottom: .5em}
createObject() enables the creation of servers on an account.SecurityModuleSecurityModule.Service. getObjectForSecurityModule()Methods in com.softlayer.api.service.hardware that return types with arguments of type SecurityModule Modifier and Type Method Description Future<SecurityModule>SecurityModule.ServiceAsync. createObject(SecurityModule templateObject)Future<SecurityModule>SecurityModule.ServiceAsync. getObjectForSecurityModule()Async version ofSecurityModule.Service.getObjectForSecurityModule()Methods in com.softlayer.api.service.hardware with parameters of type SecurityModule Modifier and Type Method Description SecurityModuleSecurityModule.Service. createObject(SecurityModule templateObject)
.create_object > li > div { padding-top: .5em; padding-bottom: .5em}
createObject() enables the creation of servers on an account.Future<SecurityModule>SecurityModule.ServiceAsync. createObject(SecurityModule templateObject)Future<?>SecurityModule.ServiceAsync. createObject(SecurityModule templateObject, ResponseHandler<SecurityModule> callback)Method parameters in com.softlayer.api.service.hardware with type arguments of type SecurityModule Modifier and Type Method Description Future<?>SecurityModule.ServiceAsync. createObject(SecurityModule templateObject, ResponseHandler<SecurityModule> callback)Future<?>SecurityModule.ServiceAsync. getObjectForSecurityModule(ResponseHandler<SecurityModule> callback)