Uses of Class
software.amazon.awssdk.services.glue.model.LastActiveDefinition
-
Packages that use LastActiveDefinition Package Description software.amazon.awssdk.services.glue.model -
-
Uses of LastActiveDefinition in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return LastActiveDefinition Modifier and Type Method Description LastActiveDefinitionBlueprint. lastActiveDefinition()When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.Methods in software.amazon.awssdk.services.glue.model with parameters of type LastActiveDefinition Modifier and Type Method Description Blueprint.BuilderBlueprint.Builder. lastActiveDefinition(LastActiveDefinition lastActiveDefinition)When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.
-