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 AssociationStatusName
AssociationStatusName. fromValue(String value)
Use this in place of valueOf.static AssociationStatusName
AssociationStatusName. 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 void
AssociationStatus. setName(AssociationStatusName name)
The status.AssociationStatus
AssociationStatus. withName(AssociationStatusName name)
The status.
-