Uses of Class
software.amazon.awscdk.services.stepfunctions.ResultWriter
Packages that use ResultWriter
Package
Description
AWS Step Functions Construct Library
-
Uses of ResultWriter in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions that return ResultWriterModifier and TypeMethodDescriptionResultWriter.Builder.build()default ResultWriterDistributedMapJsonataProps.getResultWriter()Configuration for S3 location in which to save Map Run results.final ResultWriterDistributedMapJsonataProps.Jsii$Proxy.getResultWriter()default ResultWriterDistributedMapJsonPathProps.getResultWriter()Configuration for S3 location in which to save Map Run results.final ResultWriterDistributedMapJsonPathProps.Jsii$Proxy.getResultWriter()default ResultWriterDistributedMapProps.getResultWriter()Configuration for S3 location in which to save Map Run results.final ResultWriterDistributedMapProps.Jsii$Proxy.getResultWriter()Methods in software.amazon.awscdk.services.stepfunctions with parameters of type ResultWriterModifier and TypeMethodDescriptionDistributedMap.Builder.resultWriter(ResultWriter resultWriter) Configuration for S3 location in which to save Map Run results.DistributedMapJsonataProps.Builder.resultWriter(ResultWriter resultWriter) Sets the value ofDistributedMapJsonataProps.getResultWriter()DistributedMapJsonPathProps.Builder.resultWriter(ResultWriter resultWriter) Sets the value ofDistributedMapJsonPathProps.getResultWriter()DistributedMapProps.Builder.resultWriter(ResultWriter resultWriter) Sets the value ofDistributedMapProps.getResultWriter()