| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static LambdaAction.Builder |
LambdaAction.builder() |
LambdaAction.Builder |
LambdaAction.Builder.functionArn(String functionArn)
The ARN of the Lambda function.
|
LambdaAction.Builder |
LambdaAction.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LambdaAction.Builder> |
LambdaAction.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Action.Builder |
Action.Builder.lambda(Consumer<LambdaAction.Builder> lambda)
Invoke a Lambda function.
|
Copyright © 2023. All rights reserved.