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

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

Introduction

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

The text is from its open source code.

Constructor

Method

StringgetDescription()

A description of the security group.

StringgetGroupId()

The ID of the security group.

StringgetGroupName()

The name of the security group.

java.util.ListgetIpPermissions()

The inbound rules associated with the security group.

StringgetOwnerId()

The AWS account ID of the owner of the security group.

StringgetVpcId()

[VPC only] The ID of the VPC for the security group.

voidsetDescription(String description)

A description of the security group.

voidsetGroupName(String groupName)

The name of the security group.

voidsetIpPermissions(java.util.Collection ipPermissions)

The inbound rules associated with the security group.

voidsetOwnerId(String ownerId)

The AWS account ID of the owner of the security group.

StringtoString()
Returns a string representation of this object.