Uses of Class
software.amazon.awssdk.services.ec2.model.IpamPolicy
Packages that use IpamPolicy
-
Uses of IpamPolicy in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamPolicyModifier and TypeMethodDescriptionfinal IpamPolicyCreateIpamPolicyResponse.ipamPolicy()Information about the created IPAM policy.final IpamPolicyDeleteIpamPolicyResponse.ipamPolicy()Information about the deleted IPAM policy.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPolicyModifier and TypeMethodDescriptionfinal List<IpamPolicy>DescribeIpamPoliciesResponse.ipamPolicies()Information about the IPAM policies.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPolicyModifier and TypeMethodDescriptionDescribeIpamPoliciesResponse.Builder.ipamPolicies(IpamPolicy... ipamPolicies) Information about the IPAM policies.CreateIpamPolicyResponse.Builder.ipamPolicy(IpamPolicy ipamPolicy) Information about the created IPAM policy.DeleteIpamPolicyResponse.Builder.ipamPolicy(IpamPolicy ipamPolicy) Information about the deleted IPAM policy.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamPolicyModifier and TypeMethodDescriptionDescribeIpamPoliciesResponse.Builder.ipamPolicies(Collection<IpamPolicy> ipamPolicies) Information about the IPAM policies.