Uses of Class
software.amazon.awssdk.services.lambda.model.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type OperationModifier and TypeMethodDescriptionCheckpointUpdatedExecutionState.operations()A list of operations that have been updated since the last checkpoint.GetDurableExecutionStateResponse.operations()An array of operations that represent the current state of the durable execution.Methods in software.amazon.awssdk.services.lambda.model with parameters of type OperationModifier and TypeMethodDescriptionCheckpointUpdatedExecutionState.Builder.operations(Operation... operations) A list of operations that have been updated since the last checkpoint.GetDurableExecutionStateResponse.Builder.operations(Operation... operations) An array of operations that represent the current state of the durable execution.Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type OperationModifier and TypeMethodDescriptionCheckpointUpdatedExecutionState.Builder.operations(Collection<Operation> operations) A list of operations that have been updated since the last checkpoint.GetDurableExecutionStateResponse.Builder.operations(Collection<Operation> operations) An array of operations that represent the current state of the durable execution. -
Uses of Operation in software.amazon.awssdk.services.lambda.paginators
Methods in software.amazon.awssdk.services.lambda.paginators that return types with arguments of type OperationModifier and TypeMethodDescriptionfinal SdkIterable<Operation>GetDurableExecutionStateIterable.operations()Returns an iterable to iterate through the paginatedGetDurableExecutionStateResponse.operations()member.final SdkPublisher<Operation>GetDurableExecutionStatePublisher.operations()Returns a publisher that can be used to get a stream of data.