Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SecurityGroupForVpc |
SecurityGroupForVpc.clone() |
SecurityGroupForVpc |
SecurityGroupForVpc.withDescription(String description)
The security group's description.
|
SecurityGroupForVpc |
SecurityGroupForVpc.withGroupId(String groupId)
The security group ID.
|
SecurityGroupForVpc |
SecurityGroupForVpc.withGroupName(String groupName)
The security group name.
|
SecurityGroupForVpc |
SecurityGroupForVpc.withOwnerId(String ownerId)
The security group owner ID.
|
SecurityGroupForVpc |
SecurityGroupForVpc.withPrimaryVpcId(String primaryVpcId)
The VPC ID in which the security group was created.
|
SecurityGroupForVpc |
SecurityGroupForVpc.withTags(Collection<Tag> tags)
The security group tags.
|
SecurityGroupForVpc |
SecurityGroupForVpc.withTags(Tag... tags)
The security group tags.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityGroupForVpc> |
GetSecurityGroupsForVpcResult.getSecurityGroupForVpcs()
The security group that can be used by interfaces in the VPC.
|
Modifier and Type | Method and Description |
---|---|
GetSecurityGroupsForVpcResult |
GetSecurityGroupsForVpcResult.withSecurityGroupForVpcs(SecurityGroupForVpc... securityGroupForVpcs)
The security group that can be used by interfaces in the VPC.
|
Modifier and Type | Method and Description |
---|---|
void |
GetSecurityGroupsForVpcResult.setSecurityGroupForVpcs(Collection<SecurityGroupForVpc> securityGroupForVpcs)
The security group that can be used by interfaces in the VPC.
|
GetSecurityGroupsForVpcResult |
GetSecurityGroupsForVpcResult.withSecurityGroupForVpcs(Collection<SecurityGroupForVpc> securityGroupForVpcs)
The security group that can be used by interfaces in the VPC.
|
Copyright © 2024. All rights reserved.