Uses of Class
software.amazon.awssdk.services.sfn.model.TaskCredentials
Packages that use TaskCredentials
-
Uses of TaskCredentials in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return TaskCredentialsModifier and TypeMethodDescriptionfinal TaskCredentialsLambdaFunctionScheduledEventDetails.taskCredentials()The credentials that Step Functions uses for the task.final TaskCredentialsTaskScheduledEventDetails.taskCredentials()The credentials that Step Functions uses for the task.Methods in software.amazon.awssdk.services.sfn.model with parameters of type TaskCredentialsModifier and TypeMethodDescriptionLambdaFunctionScheduledEventDetails.Builder.taskCredentials(TaskCredentials taskCredentials) The credentials that Step Functions uses for the task.TaskScheduledEventDetails.Builder.taskCredentials(TaskCredentials taskCredentials) The credentials that Step Functions uses for the task.