Uses of Class
software.amazon.awssdk.services.sfn.model.ExecutionListItem
Packages that use ExecutionListItem
Package
Description
-
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 ExecutionListItemModifier and TypeMethodDescriptionfinal List<ExecutionListItem>ListExecutionsResponse.executions()The list of matching executions.Methods in software.amazon.awssdk.services.sfn.model with parameters of type ExecutionListItemModifier and TypeMethodDescriptionListExecutionsResponse.Builder.executions(ExecutionListItem... executions) The list of matching executions.Method parameters in software.amazon.awssdk.services.sfn.model with type arguments of type ExecutionListItemModifier and TypeMethodDescriptionListExecutionsResponse.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 ExecutionListItemModifier and TypeMethodDescriptionfinal SdkIterable<ExecutionListItem>ListExecutionsIterable.executions()Returns an iterable to iterate through the paginatedListExecutionsResponse.executions()member.final SdkPublisher<ExecutionListItem>ListExecutionsPublisher.executions()Returns a publisher that can be used to get a stream of data.