Uses of Class
software.amazon.awssdk.services.glue.model.MetadataOperation
-
Packages that use MetadataOperation Package Description software.amazon.awssdk.services.glue.model -
-
Uses of MetadataOperation in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return MetadataOperation Modifier and Type Method Description static MetadataOperationMetadataOperation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.MetadataOperationIcebergInput. metadataOperation()A required metadata operation.static MetadataOperationMetadataOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataOperation[]MetadataOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type MetadataOperation Modifier and Type Method Description static Set<MetadataOperation>MetadataOperation. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type MetadataOperation Modifier and Type Method Description IcebergInput.BuilderIcebergInput.Builder. metadataOperation(MetadataOperation metadataOperation)A required metadata operation.
-