Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SecurityGroup |
SecurityGroup.clone() |
SecurityGroup |
SecurityGroup.withDescription(String description)
A description of the security group.
|
SecurityGroup |
SecurityGroup.withGroupId(String groupId)
The ID of the security group.
|
SecurityGroup |
SecurityGroup.withGroupName(String groupName)
The name of the security group.
|
SecurityGroup |
SecurityGroup.withIpPermissions(Collection<IpPermission> ipPermissions)
The inbound rules associated with the security group.
|
SecurityGroup |
SecurityGroup.withIpPermissions(IpPermission... ipPermissions)
The inbound rules associated with the security group.
|
SecurityGroup |
SecurityGroup.withIpPermissionsEgress(Collection<IpPermission> ipPermissionsEgress)
The outbound rules associated with the security group.
|
SecurityGroup |
SecurityGroup.withIpPermissionsEgress(IpPermission... ipPermissionsEgress)
The outbound rules associated with the security group.
|
SecurityGroup |
SecurityGroup.withOwnerId(String ownerId)
The Amazon Web Services account ID of the owner of the security group.
|
SecurityGroup |
SecurityGroup.withTags(Collection<Tag> tags)
Any tags assigned to the security group.
|
SecurityGroup |
SecurityGroup.withTags(Tag... tags)
Any tags assigned to the security group.
|
SecurityGroup |
SecurityGroup.withVpcId(String vpcId)
The ID of the VPC for the security group.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityGroup> |
DescribeSecurityGroupsResult.getSecurityGroups()
Information about the security groups.
|
Modifier and Type | Method and Description |
---|---|
DescribeSecurityGroupsResult |
DescribeSecurityGroupsResult.withSecurityGroups(SecurityGroup... securityGroups)
Information about the security groups.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeSecurityGroupsResult.setSecurityGroups(Collection<SecurityGroup> securityGroups)
Information about the security groups.
|
DescribeSecurityGroupsResult |
DescribeSecurityGroupsResult.withSecurityGroups(Collection<SecurityGroup> securityGroups)
Information about the security groups.
|
Copyright © 2023. All rights reserved.