Uses of Enum Class
software.amazon.awscdk.services.stepfunctions.tasks.S3DataType
Packages that use S3DataType
Package
Description
Tasks for AWS Step Functions
-
Uses of S3DataType in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return S3DataTypeModifier and TypeMethodDescriptiondefault S3DataTypeS3DataSource.getS3DataType()S3 Data Type.final S3DataTypeS3DataSource.Jsii$Proxy.getS3DataType()default S3DataTypeTransformS3DataSource.getS3DataType()S3 Data Type.final S3DataTypeTransformS3DataSource.Jsii$Proxy.getS3DataType()static S3DataTypeReturns the enum constant of this class with the specified name.static S3DataType[]S3DataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type S3DataTypeModifier and TypeMethodDescriptionS3DataSource.Builder.s3DataType(S3DataType s3DataType) Sets the value ofS3DataSource.getS3DataType()TransformS3DataSource.Builder.s3DataType(S3DataType s3DataType) Sets the value ofTransformS3DataSource.getS3DataType()