Uses of Class
software.amazon.awssdk.services.glue.model.DataOperation
-
Packages that use DataOperation Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DataOperation in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DataOperation Modifier and Type Method Description static DataOperationDataOperation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DataOperationDataOperation. valueOf(String name)Returns the enum constant of this type with the specified name.static DataOperation[]DataOperation. 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 DataOperation Modifier and Type Method Description List<DataOperation>Property. dataOperationScopes()Indicates which data operations are applicable to the property.static Set<DataOperation>DataOperation. knownValues()List<DataOperation>Capabilities. supportedDataOperations()A list of supported data operations.Methods in software.amazon.awssdk.services.glue.model with parameters of type DataOperation Modifier and Type Method Description Property.BuilderProperty.Builder. dataOperationScopes(DataOperation... dataOperationScopes)Indicates which data operations are applicable to the property.Capabilities.BuilderCapabilities.Builder. supportedDataOperations(DataOperation... supportedDataOperations)A list of supported data operations.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type DataOperation Modifier and Type Method Description Property.BuilderProperty.Builder. dataOperationScopes(Collection<DataOperation> dataOperationScopes)Indicates which data operations are applicable to the property.Capabilities.BuilderCapabilities.Builder. supportedDataOperations(Collection<DataOperation> supportedDataOperations)A list of supported data operations.
-