Uses of Interface
software.amazon.awssdk.services.lambda.model.WaitDetails.Builder
-
Packages that use WaitDetails.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of WaitDetails.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return WaitDetails.Builder Modifier and Type Method Description static WaitDetails.BuilderWaitDetails. builder()WaitDetails.BuilderWaitDetails.Builder. scheduledEndTimestamp(Instant scheduledEndTimestamp)The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).WaitDetails.BuilderWaitDetails. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type WaitDetails.Builder Modifier and Type Method Description static Class<? extends WaitDetails.Builder>WaitDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type WaitDetails.Builder Modifier and Type Method Description default Operation.BuilderOperation.Builder. waitDetails(Consumer<WaitDetails.Builder> waitDetails)Details about the wait operation, if this operation represents a wait.
-