| Package | Description |
|---|---|
| com.amazonaws.services.greengrass.model |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
Subscription.clone() |
Subscription |
Subscription.withId(String id)
A descriptive or arbitrary ID for the subscription.
|
Subscription |
Subscription.withSource(String source)
The source of the subscription.
|
Subscription |
Subscription.withSubject(String subject)
The MQTT topic used to route the message.
|
Subscription |
Subscription.withTarget(String target)
Where the message is sent to.
|
| Modifier and Type | Method and Description |
|---|---|
List<Subscription> |
SubscriptionDefinitionVersion.getSubscriptions()
A list of subscriptions.
|
List<Subscription> |
CreateSubscriptionDefinitionVersionRequest.getSubscriptions()
A list of subscriptions.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionDefinitionVersion |
SubscriptionDefinitionVersion.withSubscriptions(Subscription... subscriptions)
A list of subscriptions.
|
CreateSubscriptionDefinitionVersionRequest |
CreateSubscriptionDefinitionVersionRequest.withSubscriptions(Subscription... subscriptions)
A list of subscriptions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionDefinitionVersion.setSubscriptions(Collection<Subscription> subscriptions)
A list of subscriptions.
|
void |
CreateSubscriptionDefinitionVersionRequest.setSubscriptions(Collection<Subscription> subscriptions)
A list of subscriptions.
|
SubscriptionDefinitionVersion |
SubscriptionDefinitionVersion.withSubscriptions(Collection<Subscription> subscriptions)
A list of subscriptions.
|
CreateSubscriptionDefinitionVersionRequest |
CreateSubscriptionDefinitionVersionRequest.withSubscriptions(Collection<Subscription> subscriptions)
A list of subscriptions.
|
Copyright © 2020. All rights reserved.