Uses of Class
software.amazon.awssdk.services.glue.model.ExecutionAttempt
-
Packages that use ExecutionAttempt Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ExecutionAttempt in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ExecutionAttempt Modifier and Type Method Description ExecutionAttemptColumnStatisticsTaskSettings. lastExecutionAttempt()The lastExecutionAttemptfor the column statistics task run.Methods in software.amazon.awssdk.services.glue.model with parameters of type ExecutionAttempt Modifier and Type Method Description ColumnStatisticsTaskSettings.BuilderColumnStatisticsTaskSettings.Builder. lastExecutionAttempt(ExecutionAttempt lastExecutionAttempt)The lastExecutionAttemptfor the column statistics task run.
-