Package | Description |
---|---|
com.amazonaws.services.stepfunctions.model |
Modifier and Type | Method and Description |
---|---|
TaskCredentials |
TaskCredentials.clone() |
TaskCredentials |
LambdaFunctionScheduledEventDetails.getTaskCredentials()
The credentials that Step Functions uses for the task.
|
TaskCredentials |
TaskScheduledEventDetails.getTaskCredentials()
The credentials that Step Functions uses for the task.
|
TaskCredentials |
TaskCredentials.withRoleArn(String roleArn)
The ARN of an IAM role that Step Functions assumes for the task.
|
Modifier and Type | Method and Description |
---|---|
void |
LambdaFunctionScheduledEventDetails.setTaskCredentials(TaskCredentials taskCredentials)
The credentials that Step Functions uses for the task.
|
void |
TaskScheduledEventDetails.setTaskCredentials(TaskCredentials taskCredentials)
The credentials that Step Functions uses for the task.
|
LambdaFunctionScheduledEventDetails |
LambdaFunctionScheduledEventDetails.withTaskCredentials(TaskCredentials taskCredentials)
The credentials that Step Functions uses for the task.
|
TaskScheduledEventDetails |
TaskScheduledEventDetails.withTaskCredentials(TaskCredentials taskCredentials)
The credentials that Step Functions uses for the task.
|
Copyright © 2023. All rights reserved.