Uses of Class
software.amazon.awssdk.services.appsync.model.AssociationStatus
-
Packages that use AssociationStatus Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of AssociationStatus in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return AssociationStatus Modifier and Type Method Description AssociationStatusApiAssociation. associationStatus()Identifies the status of an association.static AssociationStatusAssociationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssociationStatusAssociationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociationStatus[]AssociationStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type AssociationStatus Modifier and Type Method Description static Set<AssociationStatus>AssociationStatus. knownValues()Methods in software.amazon.awssdk.services.appsync.model with parameters of type AssociationStatus Modifier and Type Method Description ApiAssociation.BuilderApiAssociation.Builder. associationStatus(AssociationStatus associationStatus)Identifies the status of an association.
-