| Package | Description |
|---|---|
| com.amazonaws.services.iotwireless |
AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.
|
| com.amazonaws.services.iotwireless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDestinationResult> |
AbstractAWSIoTWirelessAsync.updateDestinationAsync(UpdateDestinationRequest request,
AsyncHandler<UpdateDestinationRequest,UpdateDestinationResult> asyncHandler) |
Future<UpdateDestinationResult> |
AWSIoTWirelessAsyncClient.updateDestinationAsync(UpdateDestinationRequest request,
AsyncHandler<UpdateDestinationRequest,UpdateDestinationResult> asyncHandler) |
Future<UpdateDestinationResult> |
AWSIoTWirelessAsync.updateDestinationAsync(UpdateDestinationRequest updateDestinationRequest,
AsyncHandler<UpdateDestinationRequest,UpdateDestinationResult> asyncHandler)
Updates properties of a destination.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDestinationRequest |
UpdateDestinationRequest.clone() |
UpdateDestinationRequest |
UpdateDestinationRequest.withDescription(String description)
A new description of the resource.
|
UpdateDestinationRequest |
UpdateDestinationRequest.withExpression(String expression)
The new rule name or topic rule to send messages to.
|
UpdateDestinationRequest |
UpdateDestinationRequest.withExpressionType(ExpressionType expressionType)
The type of value in
Expression. |
UpdateDestinationRequest |
UpdateDestinationRequest.withExpressionType(String expressionType)
The type of value in
Expression. |
UpdateDestinationRequest |
UpdateDestinationRequest.withName(String name)
The new name of the resource.
|
UpdateDestinationRequest |
UpdateDestinationRequest.withRoleArn(String roleArn)
The ARN of the IAM Role that authorizes the destination.
|
Copyright © 2024. All rights reserved.