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