Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.DocumentFilter
-
Packages that use DocumentFilter Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of DocumentFilter in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return DocumentFilter Modifier and Type Method Description DocumentFilterDocumentFilter. clone()DocumentFilterDocumentFilter. withKey(DocumentFilterKey key)The name of the filter.DocumentFilterDocumentFilter. withKey(String key)The name of the filter.DocumentFilterDocumentFilter. withValue(String value)The value of the filter.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type DocumentFilter Modifier and Type Method Description List<DocumentFilter>ListDocumentsRequest. getDocumentFilterList()One or more filters.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type DocumentFilter Modifier and Type Method Description ListDocumentsRequestListDocumentsRequest. withDocumentFilterList(DocumentFilter... documentFilterList)One or more filters.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type DocumentFilter Modifier and Type Method Description voidListDocumentsRequest. setDocumentFilterList(Collection<DocumentFilter> documentFilterList)One or more filters.ListDocumentsRequestListDocumentsRequest. withDocumentFilterList(Collection<DocumentFilter> documentFilterList)One or more filters.
-