Uses of Enum
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 ServiceIntegrationPatternReturns the enum constant of this type with the specified name.static ServiceIntegrationPattern[]ServiceIntegrationPattern.values()Returns an array containing the constants of this enum type, 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 ServiceIntegrationPatternCommonEcsRunTaskProps.getIntegrationPattern()The service integration pattern indicates different ways to call RunTask in ECS.CommonEcsRunTaskProps.Jsii$Proxy.getIntegrationPattern()EcsRunTaskBaseProps.Jsii$Proxy.getIntegrationPattern()Deprecated.default ServiceIntegrationPatternPublishToTopicProps.getIntegrationPattern()Deprecated.PublishToTopicProps.Jsii$Proxy.getIntegrationPattern()Deprecated.default ServiceIntegrationPatternRunBatchJobProps.getIntegrationPattern()Deprecated.RunBatchJobProps.Jsii$Proxy.getIntegrationPattern()Deprecated.RunEcsEc2TaskProps.Jsii$Proxy.getIntegrationPattern()Deprecated.RunEcsFargateTaskProps.Jsii$Proxy.getIntegrationPattern()Deprecated.default ServiceIntegrationPatternRunGlueJobTaskProps.getIntegrationPattern()Deprecated.RunGlueJobTaskProps.Jsii$Proxy.getIntegrationPattern()Deprecated.default ServiceIntegrationPatternRunLambdaTaskProps.getIntegrationPattern()Deprecated.RunLambdaTaskProps.Jsii$Proxy.getIntegrationPattern()Deprecated.default ServiceIntegrationPatternSendToQueueProps.getIntegrationPattern()Deprecated.SendToQueueProps.Jsii$Proxy.getIntegrationPattern()Deprecated.default ServiceIntegrationPatternStartExecutionProps.getIntegrationPattern()Deprecated.StartExecutionProps.Jsii$Proxy.getIntegrationPattern()Deprecated.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type ServiceIntegrationPatternModifier and TypeMethodDescriptionCommonEcsRunTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Sets the value ofCommonEcsRunTaskProps.getIntegrationPattern()EcsRunTaskBase.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.The service integration pattern indicates different ways to call RunTask in ECS.EcsRunTaskBaseProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.Sets the value ofCommonEcsRunTaskProps.getIntegrationPattern()PublishToTopic.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.PublishToTopicProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.RunBatchJob.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.RunBatchJobProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.RunEcsEc2Task.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.The service integration pattern indicates different ways to call RunTask in ECS.RunEcsEc2TaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.Sets the value ofCommonEcsRunTaskProps.getIntegrationPattern()RunEcsFargateTask.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.The service integration pattern indicates different ways to call RunTask in ECS.RunEcsFargateTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.Sets the value ofCommonEcsRunTaskProps.getIntegrationPattern()RunGlueJobTask.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.RunGlueJobTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.RunLambdaTask.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.RunLambdaTaskProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.SendToQueue.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.SendToQueueProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.StartExecution.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.StartExecutionProps.Builder.integrationPattern(ServiceIntegrationPattern integrationPattern) Deprecated.