Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
IpamPublicAddressSecurityGroup |
IpamPublicAddressSecurityGroup.clone() |
IpamPublicAddressSecurityGroup |
IpamPublicAddressSecurityGroup.withGroupId(String groupId)
The security group's ID.
|
IpamPublicAddressSecurityGroup |
IpamPublicAddressSecurityGroup.withGroupName(String groupName)
The security group's name.
|
Modifier and Type | Method and Description |
---|---|
List<IpamPublicAddressSecurityGroup> |
IpamDiscoveredPublicAddress.getSecurityGroups()
Security groups associated with the resource that the IP address is assigned to.
|
Modifier and Type | Method and Description |
---|---|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withSecurityGroups(IpamPublicAddressSecurityGroup... securityGroups)
Security groups associated with the resource that the IP address is assigned to.
|
Modifier and Type | Method and Description |
---|---|
void |
IpamDiscoveredPublicAddress.setSecurityGroups(Collection<IpamPublicAddressSecurityGroup> securityGroups)
Security groups associated with the resource that the IP address is assigned to.
|
IpamDiscoveredPublicAddress |
IpamDiscoveredPublicAddress.withSecurityGroups(Collection<IpamPublicAddressSecurityGroup> securityGroups)
Security groups associated with the resource that the IP address is assigned to.
|
Copyright © 2024. All rights reserved.