Uses of Class
software.amazon.awssdk.services.ssm.model.DocumentKeyValuesFilter
Packages that use DocumentKeyValuesFilter
-
Uses of DocumentKeyValuesFilter in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DocumentKeyValuesFilterModifier and TypeMethodDescriptionfinal List<DocumentKeyValuesFilter>ListDocumentsRequest.filters()One or moreDocumentKeyValuesFilterobjects.Methods in software.amazon.awssdk.services.ssm.model with parameters of type DocumentKeyValuesFilterModifier and TypeMethodDescriptionListDocumentsRequest.Builder.filters(DocumentKeyValuesFilter... filters) One or moreDocumentKeyValuesFilterobjects.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type DocumentKeyValuesFilterModifier and TypeMethodDescriptionListDocumentsRequest.Builder.filters(Collection<DocumentKeyValuesFilter> filters) One or moreDocumentKeyValuesFilterobjects.