| Package | Description |
|---|---|
| com.amazonaws.services.resiliencehub.model |
| Modifier and Type | Method and Description |
|---|---|
EventSubscription |
EventSubscription.clone() |
EventSubscription |
EventSubscription.withEventType(EventType eventType)
The type of event you would like to subscribe and get notification for.
|
EventSubscription |
EventSubscription.withEventType(String eventType)
The type of event you would like to subscribe and get notification for.
|
EventSubscription |
EventSubscription.withName(String name)
Unique name to identify an event subscription.
|
EventSubscription |
EventSubscription.withSnsTopicArn(String snsTopicArn)
Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventSubscription> |
CreateAppRequest.getEventSubscriptions()
The list of events you would like to subscribe and get notification for.
|
List<EventSubscription> |
UpdateAppRequest.getEventSubscriptions()
The list of events you would like to subscribe and get notification for.
|
List<EventSubscription> |
App.getEventSubscriptions()
The list of events you would like to subscribe and get notification for.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAppRequest |
CreateAppRequest.withEventSubscriptions(EventSubscription... eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
UpdateAppRequest |
UpdateAppRequest.withEventSubscriptions(EventSubscription... eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
App |
App.withEventSubscriptions(EventSubscription... eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAppRequest.setEventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
void |
UpdateAppRequest.setEventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
void |
App.setEventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
CreateAppRequest |
CreateAppRequest.withEventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
UpdateAppRequest |
UpdateAppRequest.withEventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
App |
App.withEventSubscriptions(Collection<EventSubscription> eventSubscriptions)
The list of events you would like to subscribe and get notification for.
|
Copyright © 2024. All rights reserved.