Uses of Interface
software.amazon.awssdk.services.lambda.model.StopDurableExecutionResponse.Builder
-
Packages that use StopDurableExecutionResponse.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of StopDurableExecutionResponse.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return StopDurableExecutionResponse.Builder Modifier and Type Method Description static StopDurableExecutionResponse.BuilderStopDurableExecutionResponse. builder()StopDurableExecutionResponse.BuilderStopDurableExecutionResponse.Builder. stopTimestamp(Instant stopTimestamp)The timestamp when the execution was stopped (ISO 8601 format).StopDurableExecutionResponse.BuilderStopDurableExecutionResponse. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type StopDurableExecutionResponse.Builder Modifier and Type Method Description static Class<? extends StopDurableExecutionResponse.Builder>StopDurableExecutionResponse. serializableBuilderClass()
-