Uses of Class
com.softlayer.api.service.configuration.template.section.Reference
Package | Description |
---|---|
com.softlayer.api.service.configuration | |
com.softlayer.api.service.configuration.template | |
com.softlayer.api.service.configuration.template.section |
-
Uses of Reference in com.softlayer.api.service.configuration
Fields in com.softlayer.api.service.configuration declared as Reference Modifier and Type Field Description protected Reference
Template. linkedSectionReferences
Methods in com.softlayer.api.service.configuration that return Reference Modifier and Type Method Description Reference
Template. getLinkedSectionReferences()
Reference
Template.Service. getLinkedSectionReferences()
Methods in com.softlayer.api.service.configuration that return types with arguments of type Reference Modifier and Type Method Description Future<Reference>
Template.ServiceAsync. getLinkedSectionReferences()
Async version ofTemplate.Service.getLinkedSectionReferences()
Methods in com.softlayer.api.service.configuration with parameters of type Reference Modifier and Type Method Description void
Template. setLinkedSectionReferences(Reference linkedSectionReferences)
Method parameters in com.softlayer.api.service.configuration with type arguments of type Reference Modifier and Type Method Description Future<?>
Template.ServiceAsync. getLinkedSectionReferences(ResponseHandler<Reference> callback)
Async callback version ofTemplate.Service.getLinkedSectionReferences()
-
Uses of Reference in com.softlayer.api.service.configuration.template
Fields in com.softlayer.api.service.configuration.template declared as Reference Modifier and Type Field Description protected Reference
Section. linkedTemplateReference
Methods in com.softlayer.api.service.configuration.template that return Reference Modifier and Type Method Description Reference
Section. getLinkedTemplateReference()
Reference
Section.Service. getLinkedTemplateReference()
Methods in com.softlayer.api.service.configuration.template that return types with arguments of type Reference Modifier and Type Method Description Future<Reference>
Section.ServiceAsync. getLinkedTemplateReference()
Async version ofSection.Service.getLinkedTemplateReference()
Methods in com.softlayer.api.service.configuration.template with parameters of type Reference Modifier and Type Method Description void
Section. setLinkedTemplateReference(Reference linkedTemplateReference)
Method parameters in com.softlayer.api.service.configuration.template with type arguments of type Reference Modifier and Type Method Description Future<?>
Section.ServiceAsync. getLinkedTemplateReference(ResponseHandler<Reference> callback)
Async callback version ofSection.Service.getLinkedTemplateReference()
-
Uses of Reference in com.softlayer.api.service.configuration.template.section
Methods in com.softlayer.api.service.configuration.template.section that return Reference Modifier and Type Method Description Reference
Reference.Service. getObject()
Methods in com.softlayer.api.service.configuration.template.section that return types with arguments of type Reference Modifier and Type Method Description Future<Reference>
Reference.ServiceAsync. getObject()
Async version ofReference.Service.getObject()
Method parameters in com.softlayer.api.service.configuration.template.section with type arguments of type Reference Modifier and Type Method Description Future<?>
Reference.ServiceAsync. getObject(ResponseHandler<Reference> callback)