| 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 |
|---|---|
GetDestinationResult |
AbstractAWSIoTWireless.getDestination(GetDestinationRequest request) |
GetDestinationResult |
AWSIoTWireless.getDestination(GetDestinationRequest getDestinationRequest)
Gets information about a destination.
|
GetDestinationResult |
AWSIoTWirelessClient.getDestination(GetDestinationRequest request)
Gets information about a destination.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetDestinationResult> |
AbstractAWSIoTWirelessAsync.getDestinationAsync(GetDestinationRequest request,
AsyncHandler<GetDestinationRequest,GetDestinationResult> asyncHandler) |
Future<GetDestinationResult> |
AWSIoTWirelessAsync.getDestinationAsync(GetDestinationRequest getDestinationRequest,
AsyncHandler<GetDestinationRequest,GetDestinationResult> asyncHandler)
Gets information about a destination.
|
Future<GetDestinationResult> |
AWSIoTWirelessAsyncClient.getDestinationAsync(GetDestinationRequest request,
AsyncHandler<GetDestinationRequest,GetDestinationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDestinationResult |
GetDestinationResult.clone() |
GetDestinationResult |
GetDestinationResult.withArn(String arn)
The Amazon Resource Name of the resource.
|
GetDestinationResult |
GetDestinationResult.withDescription(String description)
The description of the resource.
|
GetDestinationResult |
GetDestinationResult.withExpression(String expression)
The rule name or topic rule to send messages to.
|
GetDestinationResult |
GetDestinationResult.withExpressionType(ExpressionType expressionType)
The type of value in
Expression. |
GetDestinationResult |
GetDestinationResult.withExpressionType(String expressionType)
The type of value in
Expression. |
GetDestinationResult |
GetDestinationResult.withName(String name)
The name of the resource.
|
GetDestinationResult |
GetDestinationResult.withRoleArn(String roleArn)
The ARN of the IAM Role that authorizes the destination.
|
Copyright © 2023. All rights reserved.