Uses of Class
software.amazon.awssdk.services.ec2.model.IpamPolicyDocument
-
Packages that use IpamPolicyDocument Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of IpamPolicyDocument in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return IpamPolicyDocument Modifier and Type Method Description 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 IpamPolicyDocument Modifier and Type Method Description List<IpamPolicyDocument>GetIpamPolicyAllocationRulesResponse. ipamPolicyDocuments()The IPAM policy documents containing the allocation rules.Methods in software.amazon.awssdk.services.ec2.model with parameters of type IpamPolicyDocument Modifier and Type Method Description ModifyIpamPolicyAllocationRulesResponse.BuilderModifyIpamPolicyAllocationRulesResponse.Builder. ipamPolicyDocument(IpamPolicyDocument ipamPolicyDocument)The modified IPAM policy containing the updated allocation rules.GetIpamPolicyAllocationRulesResponse.BuilderGetIpamPolicyAllocationRulesResponse.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 IpamPolicyDocument Modifier and Type Method Description GetIpamPolicyAllocationRulesResponse.BuilderGetIpamPolicyAllocationRulesResponse.Builder. ipamPolicyDocuments(Collection<IpamPolicyDocument> ipamPolicyDocuments)The IPAM policy documents containing the allocation rules.
-