public interface EventsService
Modifier and Type | Method and Description |
---|---|
List<? extends Event> |
list(String stackName,
String stackId)
Gets a list of currently existing
Event s for a specified stack. |
List<? extends Event> |
list(String stackName,
String stackId,
String resourceName)
Gets a list of currently existing
Event s 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)
Event
s for a specified stack.stackId
- The unique identifier for a stackstackName
- The name of a stackEvent
sList<? extends Event> list(String stackName, String stackId, String resourceName)
Event
s for a specified stack resource.stackId
- The unique identifier for a stackstackName
- The name of a stackresourceName
- The name of a resource in the stackEvent
sEvent 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.