Uses of Class
software.amazon.awssdk.services.ec2.model.IpamOrganizationalUnitExclusion
Packages that use IpamOrganizationalUnitExclusion
-
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 IpamOrganizationalUnitExclusionModifier and TypeMethodDescriptionIpamResourceDiscovery.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 IpamOrganizationalUnitExclusionModifier and TypeMethodDescriptionIpamResourceDiscovery.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 IpamOrganizationalUnitExclusionModifier and TypeMethodDescriptionIpamResourceDiscovery.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.