- _getAvailableLinks() - Method in interface com.amazonaws.hal.ResourceInfo
-
A HAL resource may have one or more links.
- _getLinkHref(String) - Method in interface com.amazonaws.hal.ResourceInfo
-
Get the href associated to the link with the specified relation.
- _getProperty(String) - Method in interface com.amazonaws.hal.ResourceInfo
-
Properties of a HAL resource will normally be accessed by
getter methods declared in an resource interface.
- _getSelfHref() - Method in interface com.amazonaws.hal.ResourceInfo
-
A HAL resource has at least a "self" link.
- _isLinkAvailable(String) - Method in interface com.amazonaws.hal.ResourceInfo
-
Test to see if the current resource contains a link with the
specified relation.