Uses of Class
software.amazon.awssdk.services.datazone.model.EdgeDirection
-
Packages that use EdgeDirection Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of EdgeDirection in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return EdgeDirection Modifier and Type Method Description EdgeDirectionListLineageNodeHistoryRequest. direction()The direction of the data lineage node refers to the lineage node having neighbors in that direction.static EdgeDirectionEdgeDirection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EdgeDirectionEdgeDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static EdgeDirection[]EdgeDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type EdgeDirection Modifier and Type Method Description static Set<EdgeDirection>EdgeDirection. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type EdgeDirection Modifier and Type Method Description ListLineageNodeHistoryRequest.BuilderListLineageNodeHistoryRequest.Builder. direction(EdgeDirection direction)The direction of the data lineage node refers to the lineage node having neighbors in that direction.
-