public interface EventsService
| Modifier and Type | Method and Description |
|---|---|
List<? extends Event> |
list(String stackName,
String stackId)
Gets a list of currently existing
Events for a specified stack. |
List<? extends Event> |
list(String stackName,
String stackId,
String resourceName)
Gets a list of currently existing
Events for a specified stack resource. |
Event |
show(String stackName,
String stackId,
String resourceName,
String eventId)
Shows details for a specified event.
|
List<? extends Event> list(String stackName, String stackId)
Events for a specified stack.stackId - The unique identifier for a stackstackName - The name of a stackEventsList<? extends Event> list(String stackName, String stackId, String resourceName)
Events for a specified stack resource.stackId - The unique identifier for a stackstackName - The name of a stackresourceName - The name of a resource in the stackEventsEvent show(String stackName, String stackId, String resourceName, String eventId)
stackId - The unique identifier for a stackstackName - The name of a stackresourceName - The name of a resource in the stackeventId - The unique identifier of an event related to the resource in the stackCopyright © 2017. All rights reserved.