| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
Destinations |
Destinations.clone() |
Destinations |
Destinations.withArn(String arn)
The Amazon Resource Name of the resource.
|
Destinations |
Destinations.withDescription(String description)
The description of the resource.
|
Destinations |
Destinations.withExpression(String expression)
The rule name or topic rule to send messages to.
|
Destinations |
Destinations.withExpressionType(ExpressionType expressionType)
The type of value in
Expression. |
Destinations |
Destinations.withExpressionType(String expressionType)
The type of value in
Expression. |
Destinations |
Destinations.withName(String name)
The name of the resource.
|
Destinations |
Destinations.withRoleArn(String roleArn)
The ARN of the IAM Role that authorizes the destination.
|
| Modifier and Type | Method and Description |
|---|---|
List<Destinations> |
ListDestinationsResult.getDestinationList()
The list of destinations.
|
| Modifier and Type | Method and Description |
|---|---|
ListDestinationsResult |
ListDestinationsResult.withDestinationList(Destinations... destinationList)
The list of destinations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDestinationsResult.setDestinationList(Collection<Destinations> destinationList)
The list of destinations.
|
ListDestinationsResult |
ListDestinationsResult.withDestinationList(Collection<Destinations> destinationList)
The list of destinations.
|
Copyright © 2023. All rights reserved.