public interface ResourcesService
| Modifier and Type | Method and Description |
|---|---|
List<? extends Resource> |
list(String stackNameOrId)
Gets a list of currently existing
Resources for a specified stack. |
List<? extends Resource> |
list(String stackName,
String stackId)
Gets a list of currently existing
Resources for a specified stack. |
Resource |
show(String stackName,
String stackId,
String resourceName)
Gets the detail of the specified resource
|
List<? extends Resource> list(String stackName, String stackId)
Resources for a specified stack.stackId - The unique identifier for a stackstackName - The name of a stackResourcesList<? extends Resource> list(String stackNameOrId)
Resources for a specified stack.stackNameOrId - Stack name or stack idResources