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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetFilters()

The filters.

java.util.ListgetGroupIds()

The IDs of the security groups.

java.util.ListgetGroupNames()

[EC2-Classic and default VPC only] The names of the security groups.

voidsetFilters(java.util.Collection filters)

The filters.

voidsetGroupIds(java.util.Collection groupIds)

The IDs of the security groups.

voidsetGroupNames(java.util.Collection groupNames)

[EC2-Classic and default VPC only] The names of the security groups.

DescribeSecurityGroupsRequestwithFilters(Filter... filters)

The filters.

DescribeSecurityGroupsRequestwithFilters(java.util.Collection filters)

The filters.

DescribeSecurityGroupsRequestwithGroupIds(String... groupIds)

The IDs of the security groups.

DescribeSecurityGroupsRequestwithGroupIds(java.util.Collection groupIds)

The IDs of the security groups.

DescribeSecurityGroupsRequestwithGroupNames(String... groupNames)

[EC2-Classic and default VPC only] The names of the security groups.

DescribeSecurityGroupsRequestwithGroupNames(java.util.Collection groupNames)

[EC2-Classic and default VPC only] The names of the security groups.