| Package | Description |
|---|---|
| com.amazonaws.services.appintegrations.model |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Subscription.clone() |
Subscription |
Subscription.withDescription(String description)
The description of the subscription.
|
Subscription |
Subscription.withEvent(String event)
The name of the subscription.
|
| Modifier and Type | Method and Description |
|---|---|
List<Subscription> |
CreateApplicationRequest.getSubscriptions()
The events that the application subscribes.
|
List<Subscription> |
UpdateApplicationRequest.getSubscriptions()
The events that the application subscribes.
|
List<Subscription> |
GetApplicationResult.getSubscriptions()
The events that the application subscribes.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.withSubscriptions(Subscription... subscriptions)
The events that the application subscribes.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withSubscriptions(Subscription... subscriptions)
The events that the application subscribes.
|
GetApplicationResult |
GetApplicationResult.withSubscriptions(Subscription... subscriptions)
The events that the application subscribes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateApplicationRequest.setSubscriptions(Collection<Subscription> subscriptions)
The events that the application subscribes.
|
void |
UpdateApplicationRequest.setSubscriptions(Collection<Subscription> subscriptions)
The events that the application subscribes.
|
void |
GetApplicationResult.setSubscriptions(Collection<Subscription> subscriptions)
The events that the application subscribes.
|
CreateApplicationRequest |
CreateApplicationRequest.withSubscriptions(Collection<Subscription> subscriptions)
The events that the application subscribes.
|
UpdateApplicationRequest |
UpdateApplicationRequest.withSubscriptions(Collection<Subscription> subscriptions)
The events that the application subscribes.
|
GetApplicationResult |
GetApplicationResult.withSubscriptions(Collection<Subscription> subscriptions)
The events that the application subscribes.
|
Copyright © 2023. All rights reserved.