| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Subscription.clone() |
Subscription |
Subscription.withId(String id)
Element Id for this entry in the list.
|
Subscription |
Subscription.withSource(String source)
Source of the subscription.
|
Subscription |
Subscription.withSubject(String subject)
Subject of the message.
|
Subscription |
Subscription.withTarget(String target)
Where the message is sent to.
|
| Modifier and Type | Method and Description |
|---|---|
List<Subscription> |
SubscriptionDefinitionVersion.getSubscriptions()
Subscriptions in the version.
|
List<Subscription> |
CreateSubscriptionDefinitionVersionRequest.getSubscriptions()
Subscriptions in the version.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionDefinitionVersion |
SubscriptionDefinitionVersion.withSubscriptions(Subscription... subscriptions)
Subscriptions in the version.
|
CreateSubscriptionDefinitionVersionRequest |
CreateSubscriptionDefinitionVersionRequest.withSubscriptions(Subscription... subscriptions)
Subscriptions in the version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionDefinitionVersion.setSubscriptions(Collection<Subscription> subscriptions)
Subscriptions in the version.
|
void |
CreateSubscriptionDefinitionVersionRequest.setSubscriptions(Collection<Subscription> subscriptions)
Subscriptions in the version.
|
SubscriptionDefinitionVersion |
SubscriptionDefinitionVersion.withSubscriptions(Collection<Subscription> subscriptions)
Subscriptions in the version.
|
CreateSubscriptionDefinitionVersionRequest |
CreateSubscriptionDefinitionVersionRequest.withSubscriptions(Collection<Subscription> subscriptions)
Subscriptions in the version.
|
Copyright © 2018. All rights reserved.