Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyIpamPolicyAllocationRulesResponse.Builder
-
Packages that use ModifyIpamPolicyAllocationRulesResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of ModifyIpamPolicyAllocationRulesResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyIpamPolicyAllocationRulesResponse.Builder Modifier and Type Method Description static ModifyIpamPolicyAllocationRulesResponse.BuilderModifyIpamPolicyAllocationRulesResponse. builder()default ModifyIpamPolicyAllocationRulesResponse.BuilderModifyIpamPolicyAllocationRulesResponse.Builder. ipamPolicyDocument(Consumer<IpamPolicyDocument.Builder> ipamPolicyDocument)The modified IPAM policy containing the updated allocation rules.ModifyIpamPolicyAllocationRulesResponse.BuilderModifyIpamPolicyAllocationRulesResponse.Builder. ipamPolicyDocument(IpamPolicyDocument ipamPolicyDocument)The modified IPAM policy containing the updated allocation rules.ModifyIpamPolicyAllocationRulesResponse.BuilderModifyIpamPolicyAllocationRulesResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyIpamPolicyAllocationRulesResponse.Builder Modifier and Type Method Description static Class<? extends ModifyIpamPolicyAllocationRulesResponse.Builder>ModifyIpamPolicyAllocationRulesResponse. serializableBuilderClass()
-