Uses of Class
com.softlayer.api.service.configuration.template.section.Profile
Package | Description |
---|---|
com.softlayer.api.service.configuration.template | |
com.softlayer.api.service.configuration.template.section |
-
Uses of Profile in com.softlayer.api.service.configuration.template
Fields in com.softlayer.api.service.configuration.template with type parameters of type Profile Modifier and Type Field Description protected List<Profile>
Section. profiles
Methods in com.softlayer.api.service.configuration.template that return types with arguments of type Profile Modifier and Type Method Description List<Profile>
Section. getProfiles()
List<Profile>
Section.Service. getProfiles()
Future<List<Profile>>
Section.ServiceAsync. getProfiles()
Async version ofSection.Service.getProfiles()
Method parameters in com.softlayer.api.service.configuration.template with type arguments of type Profile Modifier and Type Method Description Future<?>
Section.ServiceAsync. getProfiles(ResponseHandler<List<Profile>> callback)
Async callback version ofSection.Service.getProfiles()
-
Uses of Profile in com.softlayer.api.service.configuration.template.section
Methods in com.softlayer.api.service.configuration.template.section that return Profile Modifier and Type Method Description Profile
Profile.Service. getObject()
Methods in com.softlayer.api.service.configuration.template.section that return types with arguments of type Profile Modifier and Type Method Description Future<Profile>
Profile.ServiceAsync. getObject()
Async version ofProfile.Service.getObject()
Method parameters in com.softlayer.api.service.configuration.template.section with type arguments of type Profile Modifier and Type Method Description Future<?>
Profile.ServiceAsync. getObject(ResponseHandler<Profile> callback)