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 CommandFilterCommandFilter. clone()CommandFilterCommandFilter. withKey(CommandFilterKey key)The name of the filter.CommandFilterCommandFilter. withKey(String key)The name of the filter.CommandFilterCommandFilter. 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 ListCommandInvocationsRequestListCommandInvocationsRequest. withFilters(CommandFilter... filters)(Optional) One or more filters.ListCommandsRequestListCommandsRequest. 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 voidListCommandInvocationsRequest. setFilters(Collection<CommandFilter> filters)(Optional) One or more filters.voidListCommandsRequest. setFilters(Collection<CommandFilter> filters)(Optional) One or more filters.ListCommandInvocationsRequestListCommandInvocationsRequest. withFilters(Collection<CommandFilter> filters)(Optional) One or more filters.ListCommandsRequestListCommandsRequest. withFilters(Collection<CommandFilter> filters)(Optional) One or more filters.
-