Uses of Class
software.amazon.awssdk.services.ec2.model.IpamOrganizationalUnitExclusion
-
Packages that use IpamOrganizationalUnitExclusion Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of IpamOrganizationalUnitExclusion in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamOrganizationalUnitExclusion Modifier and Type Method Description List<IpamOrganizationalUnitExclusion>IpamResourceDiscovery. organizationalUnitExclusions()If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamOrganizationalUnitExclusion Modifier and Type Method Description IpamResourceDiscovery.BuilderIpamResourceDiscovery.Builder. organizationalUnitExclusions(IpamOrganizationalUnitExclusion... organizationalUnitExclusions)If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamOrganizationalUnitExclusion Modifier and Type Method Description IpamResourceDiscovery.BuilderIpamResourceDiscovery.Builder. organizationalUnitExclusions(Collection<IpamOrganizationalUnitExclusion> organizationalUnitExclusions)If your IPAM is integrated with Amazon Web Services Organizations and you add an organizational unit (OU) exclusion, IPAM will not manage the IP addresses in accounts in that OU exclusion.
-