| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless |
AWS IoT Wireless API documentation
|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDestinationResult> |
AWSIoTWirelessAsync.createDestinationAsync(CreateDestinationRequest createDestinationRequest,
AsyncHandler<CreateDestinationRequest,CreateDestinationResult> asyncHandler)
Creates a new destination that maps a device message to an AWS IoT rule.
|
Future<CreateDestinationResult> |
AbstractAWSIoTWirelessAsync.createDestinationAsync(CreateDestinationRequest request,
AsyncHandler<CreateDestinationRequest,CreateDestinationResult> asyncHandler) |
Future<CreateDestinationResult> |
AWSIoTWirelessAsyncClient.createDestinationAsync(CreateDestinationRequest request,
AsyncHandler<CreateDestinationRequest,CreateDestinationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateDestinationRequest |
CreateDestinationRequest.clone() |
CreateDestinationRequest |
CreateDestinationRequest.withClientRequestToken(String clientRequestToken)
Each resource must have a unique client request token.
|
CreateDestinationRequest |
CreateDestinationRequest.withDescription(String description)
The description of the new resource.
|
CreateDestinationRequest |
CreateDestinationRequest.withExpression(String expression)
The rule name or topic rule to send messages to.
|
CreateDestinationRequest |
CreateDestinationRequest.withExpressionType(ExpressionType expressionType)
The type of value in
Expression. |
CreateDestinationRequest |
CreateDestinationRequest.withExpressionType(String expressionType)
The type of value in
Expression. |
CreateDestinationRequest |
CreateDestinationRequest.withName(String name)
The name of the new resource.
|
CreateDestinationRequest |
CreateDestinationRequest.withRoleArn(String roleArn)
The ARN of the IAM Role that authorizes the destination.
|
CreateDestinationRequest |
CreateDestinationRequest.withTags(Collection<Tag> tags)
The tags to attach to the new destination.
|
CreateDestinationRequest |
CreateDestinationRequest.withTags(Tag... tags)
The tags to attach to the new destination.
|
Copyright © 2021. All rights reserved.