Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.AssociationFilter
-
Packages that use AssociationFilter Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of AssociationFilter in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return AssociationFilter Modifier and Type Method Description AssociationFilterAssociationFilter. clone()AssociationFilterAssociationFilter. withKey(AssociationFilterKey key)The name of the filter.AssociationFilterAssociationFilter. withKey(String key)The name of the filter.AssociationFilterAssociationFilter. withValue(String value)The filter value.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type AssociationFilter Modifier and Type Method Description List<AssociationFilter>ListAssociationsRequest. getAssociationFilterList()One or more filters.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type AssociationFilter Modifier and Type Method Description ListAssociationsRequestListAssociationsRequest. withAssociationFilterList(AssociationFilter... associationFilterList)One or more filters.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type AssociationFilter Modifier and Type Method Description voidListAssociationsRequest. setAssociationFilterList(Collection<AssociationFilter> associationFilterList)One or more filters.ListAssociationsRequestListAssociationsRequest. withAssociationFilterList(Collection<AssociationFilter> associationFilterList)One or more filters.
-