Uses of Class
software.amazon.awssdk.services.sagemaker.model.AssociationEdgeType
-
Packages that use AssociationEdgeType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AssociationEdgeType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AssociationEdgeType Modifier and Type Method Description AssociationEdgeTypeAddAssociationRequest. associationType()The type of association.AssociationEdgeTypeAssociationSummary. associationType()The type of the association.AssociationEdgeTypeEdge. associationType()The type of the Association(Edge) between the source and destination.AssociationEdgeTypeListAssociationsRequest. associationType()A filter that returns only associations of the specified type.static AssociationEdgeTypeAssociationEdgeType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssociationEdgeTypeAssociationEdgeType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociationEdgeType[]AssociationEdgeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AssociationEdgeType Modifier and Type Method Description static Set<AssociationEdgeType>AssociationEdgeType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AssociationEdgeType Modifier and Type Method Description AddAssociationRequest.BuilderAddAssociationRequest.Builder. associationType(AssociationEdgeType associationType)The type of association.AssociationSummary.BuilderAssociationSummary.Builder. associationType(AssociationEdgeType associationType)The type of the association.Edge.BuilderEdge.Builder. associationType(AssociationEdgeType associationType)The type of the Association(Edge) between the source and destination.ListAssociationsRequest.BuilderListAssociationsRequest.Builder. associationType(AssociationEdgeType associationType)A filter that returns only associations of the specified type.
-