| Package | Description |
|---|---|
| software.amazon.awssdk.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
List<EventSubscription> |
UpdateAppRequest.eventSubscriptions()
The list of events you would like to subscribe and get notification for.
|
List<EventSubscription> |
CreateAppRequest.eventSubscriptions()
The list of events you would like to subscribe and get notification for.
|
List<EventSubscription> |
App.eventSubscriptions()
The list of events you would like to subscribe and get notification for.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest.Builder |
UpdateAppRequest.Builder.eventSubscriptions(EventSubscription... eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
CreateAppRequest.Builder |
CreateAppRequest.Builder.eventSubscriptions(EventSubscription... eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
App.Builder |
App.Builder.eventSubscriptions(EventSubscription... eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAppRequest.Builder |
UpdateAppRequest.Builder.eventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
CreateAppRequest.Builder |
CreateAppRequest.Builder.eventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
App.Builder |
App.Builder.eventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
Copyright © 2023. All rights reserved.