Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
SecurityGroupIdentifier |
SecurityGroupIdentifier.clone() |
SecurityGroupIdentifier |
SecurityGroupIdentifier.withGroupId(String groupId)
The ID of the security group.
|
SecurityGroupIdentifier |
SecurityGroupIdentifier.withGroupName(String groupName)
The name of the security group.
|
Modifier and Type | Method and Description |
---|---|
List<SecurityGroupIdentifier> |
VpcEndpoint.getGroups()
(Interface endpoint) Information about the security groups that are associated with the network interface.
|
Modifier and Type | Method and Description |
---|---|
VpcEndpoint |
VpcEndpoint.withGroups(SecurityGroupIdentifier... groups)
(Interface endpoint) Information about the security groups that are associated with the network interface.
|
Modifier and Type | Method and Description |
---|---|
void |
VpcEndpoint.setGroups(Collection<SecurityGroupIdentifier> groups)
(Interface endpoint) Information about the security groups that are associated with the network interface.
|
VpcEndpoint |
VpcEndpoint.withGroups(Collection<SecurityGroupIdentifier> groups)
(Interface endpoint) Information about the security groups that are associated with the network interface.
|
Copyright © 2021. All rights reserved.