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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetFilters()

One or more filters.

java.util.ListgetVpcIds()

One or more VPC IDs.

voidsetVpcIds(java.util.Collection vpcIds)

One or more VPC IDs.

DescribeVpcsRequestwithFilters(Filter... filters)

One or more filters.

DescribeVpcsRequestwithFilters(java.util.Collection filters)

One or more filters.