Uses of Class
software.amazon.awssdk.services.lambda.model.Operation
-
Packages that use Operation Package Description software.amazon.awssdk.services.lambda.model software.amazon.awssdk.services.lambda.paginators -
-
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 Operation Modifier and Type Method Description List<Operation>CheckpointUpdatedExecutionState. operations()A list of operations that have been updated since the last checkpoint.List<Operation>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 Operation Modifier and Type Method Description CheckpointUpdatedExecutionState.BuilderCheckpointUpdatedExecutionState.Builder. operations(Operation... operations)A list of operations that have been updated since the last checkpoint.GetDurableExecutionStateResponse.BuilderGetDurableExecutionStateResponse.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 Operation Modifier and Type Method Description CheckpointUpdatedExecutionState.BuilderCheckpointUpdatedExecutionState.Builder. operations(Collection<Operation> operations)A list of operations that have been updated since the last checkpoint.GetDurableExecutionStateResponse.BuilderGetDurableExecutionStateResponse.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 Operation Modifier and Type Method Description SdkIterable<Operation>GetDurableExecutionStateIterable. operations()Returns an iterable to iterate through the paginatedGetDurableExecutionStateResponse.operations()member.SdkPublisher<Operation>GetDurableExecutionStatePublisher. operations()Returns a publisher that can be used to get a stream of data.
-