| Package | Description |
|---|---|
| com.amazonaws.services.inspector.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup |
SecurityGroup.clone() |
SecurityGroup |
SecurityGroup.withGroupId(String groupId)
The ID of the security group.
|
SecurityGroup |
SecurityGroup.withGroupName(String groupName)
The name of the security group.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityGroup> |
NetworkInterface.getSecurityGroups()
A list of the security groups associated with the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
NetworkInterface.withSecurityGroups(SecurityGroup... securityGroups)
A list of the security groups associated with the network interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkInterface.setSecurityGroups(Collection<SecurityGroup> securityGroups)
A list of the security groups associated with the network interface.
|
NetworkInterface |
NetworkInterface.withSecurityGroups(Collection<SecurityGroup> securityGroups)
A list of the security groups associated with the network interface.
|
Copyright © 2024. All rights reserved.