Uses of Class
software.amazon.awssdk.services.ec2.model.IpamPolicyDocument
Packages that use IpamPolicyDocument
-
Uses of IpamPolicyDocument in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamPolicyDocumentModifier and TypeMethodDescriptionfinal IpamPolicyDocumentModifyIpamPolicyAllocationRulesResponse.ipamPolicyDocument()The modified IPAM policy containing the updated allocation rules.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IpamPolicyDocumentModifier and TypeMethodDescriptionfinal List<IpamPolicyDocument>GetIpamPolicyAllocationRulesResponse.ipamPolicyDocuments()The IPAM policy documents containing the allocation rules.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPolicyDocumentModifier and TypeMethodDescriptionModifyIpamPolicyAllocationRulesResponse.Builder.ipamPolicyDocument(IpamPolicyDocument ipamPolicyDocument) The modified IPAM policy containing the updated allocation rules.GetIpamPolicyAllocationRulesResponse.Builder.ipamPolicyDocuments(IpamPolicyDocument... ipamPolicyDocuments) The IPAM policy documents containing the allocation rules.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IpamPolicyDocumentModifier and TypeMethodDescriptionGetIpamPolicyAllocationRulesResponse.Builder.ipamPolicyDocuments(Collection<IpamPolicyDocument> ipamPolicyDocuments) The IPAM policy documents containing the allocation rules.