Uses of Class
software.amazon.awssdk.services.sfn.model.CloudWatchEventsExecutionDataDetails
-
Packages that use CloudWatchEventsExecutionDataDetails Package Description software.amazon.awssdk.services.sfn.model -
-
Uses of CloudWatchEventsExecutionDataDetails in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return CloudWatchEventsExecutionDataDetails Modifier and Type Method Description CloudWatchEventsExecutionDataDetailsDescribeExecutionResponse. inputDetails()Returns the value of the InputDetails property for this object.CloudWatchEventsExecutionDataDetailsStartSyncExecutionResponse. inputDetails()Returns the value of the InputDetails property for this object.CloudWatchEventsExecutionDataDetailsDescribeExecutionResponse. outputDetails()Returns the value of the OutputDetails property for this object.CloudWatchEventsExecutionDataDetailsStartSyncExecutionResponse. outputDetails()Returns the value of the OutputDetails property for this object.Methods in software.amazon.awssdk.services.sfn.model with parameters of type CloudWatchEventsExecutionDataDetails Modifier and Type Method Description DescribeExecutionResponse.BuilderDescribeExecutionResponse.Builder. inputDetails(CloudWatchEventsExecutionDataDetails inputDetails)Sets the value of the InputDetails property for this object.StartSyncExecutionResponse.BuilderStartSyncExecutionResponse.Builder. inputDetails(CloudWatchEventsExecutionDataDetails inputDetails)Sets the value of the InputDetails property for this object.DescribeExecutionResponse.BuilderDescribeExecutionResponse.Builder. outputDetails(CloudWatchEventsExecutionDataDetails outputDetails)Sets the value of the OutputDetails property for this object.StartSyncExecutionResponse.BuilderStartSyncExecutionResponse.Builder. outputDetails(CloudWatchEventsExecutionDataDetails outputDetails)Sets the value of the OutputDetails property for this object.
-