Uses of Class
software.amazon.awssdk.services.ssm.model.CommandFilter
Packages that use CommandFilter
-
Uses of CommandFilter in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CommandFilterModifier and TypeMethodDescriptionfinal List<CommandFilter>ListCommandInvocationsRequest.filters()(Optional) One or more filters.final List<CommandFilter>ListCommandsRequest.filters()(Optional) One or more filters.Methods in software.amazon.awssdk.services.ssm.model with parameters of type CommandFilterModifier and TypeMethodDescriptionListCommandInvocationsRequest.Builder.filters(CommandFilter... filters) (Optional) One or more filters.ListCommandsRequest.Builder.filters(CommandFilter... filters) (Optional) One or more filters.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type CommandFilterModifier and TypeMethodDescriptionListCommandInvocationsRequest.Builder.filters(Collection<CommandFilter> filters) (Optional) One or more filters.ListCommandsRequest.Builder.filters(Collection<CommandFilter> filters) (Optional) One or more filters.