Uses of Class
software.amazon.awssdk.services.sfn.model.ExecutionListItem
-
Packages that use ExecutionListItem Package Description software.amazon.awssdk.services.sfn.model software.amazon.awssdk.services.sfn.paginators -
-
Uses of ExecutionListItem in software.amazon.awssdk.services.sfn.model
Methods in software.amazon.awssdk.services.sfn.model that return types with arguments of type ExecutionListItem Modifier and Type Method Description List<ExecutionListItem>ListExecutionsResponse. executions()The list of matching executions.Methods in software.amazon.awssdk.services.sfn.model with parameters of type ExecutionListItem Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. executions(ExecutionListItem... executions)The list of matching executions.Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type ExecutionListItem Modifier and Type Method Description ListExecutionsResponse.BuilderListExecutionsResponse.Builder. executions(Collection<ExecutionListItem> executions)The list of matching executions. -
Uses of ExecutionListItem in software.amazon.awssdk.services.sfn.paginators
Methods in software.amazon.awssdk.services.sfn.paginators that return types with arguments of type ExecutionListItem Modifier and Type Method Description SdkIterable<ExecutionListItem>ListExecutionsIterable. executions()Returns an iterable to iterate through the paginatedListExecutionsResponse.executions()member.SdkPublisher<ExecutionListItem>ListExecutionsPublisher. executions()Returns a publisher that can be used to get a stream of data.
-