Uses of Interface
software.amazon.awssdk.services.lambda.model.WaitDetails.Builder
Packages that use WaitDetails.Builder
-
Uses of WaitDetails.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return WaitDetails.BuilderModifier and TypeMethodDescriptionstatic WaitDetails.BuilderWaitDetails.builder()WaitDetails.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.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type WaitDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends WaitDetails.Builder>WaitDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type WaitDetails.BuilderModifier and TypeMethodDescriptiondefault Operation.BuilderOperation.Builder.waitDetails(Consumer<WaitDetails.Builder> waitDetails) Details about the wait operation, if this operation represents a wait.