Uses of Class
software.amazon.awssdk.services.sfn.model.CloudWatchEventsExecutionDataDetails
Packages that use CloudWatchEventsExecutionDataDetails
-
Uses of CloudWatchEventsExecutionDataDetails in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return CloudWatchEventsExecutionDataDetailsModifier and TypeMethodDescriptionDescribeExecutionResponse.inputDetails()Returns the value of the InputDetails property for this object.StartSyncExecutionResponse.inputDetails()Returns the value of the InputDetails property for this object.DescribeExecutionResponse.outputDetails()Returns the value of the OutputDetails property for this object.StartSyncExecutionResponse.outputDetails()Returns the value of the OutputDetails property for this object.Methods in software.amazon.awssdk.services.sfn.model with parameters of type CloudWatchEventsExecutionDataDetailsModifier and TypeMethodDescriptionDescribeExecutionResponse.Builder.inputDetails(CloudWatchEventsExecutionDataDetails inputDetails) Sets the value of the InputDetails property for this object.StartSyncExecutionResponse.Builder.inputDetails(CloudWatchEventsExecutionDataDetails inputDetails) Sets the value of the InputDetails property for this object.DescribeExecutionResponse.Builder.outputDetails(CloudWatchEventsExecutionDataDetails outputDetails) Sets the value of the OutputDetails property for this object.StartSyncExecutionResponse.Builder.outputDetails(CloudWatchEventsExecutionDataDetails outputDetails) Sets the value of the OutputDetails property for this object.