Package | Description |
---|---|
com.amazonaws.services.iot.model | |
com.amazonaws.services.iot.model.transform |
Modifier and Type | Field and Description |
---|---|
private LambdaAction |
Action.lambda
Invoke a Lambda function.
|
Modifier and Type | Method and Description |
---|---|
LambdaAction |
LambdaAction.clone() |
LambdaAction |
Action.getLambda()
Invoke a Lambda function.
|
LambdaAction |
LambdaAction.withFunctionArn(java.lang.String functionArn)
The ARN of the Lambda function.
|
Modifier and Type | Method and Description |
---|---|
void |
Action.setLambda(LambdaAction lambda)
Invoke a Lambda function.
|
Action |
Action.withLambda(LambdaAction lambda)
Invoke a Lambda function.
|
Modifier and Type | Method and Description |
---|---|
LambdaAction |
LambdaActionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LambdaActionJsonMarshaller.marshall(LambdaAction lambdaAction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|