Uses of Class
software.amazon.awssdk.services.ec2.model.IpamPublicAddressSecurityGroup
Packages that use IpamPublicAddressSecurityGroup
-
Uses of IpamPublicAddressSecurityGroup in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPublicAddressSecurityGroupModifier and TypeMethodDescriptionIpamDiscoveredPublicAddress.securityGroups()Security groups associated with the resource that the IP address is assigned to.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPublicAddressSecurityGroupModifier and TypeMethodDescriptionIpamDiscoveredPublicAddress.Builder.securityGroups(IpamPublicAddressSecurityGroup... securityGroups) Security groups associated with the resource that the IP address is assigned to.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamPublicAddressSecurityGroupModifier and TypeMethodDescriptionIpamDiscoveredPublicAddress.Builder.securityGroups(Collection<IpamPublicAddressSecurityGroup> securityGroups) Security groups associated with the resource that the IP address is assigned to.