| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsEc2SecurityGroupUserIdGroupPair |
AwsEc2SecurityGroupUserIdGroupPair.clone() |
AwsEc2SecurityGroupUserIdGroupPair |
AwsEc2SecurityGroupUserIdGroupPair.withGroupId(String groupId)
The ID of the security group.
|
AwsEc2SecurityGroupUserIdGroupPair |
AwsEc2SecurityGroupUserIdGroupPair.withGroupName(String groupName)
The name of the security group.
|
AwsEc2SecurityGroupUserIdGroupPair |
AwsEc2SecurityGroupUserIdGroupPair.withPeeringStatus(String peeringStatus)
The status of a VPC peering connection, if applicable.
|
AwsEc2SecurityGroupUserIdGroupPair |
AwsEc2SecurityGroupUserIdGroupPair.withUserId(String userId)
The ID of an Amazon Web Services account.
|
AwsEc2SecurityGroupUserIdGroupPair |
AwsEc2SecurityGroupUserIdGroupPair.withVpcId(String vpcId)
The ID of the VPC for the referenced security group, if applicable.
|
AwsEc2SecurityGroupUserIdGroupPair |
AwsEc2SecurityGroupUserIdGroupPair.withVpcPeeringConnectionId(String vpcPeeringConnectionId)
The ID of the VPC peering connection, if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsEc2SecurityGroupUserIdGroupPair> |
AwsEc2SecurityGroupIpPermission.getUserIdGroupPairs()
The security group and Amazon Web Services account ID pairs.
|
| Modifier and Type | Method and Description |
|---|---|
AwsEc2SecurityGroupIpPermission |
AwsEc2SecurityGroupIpPermission.withUserIdGroupPairs(AwsEc2SecurityGroupUserIdGroupPair... userIdGroupPairs)
The security group and Amazon Web Services account ID pairs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsEc2SecurityGroupIpPermission.setUserIdGroupPairs(Collection<AwsEc2SecurityGroupUserIdGroupPair> userIdGroupPairs)
The security group and Amazon Web Services account ID pairs.
|
AwsEc2SecurityGroupIpPermission |
AwsEc2SecurityGroupIpPermission.withUserIdGroupPairs(Collection<AwsEc2SecurityGroupUserIdGroupPair> userIdGroupPairs)
The security group and Amazon Web Services account ID pairs.
|
Copyright © 2023. All rights reserved.