Java com.amazonaws.services.ec2.model Filter fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model Filter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model Filter.

The text is from its open source code.

Constructor

Filter(String name)
Constructs a new Filter object.
Filter()
Default constructor for Filter object.
Filter(String name, java.util.List values)
Constructs a new Filter object.

Method

StringgetName()

The name of the filter.

java.util.ListgetValues()

The filter values.

voidsetName(String name)

The name of the filter.

voidsetValues(java.util.Collection values)

The filter values.

FilterwithValues(String... values)

The filter values.

FilterwithValues(java.util.Collection values)

The filter values.