Uses of Interface
software.amazon.awssdk.services.sfn.model.CloudWatchEventsExecutionDataDetails.Builder
Packages that use CloudWatchEventsExecutionDataDetails.Builder
-
Uses of CloudWatchEventsExecutionDataDetails.Builder in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return CloudWatchEventsExecutionDataDetails.BuilderModifier and TypeMethodDescriptionCloudWatchEventsExecutionDataDetails.builder()Indicates whether input or output was included in the response.CloudWatchEventsExecutionDataDetails.toBuilder()Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type CloudWatchEventsExecutionDataDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CloudWatchEventsExecutionDataDetails.Builder>CloudWatchEventsExecutionDataDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type CloudWatchEventsExecutionDataDetails.BuilderModifier and TypeMethodDescriptionDescribeExecutionResponse.Builder.inputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> inputDetails) Sets the value of the InputDetails property for this object.StartSyncExecutionResponse.Builder.inputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> inputDetails) Sets the value of the InputDetails property for this object.DescribeExecutionResponse.Builder.outputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> outputDetails) Sets the value of the OutputDetails property for this object.StartSyncExecutionResponse.Builder.outputDetails(Consumer<CloudWatchEventsExecutionDataDetails.Builder> outputDetails) Sets the value of the OutputDetails property for this object.