Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.Association
-
Packages that use Association Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of Association in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return Association Modifier and Type Method Description AssociationAssociation. clone()AssociationAssociation. withInstanceId(String instanceId)The ID of the instance.AssociationAssociation. withName(String name)The name of the SSM document.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type Association Modifier and Type Method Description List<Association>ListAssociationsResult. getAssociations()The associations.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type Association Modifier and Type Method Description ListAssociationsResultListAssociationsResult. withAssociations(Association... associations)The associations.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type Association Modifier and Type Method Description voidListAssociationsResult. setAssociations(Collection<Association> associations)The associations.ListAssociationsResultListAssociationsResult. withAssociations(Collection<Association> associations)The associations.
-