Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.ServiceIntegrationPattern
Packages that use ServiceIntegrationPattern
Package
Description
AWS Step Functions Construct Library
Tasks for AWS Step Functions
-
Uses of ServiceIntegrationPattern in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return ServiceIntegrationPatternModifier and TypeMethodDescriptionstatic ServiceIntegrationPattern
Returns the enum constant of this class with the specified name.static ServiceIntegrationPattern[]
ServiceIntegrationPattern.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ServiceIntegrationPattern in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return ServiceIntegrationPatternModifier and TypeMethodDescriptiondefault ServiceIntegrationPattern
CommonEcsRunTaskProps.getIntegrationPattern()
The service integration pattern indicates different ways to call RunTask in ECS.CommonEcsRunTaskProps.Jsii$Proxy.getIntegrationPattern()
Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type ServiceIntegrationPatternModifier and TypeMethodDescriptionCommonEcsRunTaskProps.Builder.integrationPattern
(ServiceIntegrationPattern integrationPattern) Sets the value ofCommonEcsRunTaskProps.getIntegrationPattern()