| Package | Description |
|---|---|
| com.amazonaws.services.guardduty.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup |
SecurityGroup.clone() |
SecurityGroup |
SecurityGroup.withGroupId(String groupId)
The security group ID of the EC2 instance.
|
SecurityGroup |
SecurityGroup.withGroupName(String groupName)
The security group name of the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityGroup> |
VpcConfig.getSecurityGroups()
The identifier of the security group attached to the Lambda function.
|
List<SecurityGroup> |
NetworkInterface.getSecurityGroups()
The security groups associated with the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
VpcConfig |
VpcConfig.withSecurityGroups(SecurityGroup... securityGroups)
The identifier of the security group attached to the Lambda function.
|
NetworkInterface |
NetworkInterface.withSecurityGroups(SecurityGroup... securityGroups)
The security groups associated with the EC2 instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VpcConfig.setSecurityGroups(Collection<SecurityGroup> securityGroups)
The identifier of the security group attached to the Lambda function.
|
void |
NetworkInterface.setSecurityGroups(Collection<SecurityGroup> securityGroups)
The security groups associated with the EC2 instance.
|
VpcConfig |
VpcConfig.withSecurityGroups(Collection<SecurityGroup> securityGroups)
The identifier of the security group attached to the Lambda function.
|
NetworkInterface |
NetworkInterface.withSecurityGroups(Collection<SecurityGroup> securityGroups)
The security groups associated with the EC2 instance.
|
Copyright © 2023. All rights reserved.