Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.CommandFilter
-
Packages that use CommandFilter Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of CommandFilter in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return CommandFilter Modifier and Type Method Description CommandFilter
CommandFilter. clone()
CommandFilter
CommandFilter. withKey(CommandFilterKey key)
The name of the filter.CommandFilter
CommandFilter. withKey(String key)
The name of the filter.CommandFilter
CommandFilter. withValue(String value)
The filter value.Methods in com.amazonaws.services.simplesystemsmanagement.model that return types with arguments of type CommandFilter Modifier and Type Method Description List<CommandFilter>
ListCommandInvocationsRequest. getFilters()
(Optional) One or more filters.List<CommandFilter>
ListCommandsRequest. getFilters()
(Optional) One or more filters.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type CommandFilter Modifier and Type Method Description ListCommandInvocationsRequest
ListCommandInvocationsRequest. withFilters(CommandFilter... filters)
(Optional) One or more filters.ListCommandsRequest
ListCommandsRequest. withFilters(CommandFilter... filters)
(Optional) One or more filters.Method parameters in com.amazonaws.services.simplesystemsmanagement.model with type arguments of type CommandFilter Modifier and Type Method Description void
ListCommandInvocationsRequest. setFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.void
ListCommandsRequest. setFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.ListCommandInvocationsRequest
ListCommandInvocationsRequest. withFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.ListCommandsRequest
ListCommandsRequest. withFilters(Collection<CommandFilter> filters)
(Optional) One or more filters.
-