Uses of Class
software.amazon.awssdk.services.sfn.model.TaskCredentials
-
Packages that use TaskCredentials Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of TaskCredentials in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return TaskCredentials Modifier and Type Method Description TaskCredentialsLambdaFunctionScheduledEventDetails. taskCredentials()The credentials that Step Functions uses for the task.TaskCredentialsTaskScheduledEventDetails. taskCredentials()The credentials that Step Functions uses for the task.Methods in software.amazon.awssdk.services.sfn.model with parameters of type TaskCredentials Modifier and Type Method Description LambdaFunctionScheduledEventDetails.BuilderLambdaFunctionScheduledEventDetails.Builder. taskCredentials(TaskCredentials taskCredentials)The credentials that Step Functions uses for the task.TaskScheduledEventDetails.BuilderTaskScheduledEventDetails.Builder. taskCredentials(TaskCredentials taskCredentials)The credentials that Step Functions uses for the task.
-