Uses of Class
software.amazon.awssdk.services.lambda.model.WaitDetails
-
Packages that use WaitDetails Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of WaitDetails in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return WaitDetails Modifier and Type Method Description WaitDetailsOperation. waitDetails()Details about the wait operation, if this operation represents a wait.Methods in software.amazon.awssdk.services.lambda.model with parameters of type WaitDetails Modifier and Type Method Description Operation.BuilderOperation.Builder. waitDetails(WaitDetails waitDetails)Details about the wait operation, if this operation represents a wait.
-