Uses of Class
com.softlayer.api.service.configuration.template.Section
Package | Description |
---|---|
com.softlayer.api.service.configuration | |
com.softlayer.api.service.configuration.template | |
com.softlayer.api.service.configuration.template.section |
-
Uses of Section in com.softlayer.api.service.configuration
Fields in com.softlayer.api.service.configuration with type parameters of type Section Modifier and Type Field Description protected List<Section>
Template. configurationSections
Methods in com.softlayer.api.service.configuration that return types with arguments of type Section Modifier and Type Method Description List<Section>
Template. getConfigurationSections()
List<Section>
Template.Service. getConfigurationSections()
Future<List<Section>>
Template.ServiceAsync. getConfigurationSections()
Async version ofTemplate.Service.getConfigurationSections()
Method parameters in com.softlayer.api.service.configuration with type arguments of type Section Modifier and Type Method Description Future<?>
Template.ServiceAsync. getConfigurationSections(ResponseHandler<List<Section>> callback)
Async callback version ofTemplate.Service.getConfigurationSections()
-
Uses of Section in com.softlayer.api.service.configuration.template
Fields in com.softlayer.api.service.configuration.template with type parameters of type Section Modifier and Type Field Description protected List<Section>
Section. subSections
Methods in com.softlayer.api.service.configuration.template that return Section Modifier and Type Method Description Section
Section.Service. getObject()
Methods in com.softlayer.api.service.configuration.template that return types with arguments of type Section Modifier and Type Method Description Future<Section>
Section.ServiceAsync. getObject()
Async version ofSection.Service.getObject()
List<Section>
Section. getSubSections()
List<Section>
Section.Service. getSubSections()
Future<List<Section>>
Section.ServiceAsync. getSubSections()
Async version ofSection.Service.getSubSections()
Method parameters in com.softlayer.api.service.configuration.template with type arguments of type Section Modifier and Type Method Description Future<?>
Section.ServiceAsync. getObject(ResponseHandler<Section> callback)
Future<?>
Section.ServiceAsync. getSubSections(ResponseHandler<List<Section>> callback)
Async callback version ofSection.Service.getSubSections()
-
Uses of Section in com.softlayer.api.service.configuration.template.section
Fields in com.softlayer.api.service.configuration.template.section declared as Section Modifier and Type Field Description protected Section
Attribute. configurationSection
protected Section
Profile. configurationSection
protected Section
Definition. section
protected Section
Reference. section
Methods in com.softlayer.api.service.configuration.template.section that return Section Modifier and Type Method Description Section
Attribute. getConfigurationSection()
Section
Profile. getConfigurationSection()
Section
Profile.Service. getConfigurationSection()
Section
Definition. getSection()
Section
Definition.Service. getSection()
Section
Reference. getSection()
Section
Reference.Service. getSection()
Methods in com.softlayer.api.service.configuration.template.section that return types with arguments of type Section Modifier and Type Method Description Future<Section>
Profile.ServiceAsync. getConfigurationSection()
Async version ofProfile.Service.getConfigurationSection()
Future<Section>
Definition.ServiceAsync. getSection()
Async version ofDefinition.Service.getSection()
Future<Section>
Reference.ServiceAsync. getSection()
Async version ofReference.Service.getSection()
Methods in com.softlayer.api.service.configuration.template.section with parameters of type Section Modifier and Type Method Description void
Attribute. setConfigurationSection(Section configurationSection)
void
Profile. setConfigurationSection(Section configurationSection)
void
Definition. setSection(Section section)
void
Reference. setSection(Section section)
Method parameters in com.softlayer.api.service.configuration.template.section with type arguments of type Section Modifier and Type Method Description Future<?>
Profile.ServiceAsync. getConfigurationSection(ResponseHandler<Section> callback)
Async callback version ofProfile.Service.getConfigurationSection()
Future<?>
Definition.ServiceAsync. getSection(ResponseHandler<Section> callback)
Async callback version ofDefinition.Service.getSection()
Future<?>
Reference.ServiceAsync. getSection(ResponseHandler<Section> callback)
Async callback version ofReference.Service.getSection()