Interface ResourceGroup
@ProviderType
public interface ResourceGroup
This is a group of resources all pointing to the same artifact,
but maybe in different versions or locations.
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
Get the current alias for this group.Get all resources for this group.
-
Method Details
-
getResources
Get all resources for this group.- Returns:
- The list of resources.
-
getAlias
String getAlias()Get the current alias for this group.- Returns:
- The alias or
null
-