Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.AssociationStatusName
-
Packages that use AssociationStatusName Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of AssociationStatusName in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return AssociationStatusName Modifier and Type Method Description static AssociationStatusNameAssociationStatusName. fromValue(String value)Use this in place of valueOf.static AssociationStatusNameAssociationStatusName. valueOf(String name)Returns the enum constant of this type with the specified name.static AssociationStatusName[]AssociationStatusName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type AssociationStatusName Modifier and Type Method Description voidAssociationStatus. setName(AssociationStatusName name)The status.AssociationStatusAssociationStatus. withName(AssociationStatusName name)The status.
-