Uses of Class
software.amazon.awssdk.services.glue.model.PropertyLocation
-
Packages that use PropertyLocation Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PropertyLocation in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return PropertyLocation Modifier and Type Method Description static PropertyLocationPropertyLocation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PropertyLocationConnectorProperty. propertyLocation()Specifies where this property should be included in REST requests, such as in headers, query parameters, or request body.PropertyLocationExtractedParameter. propertyLocation()Specifies where this extracted parameter should be placed in subsequent requests, such as in headers, query parameters, or request body.PropertyLocationProperty. propertyLocation()Specifies where this property should be included in REST requests, such as in headers, query parameters, or request body.static PropertyLocationPropertyLocation. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyLocation[]PropertyLocation. 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 PropertyLocation Modifier and Type Method Description static Set<PropertyLocation>PropertyLocation. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type PropertyLocation Modifier and Type Method Description ConnectorProperty.BuilderConnectorProperty.Builder. propertyLocation(PropertyLocation propertyLocation)Specifies where this property should be included in REST requests, such as in headers, query parameters, or request body.ExtractedParameter.BuilderExtractedParameter.Builder. propertyLocation(PropertyLocation propertyLocation)Specifies where this extracted parameter should be placed in subsequent requests, such as in headers, query parameters, or request body.Property.BuilderProperty.Builder. propertyLocation(PropertyLocation propertyLocation)Specifies where this property should be included in REST requests, such as in headers, query parameters, or request body.
-